summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate unnecessary get_wrapped_(u)long defines in struct module.Mark Dickinson2009-09-271-9/+6
* Issue #6713: Improve decimal int -> string conversions. Thanks GawainMark Dickinson2009-09-272-11/+30
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-262-7/+7
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-263-10/+17
* comment out ugly xxxBenjamin Peterson2009-09-261-2/+2
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-252-4/+12
* #6994: fix typo in enumerate docstringEzio Melotti2009-09-251-1/+1
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-252-15/+43
* Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.Mark Dickinson2009-09-241-1/+2
* improved phrasing, markup and exampleEzio Melotti2009-09-231-8/+9
* fix typos/rephraseBenjamin Peterson2009-09-221-5/+5
* Fix a minor doc syntax typo.Brett Cannon2009-09-221-1/+1
* Half of the fix for issue 6957: ensure that distutilsRonald Oussoren2009-09-221-0/+23
* Fix whitespace.Brett Cannon2009-09-221-42/+43
* Fixed a typo, and added sections on optimization and using arbitrary objects ...Vinay Sajip2009-09-221-1/+48
* The 'Navigation Toolbox' is not available at all for 64-bitRonald Oussoren2009-09-221-22/+13
* Fix encoding name.Georg Brandl2009-09-221-1/+1
* When range checking was added to time.strftime() a check was placed on tm_isdstBrett Cannon2009-09-224-10/+12
* Issue #6236, #6348: Fix various failures in the io module under AIXAntoine Pitrou2009-09-213-7/+10
* Silence MSVC compiler warnings.Mark Dickinson2009-09-211-2/+3
* forgot to commit a file in previous commit (r74994, issue #6954)Tarek Ziadé2009-09-211-0/+3
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-214-1/+13
* improving distutils coverageTarek Ziadé2009-09-211-0/+22
* improved distutils test coverage: now the DEBUG mode is covered too (will hel...Tarek Ziadé2009-09-215-2/+93
* Fix markup for external links.Doug Hellmann2009-09-202-2/+2
* * Make it easier to build custom installers (such as a 3-way universal build)Ronald Oussoren2009-09-202-182/+200
* Fix typo in error messageRonald Oussoren2009-09-202-4/+4
* Merge a newer version of libffi_osx, based on theRonald Oussoren2009-09-208-716/+713
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-205-10/+135
* For for issue 6934: failures in postflight script in OSX installerRonald Oussoren2009-09-201-6/+5
* Followup for r74962Ronald Oussoren2009-09-201-2/+1
* Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-204-183/+262
* #6881 - fixed wrong return type; improved the formattingEzio Melotti2009-09-201-10/+19
* Add Mark Summerfield.Georg Brandl2009-09-191-0/+3
* Add Doug.Georg Brandl2009-09-191-0/+3
* Fix references to threading.enumerate().Georg Brandl2009-09-191-2/+2
* #6946: fix duplicate index entries for datetime classes.Georg Brandl2009-09-191-0/+4
* Remove unused variable and static function to fix compiler warnings.Thomas Heller2009-09-191-11/+0
* Update bug tracker reference.Georg Brandl2009-09-191-1/+1
* #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...Georg Brandl2009-09-193-6/+12
* typoBenjamin Peterson2009-09-181-1/+1
* backport keyword argument support for bytearray.decodeBenjamin Peterson2009-09-182-3/+6
* #6930: clarify description about byteorder handling in UTF decoder routines.Georg Brandl2009-09-181-12/+17
* #6925: rewrite docs for locals() and vars() a bit.Georg Brandl2009-09-181-10/+8
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-187-14/+49
* Use skipUnless to skip math module tests on non-IEEE 754 platforms.Mark Dickinson2009-09-181-31/+34
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-184-5/+12
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-183-58/+95
* Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string opti...Mark Dickinson2009-09-181-0/+1
* Optimize optimization and fix method name in docstring.Georg Brandl2009-09-181-3/+3