summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #7143: get_payload used to strip any trailing newline from aR. David Murray2010-03-082-0/+7
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-0/+16
* #5341: more built-in vs builtin fixes.Georg Brandl2010-03-074-47/+47
* Issue #7849: Now the utility ``check_warnings`` verifies if the warnings areFlorent Xicluna2010-03-071-0/+3
* post release updateBenjamin Peterson2010-03-061-0/+12
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-062-2/+2
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-061-0/+3
* Do not print the header lines when running a single test.Florent Xicluna2010-03-061-0/+3
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-0/+2
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-051-0/+3
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-0/+3
* Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,Victor Stinner2010-03-041-0/+3
* Issue #7544: Preallocate thread memory before creating the thread to avoid aVictor Stinner2010-03-031-0/+3
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+3
* Issue #7820: The parser tokenizer restores all bytes in the right if the BOMVictor Stinner2010-03-021-0/+3
* Test test_pep277 is only relevant for Unicode-friendly filesystems.Florent Xicluna2010-03-021-1/+2
* 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