summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-2316-575/+28
* Issue #7649: Fix u'%c' % char for character in range 0x80..0xFFVictor Stinner2010-02-233-2/+26
* #6544: fix refleak in kqueue, occurring in certain error conditions.Georg Brandl2010-02-232-16/+18
* #8000: fix deprecated directive. What a shame to lose that glorious issue nu...Georg Brandl2010-02-231-1/+1
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-234-0/+20
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-233-3/+23
* issue#6442 use in operator instead of has_keyJack Diederich2010-02-231-1/+1
* fixup markup errorJack Diederich2010-02-231-1/+1
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...Michael Foord2010-02-233-7/+34
* Fix spacing nit. Thanks Eric Smith for the public humiliation.Mark Dickinson2010-02-231-4/+4
* Make global variable overflowok into a keyword argument; this fixes a failur...Mark Dickinson2010-02-231-16/+16
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-235-177/+2
* completed the __all__ list and changed the module doctestTarek Ziadé2010-02-231-4/+5
* added a note on shutil new APIsTarek Ziadé2010-02-231-1/+4
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-233-5/+694
* removed debugging codeTarek Ziadé2010-02-231-4/+1
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-2319-41/+194
* Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.Eric Smith2010-02-233-4/+42
* Support for old TestResult object (unittest) with warnings when using unsuppo...Michael Foord2010-02-223-8/+77
* #7706: add include guards where they're missing; required for Windows CEAndrew M. Kuchling2010-02-222-1/+12
* #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).Andrew M. Kuchling2010-02-221-1/+1
* #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.Andrew M. Kuchling2010-02-222-48/+48
* * fix issue#7476Jack Diederich2010-02-223-0/+6
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-2232-1456/+1
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-222-1/+16
* #7627: MH.remove() would fail if the MH mailbox was locked;Andrew M. Kuchling2010-02-222-10/+9
* Fix comment typoAndrew M. Kuchling2010-02-221-1/+1
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-223-10/+45
* fixes issue #7530, serve_forever()Jack Diederich2010-02-221-5/+1
* Note granting of commit privileges to Larry HastingsAndrew M. Kuchling2010-02-221-0/+3
* #7482: clarify error message in case of division by zero of float and complex...Ezio Melotti2010-02-222-4/+4
* #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru ChenAndrew M. Kuchling2010-02-221-2/+0
* Clarify description of three-argument pow for Decimal types: the exponent of...Mark Dickinson2010-02-221-3/+6
* #6414: clarify description of processor endianness.Andrew M. Kuchling2010-02-221-3/+5
* #7794: describe 2.6 support for executing directories and zip archivesAndrew M. Kuchling2010-02-221-0/+7
* Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changingSenthil Kumaran2010-02-221-1/+1
* #7076: mention SystemRandom class near start of the module docs; reword chang...Andrew M. Kuchling2010-02-221-1/+5
* Re-wordAndrew M. Kuchling2010-02-221-3/+3
* Silence UnicodeWarning in crazy unittest test.Michael Foord2010-02-211-4/+7
* Reduce number of random tests in test_strtod, to avoid hogging buildbot time.Mark Dickinson2010-02-211-36/+30
* Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot t...Mark Dickinson2010-02-211-0/+6
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-214-30/+109
* Issue 7970: When email.Parser.Parser parses a MIME message of typeR. David Murray2010-02-214-2/+48
* skip tests with a non-ascii cwd when the file system encoding is asciiEzio Melotti2010-02-204-17/+32
* Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")Senthil Kumaran2010-02-202-2/+6
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-206-45/+28
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-208-6/+57
* logging: Documented warnings module integration.Vinay Sajip2010-02-191-0/+22
* #7967: PyXML is no more.Georg Brandl2010-02-191-7/+0
* Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...Senthil Kumaran2010-02-192-2/+12