2010-04-05 |
Tarek Ziadé | added a note for Andrew, about distutils2 |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ezio Melotti | Fix some broken URLs. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ronald Oussoren | Ensure that the gdb hooks can be installed when |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Michael Foord | Further documentation fix for unittest.rst |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Michael Foord | Furterh documentation fix for unittest.rst |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Michael Foord | Documentation fixes for unittest |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ezio Melotti | Fix markup errors. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ezio Melotti | Fix markup, punctuation and whitespaces in _winreg... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ezio Melotti | #8212: rephrase the webservers howto and fix some mistakes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Philip Jenvey | fix escape_encode to return the correct consumed size |
commit | commitdiff | tree | snapshot |
2010-04-05 |
R. David Murray | Issue 8287: try to fix the gdb-python install errors... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Michael Foord | Document signal handling functions in unittest.rst |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Michael Foord | Adding documentation for new unittest.main() parameters |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Benjamin Peterson | fix dis on new style classes #8310 |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Ezio Melotti | Fix markup in decimal.rst. |
commit | commitdiff | tree | snapshot |
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 |
next |