summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use str.format() to fix beginner's mistake with %-style string formatting.Georg Brandl2009-09-181-7/+7
* #6938: "ident" is always a string, so use a format code which works.Georg Brandl2009-09-182-1/+4
* #6905: use better exception messages in inspect when the argument is of the w...Georg Brandl2009-09-181-7/+7
* #6936: for interactive use, quit() is just fine.Georg Brandl2009-09-181-1/+1
* use macrosBenjamin Peterson2009-09-171-1/+1
* Make the optparse doc style a bit more standard: use standard description uni...Georg Brandl2009-09-171-454/+510
* Remove duplicate doc of enable/disable_interspersed_args.Georg Brandl2009-09-171-27/+19
* #6932: remove paragraph that advises relying on __del__ being called.Georg Brandl2009-09-171-19/+26
* #6844 followup: the warning when setting Exception.message was removed, do no...Georg Brandl2009-09-171-7/+0
* Issue #6922: Fix an infinite loop when trying to decode an invalidGeorg Brandl2009-09-173-1/+16
* String values should be shown with quotes, to avoid confusion with constants.Georg Brandl2009-09-171-23/+23
* #6912: add "with" block support to pindent.Georg Brandl2009-09-171-2/+2
* rationalize a bitBenjamin Peterson2009-09-171-2/+4
* Note in the intro to Extending... that ctypes can be a simpler, more portable...Brett Cannon2009-09-171-0/+7
* pep 8 defaultsBenjamin Peterson2009-09-171-1/+1
* kill bare exceptBenjamin Peterson2009-09-171-1/+1
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-163-0/+125
* Add news entry for r74841.Thomas Wouters2009-09-161-0/+2
* #6844: do not emit DeprecationWarnings on access if Exception.message has bee...Georg Brandl2009-09-163-18/+82
* Remove outdated include; this include was breaking OS X builds usingMark Dickinson2009-09-161-4/+0
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-165-22/+108
* Make the pdb displayhook compatible with the standard displayhook: do not pri...Georg Brandl2009-09-162-2/+36
* Remove some more boilerplate from the actual tests in test_pdb.Georg Brandl2009-09-161-27/+34
* Rewrap long lines.Georg Brandl2009-09-161-257/+246
* #6879 - fix misstatement about exceptionsEzio Melotti2009-09-161-5/+3
* #6892: fix optparse example involving help option.Georg Brandl2009-09-161-1/+4
* Remove strange trailing commas.Georg Brandl2009-09-161-3/+3
* #5621: refactor description of how class/instance attributes interact on a.x=...Georg Brandl2009-09-161-13/+24