summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Tentatively enable test_pep277 on all platforms.Florent Xicluna2010-03-021-0/+2
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-021-0/+2
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-011-0/+3
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-011-1/+3
* Fixes issue #7999: os.setreuid() and os.setregid() would refuse to acceptGregory P. Smith2010-03-011-0/+3
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-0/+2
* Issue #7242: On Solaris 9 and earlier calling os.fork() from within aGregory P. Smith2010-03-011-0/+4
* Issue #1068268: The subprocess module now handles EINTR in internalGregory P. Smith2010-03-011-0/+3
* Issue #7481: When a threading.Thread failed to start it would leave theGregory P. Smith2010-02-281-0/+3
* Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...Florent Xicluna2010-02-271-0/+2
* Add entry for issue #691291.Florent Xicluna2010-02-271-0/+3
* Add Florent Xicluna.Martin v. Löwis2010-02-251-0/+3
* #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDec...Ezio Melotti2010-02-251-2/+3
* typosEzio Melotti2010-02-241-2/+2
* Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni...Eric Smith2010-02-241-0/+4
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-241-0/+2
* Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin toR. David Murray2010-02-241-0/+2
* Record that Dino Viehland got commit privs.Brett Cannon2010-02-241-0/+3
* Issue #7649: Fix u'%c' % char for character in range 0x80..0xFFVictor Stinner2010-02-231-1/+4
* #6544: fix refleak in kqueue, occurring in certain error conditions.Georg Brandl2010-02-231-0/+3
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-231-0/+2
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-0/+3
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-231-0/+2
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-232-0/+4
* Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.Eric Smith2010-02-231-0/+3
* #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.Andrew M. Kuchling2010-02-221-0/+3
* * fix issue#7476Jack Diederich2010-02-221-0/+1
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-221-0/+3
* Note granting of commit privileges to Larry HastingsAndrew M. Kuchling2010-02-221-0/+3
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-0/+3
* Issue 7970: When email.Parser.Parser parses a MIME message of typeR. David Murray2010-02-211-0/+3
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-201-1/+3
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-182-0/+7
* Stop providing crtassem.h symbols when compiling withMartin v. Löwis2010-02-181-0/+5
* Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.Martin v. Löwis2010-02-151-1/+1
* Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.Martin v. Löwis2010-02-151-0/+5
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-0/+1
* Issue 7835: Shelve's __del__ method calls its close method, and itsR. David Murray2010-02-101-0/+3
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-101-0/+11
* Issue 7893 and Issue 7588Michael Foord2010-02-101-0/+5
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-092-0/+6
* Issue 6003: ZipFile.writestr "compression_type" argumentRonald Oussoren2010-02-071-0/+3
* Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2...Vinay Sajip2010-02-071-0/+2
* Issue #7868: logging: added loggerClass attribute to Manager.Vinay Sajip2010-02-071-0/+2
* post release updatesBenjamin Peterson2010-02-061-0/+12
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-062-3/+3
* issue #7728: test_timeout was using a hardcoded port, which wasR. David Murray2010-02-061-0/+8
* Resolve bug 7847 by including documentation for -J, -U, and -X under "OptionsBarry Warsaw2010-02-051-2/+5
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-052-0/+6
* normalize exceptions passed to the __exit__ method #7853Benjamin Peterson2010-02-051-0/+3