summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #8227: Fix C API documentation, argument parsingVictor Stinner2010-04-031-10/+10
* Issue #1222585: Added LDCXXSHARED for C++ supportTarek Ziadé2010-04-033-15/+53
* Factor-out constant expressionsRaymond Hettinger2010-04-031-14/+6
* Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear(...Raymond Hettinger2010-04-031-2/+8
* Another attempt at a fix for unittest.test.test_result for windows line endingsMichael Foord2010-04-031-5/+4
* Cross platform unittest.TestResult newline handling when buffering stdout / s...Michael Foord2010-04-032-15/+15
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-034-5/+27
* Support dotted module names for test discovery paths in unittest. Issue 7780.Michael Foord2010-04-032-6/+32
* split out large test functionBenjamin Peterson2010-04-031-16/+21
* Fix assertRaises usage on reflection functions which should raiseBrian Curtin2010-04-031-5/+8
* more _PyString_Resize error checkingBenjamin Peterson2010-04-033-13/+20
* Clear cyclical references in list based OrderedDict.Raymond Hettinger2010-04-031-3/+11
* always check _PyString_Resize for errorBenjamin Peterson2010-04-021-10/+12
* set svn:eol-style on new fileBenjamin Peterson2010-04-021-42/+42
* Add note about #1220212 (os.kill on Windows)Brian Curtin2010-04-021-0/+3
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-0210-6/+197
* Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatchesMichael Foord2010-04-023-0/+27
* unittest tests no longer replace the sys.stdout put in place by regrtestMichael Foord2010-04-022-8/+4
* Issue #8294: Allow float and Decimal arguments in Fraction constructor.Mark Dickinson2010-04-024-20/+121
* TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...Michael Foord2010-04-022-19/+18
* Add a line about #7347 to Misc\NewsBrian Curtin2010-04-021-0/+3
* Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...Ezio Melotti2010-04-021-1/+3
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-025-14/+217
* removed documentation on code that was reverted and pushed into distutils2Tarek Ziadé2010-04-022-110/+0
* Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.Brian Curtin2010-04-023-38/+386
* removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...Tarek Ziadé2010-04-022-398/+21
* Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.Mark Dickinson2010-04-021-0/+1
* Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.Mark Dickinson2010-04-020-0/+0
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-023-11/+45
* #6647: add note to two examplesAndrew M. Kuchling2010-04-021-2/+7
* #6647: document that catch_warnings is not thread-safeAndrew M. Kuchling2010-04-021-0/+8
* Backport some robotparser test and skip the test if the external resource is ...Florent Xicluna2010-04-021-5/+18
* #4440: modernize a use of filter(), making it compatible with 3.xAndrew M. Kuchling2010-04-021-1/+1
* Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...Eric Smith2010-04-024-14/+106
* Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-022-0/+6
* Capsule-related changes:Larry Hastings2010-04-026-3/+62
* Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.Mark Dickinson2010-04-023-6/+27
* Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.Mark Dickinson2010-04-023-14/+60
* #8012: clarification in generator glossary entry.Georg Brandl2010-04-021-1/+3
* Document PyImport_ExecCodeModuleEx().Georg Brandl2010-04-022-0/+21
* Remove col-spanning cells in logging docs.Georg Brandl2010-04-021-4/+4
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-024-13/+74
* Fix typo in unicode character name.Georg Brandl2010-04-021-1/+1
* #2768: add a note on how to get a file descriptor.Georg Brandl2010-04-021-0/+4
* Add 2.6.5.Georg Brandl2010-04-021-0/+1
* #7092: silence some py3k warningsFlorent Xicluna2010-04-024-6/+6
* #7092: Drop the cmp argument.Florent Xicluna2010-04-022-15/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-0237-149/+169
* Cleanup itertools recipesRaymond Hettinger2010-04-021-8/+8
* Add and update itertools recipes.Raymond Hettinger2010-04-021-1/+23