| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #7481: When a threading.Thread failed to start it would leave the | Gregory P. Smith | 2010-02-28 | 1 | -0/+3 |
|
|
* | Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ... | Florent Xicluna | 2010-02-27 | 1 | -0/+2 |
|
|
* | Add entry for issue #691291. | Florent Xicluna | 2010-02-27 | 1 | -0/+3 |
|
|
* | Add Florent Xicluna. | Martin v. Löwis | 2010-02-25 | 1 | -0/+3 |
|
|
* | #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDec... | Ezio Melotti | 2010-02-25 | 1 | -2/+3 |
|
|
* | typos | Ezio Melotti | 2010-02-24 | 1 | -2/+2 |
|
|
* | Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni... | Eric Smith | 2010-02-24 | 1 | -0/+4 |
|
|
* | Issue #7427: improve the representation of httplib.BadStatusLine exceptions. | Dirkjan Ochtman | 2010-02-24 | 1 | -0/+2 |
|
|
* | Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to | R. David Murray | 2010-02-24 | 1 | -0/+2 |
|
|
* | Record that Dino Viehland got commit privs. | Brett Cannon | 2010-02-24 | 1 | -0/+3 |
|
|
* | Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF | Victor Stinner | 2010-02-23 | 1 | -1/+4 |
|
|
* | #6544: fix refleak in kqueue, occurring in certain error conditions. | Georg Brandl | 2010-02-23 | 1 | -0/+3 |
|
|
* | Fix #1537721: add writeheader() method to csv.DictWriter. | Dirkjan Ochtman | 2010-02-23 | 1 | -0/+2 |
|
|
* | ctypes CThunkObject was not registered correctly with the cycle | Thomas Heller | 2010-02-23 | 1 | -0/+3 |
|
|
* | fixed #5801: removed spurious empty lines in wsgiref | Tarek Ziadé | 2010-02-23 | 1 | -0/+2 |
|
|
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 2 | -0/+4 |
|
|
* | Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. | Eric Smith | 2010-02-23 | 1 | -0/+3 |
|
|
* | #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+3 |
|
|
* | * fix issue#7476 | Jack Diederich | 2010-02-22 | 1 | -0/+1 |
|
|
* | Issue #7988: Fix default alignment to be right aligned for complex.__format__... | Eric Smith | 2010-02-22 | 1 | -0/+3 |
|
|
* | Note granting of commit privileges to Larry Hastings | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+3 |
|
|
* | Issue #5211: Fix complex type to avoid implicit calls to | Mark Dickinson | 2010-02-21 | 1 | -0/+3 |
|
|
* | Issue 7970: When email.Parser.Parser parses a MIME message of type | R. David Murray | 2010-02-21 | 1 | -0/+3 |
|
|
* | #3426: os.path.abspath now returns unicode when its arg is unicode. | Ezio Melotti | 2010-02-20 | 1 | -1/+3 |
|
|
* | Issue #7633: Context method in the decimal module (with the exception | Mark Dickinson | 2010-02-18 | 2 | -0/+7 |
|
|
* | Stop providing crtassem.h symbols when compiling with | Martin v. Löwis | 2010-02-18 | 1 | -0/+5 |
|
|
* | Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. | Martin v. Löwis | 2010-02-15 | 1 | -1/+1 |
|
|
* | Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. | Martin v. Löwis | 2010-02-15 | 1 | -0/+5 |
|
|
* | Issue 5754: tweak shelve doc wording to make it clearer that even when | R. David Murray | 2010-02-11 | 1 | -0/+1 |
|
|
* | Issue 7835: Shelve's __del__ method calls its close method, and its | R. David Murray | 2010-02-10 | 1 | -0/+3 |
|
|
* | #7712: add a temp_cwd context manager to test_support and use it in regrtest ... | Ezio Melotti | 2010-02-10 | 1 | -0/+11 |
|
|
* | Issue 7893 and Issue 7588 | Michael Foord | 2010-02-10 | 1 | -0/+5 |
|
|
* | Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") | Antoine Pitrou | 2010-02-09 | 2 | -0/+6 |
|
|
* | Issue 6003: ZipFile.writestr "compression_type" argument | Ronald Oussoren | 2010-02-07 | 1 | -0/+3 |
|
|
* | Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2... | Vinay Sajip | 2010-02-07 | 1 | -0/+2 |
|
|
* | Issue #7868: logging: added loggerClass attribute to Manager. | Vinay Sajip | 2010-02-07 | 1 | -0/+2 |
|
|
* | post release updates | Benjamin Peterson | 2010-02-06 | 1 | -0/+12 |
|
|
* | bump version to 2.7a3v2.7a3 | Benjamin Peterson | 2010-02-06 | 2 | -3/+3 |
|
|
* | issue #7728: test_timeout was using a hardcoded port, which was | R. David Murray | 2010-02-06 | 1 | -0/+8 |
|
|
* | Resolve bug 7847 by including documentation for -J, -U, and -X under "Options | Barry Warsaw | 2010-02-05 | 1 | -2/+5 |
|
|
* | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 2 | -0/+6 |
|
|
* | normalize exceptions passed to the __exit__ method #7853 | Benjamin Peterson | 2010-02-05 | 1 | -0/+3 |
|
|
* | Issue #7851: logging: clarification on logging configuration files. | Vinay Sajip | 2010-02-04 | 1 | -0/+2 |
|
|
* | Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is | Antoine Pitrou | 2010-02-04 | 1 | -0/+5 |
|
|
* | Logging: Implemented PEP 391. | Vinay Sajip | 2010-02-04 | 1 | -0/+2 |
|
|
* | Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. | R. David Murray | 2010-02-04 | 1 | -0/+1 |
|
|
* | Issue #7385: Fix a crash in `MemoryView_FromObject` when | Antoine Pitrou | 2010-02-02 | 1 | -0/+3 |
|
|
* | Issue #7819: Check sys.call_tracing() arguments types. | Victor Stinner | 2010-01-31 | 1 | -0/+2 |
|
|
* | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 2 | -0/+6 |
|
|
* | - Update python manual page (options -B, -O0, -s, environment variables | Matthias Klose | 2010-01-31 | 2 | -5/+42 |
|
|