2010-04-04 |
Benjamin Peterson | fix tabs |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Benjamin Peterson | tabify |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Michael Foord | unittest documentation formatting changes |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Raymond Hettinger | Add tests for functools.total_ordering. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Mark Dickinson | Add versionchanged entry for Decimal(float) construction. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Raymond Hettinger | Add tests for cmp_to_key. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Mark Dickinson | A handful of whitespace fixes in Modules/_struct.c. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Raymond Hettinger | Add functools.CmpToKey() |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Mark Dickinson | Issue #8300 (__index__ handling in struct.pack): Remove... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Raymond Hettinger | Documentation nit |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Ezio Melotti | Use more specific assert* methods in test_struct. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Ezio Melotti | Revert 79733 - Counter is new in 2.7, the versionadded... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Ezio Melotti | Add a versionadded to Counter.subtract() doc. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Raymond Hettinger | Issue 5479: Add functools.total_ordering class decorator. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | use our own locale independent ctype macros |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | ensure that the locale does not affect the tokenization... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Expand test coverage for deque.count(). |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | import bsddb more robustly |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Antoine Pitrou | Remove useless (?) import from r79706 |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Antoine Pitrou | Fix wording / typography, and a slightly misleading... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Martin v. Löwis | Don't install python-gdb.py as an executable. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Silence DeprecationWarnings from uses of has_key and... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Add count() method to collections.deque(). |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Silence a compiler warning. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Documenting new features in unittest |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Replace backquotes with repr(), to silence a SyntaxWarning. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Ensure 'module removed' warning messages contain the... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | stop CObject deprecation warnings in test___all__ |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | remove deprecation warnings silence attempting |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Add Misc/NEWS entry for r79609. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | spelling |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | silence PyCObject warnings in bsddb |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | remove unneeded argument |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | wrap |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Minor tweak to unittest command line usage message |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Adding -b command line option to the unittest usage... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Ezio Melotti | Use more specific assert* methods in test_decimal. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Issue #8300: Let struct.pack use __index__ to convert... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Brian Curtin | Add missing return statement in an error condition. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mark Dickinson | Fix a couple of issues with the test_structmembersType... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Add subtract() method to collections.Counter() objects. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Victor Stinner | Issue #8227: Fix C API documentation, argument parsing |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Tarek Ziadé | Issue #1222585: Added LDCXXSHARED for C++ support |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Factor-out constant expressions |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Improve clear() method. Keeps key/value refcnts >... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Another attempt at a fix for unittest.test.test_result... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Cross platform unittest.TestResult newline handling... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | give TypeError when trying to set T_STRING_INPLACE |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Support dotted module names for test discovery paths... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | split out large test function |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Brian Curtin | Fix assertRaises usage on reflection functions which... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | more _PyString_Resize error checking |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Clear cyclical references in list based OrderedDict. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Peterson | always check _PyString_Resize for error |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Peterson | set svn:eol-style on new file |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Add note about #1220212 (os.kill on Windows) |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Implement #1220212. Add os.kill support for Windows. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | Issue #8038: Addition of unittest.TestCase.assertNotReg... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | unittest tests no longer replace the sys.stdout put... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #8294: Allow float and Decimal arguments in... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | TestResult stores original sys.stdout and tests no... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Add a line about #7347 to Misc\News |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Ezio Melotti | Fix test_compiler.py that was using unittest.__file__... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | Addition of -b command line option to unittest for... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Tarek Ziadé | removed documentation on code that was reverted and... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Implement #7347. Add CreateKeyEx, DeleteKeyEx, and... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Tarek Ziadé | removed the local copy of xxmodule, and skip only test_... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Add python-gdb.py and python.exe-gdb.py to distclean... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Add python.exe-gdb.py to svn:ignore, for the benefit... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Issue 8257: Decimal constructor to accept float. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #6647: add note to two examples |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #6647: document that catch_warnings is not thread-safe |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | Backport some robotparser test and skip the test if... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #4440: modernize a use of filter(), making it compatibl... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Smith | Issue 7994: Make object.__format__ with a non-empty... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Larry Hastings | Issue #8235: _socket: Add the constant ``SO_SETFIB... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Larry Hastings | Capsule-related changes: |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #7279: Make Decimal('nan') hashable. Decimal... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #7279: Make comparisons involving a Decimal... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | #8012: clarification in generator glossary entry. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Document PyImport_ExecCodeModuleEx(). |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Remove col-spanning cells in logging docs. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #2531: Make float-to-decimal comparisons return... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Fix typo in unicode character name. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | #2768: add a note on how to get a file descriptor. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Add 2.6.5. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: silence some py3k warnings |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: Drop the cmp argument. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: Fix additional "-3" warnings in the idlelib... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Cleanup itertools recipes |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Add and update itertools recipes. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Florent Xicluna | #7092: Fix some -3 warnings, and fix Lib/platform.py... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Antoine Pitrou | Issue #8281: rename test_gdb_sample.py to gdb_sample... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Antoine Pitrou | Issue #8276: PyEval_CallObject() is now only available... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Raymond Hettinger | Document link to Sorting HowTo |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Martin v. Löwis | Issue #8032: For gdb7, a python-gdb.py file is added... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Brian Curtin | Fix a test_pydoc failure on Neal Norwitz's buildbot. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
R. David Murray | A couple small grammar fixes in test.rst, and rewrite the |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Add -Wd and -3 to the flags used to run the tests on... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Add -Wd and -3 to the flags used to run the tests. |
commit | commitdiff | tree | snapshot |
next |