| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Maksim, who worked on several issues at the sprint. | Georg Brandl | 2009-04-01 | 1 | -0/+1 |
|
|
* | Fix issue 2522. locale.format now checks that it is passed | R. David Murray | 2009-04-01 | 1 | -0/+2 |
|
|
* | #5228: add pickle support to functools.partial | Jack Diederich | 2009-03-31 | 1 | -0/+1 |
|
|
* | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 | 1 | -0/+1 |
|
|
* | missed the news/acks for netbsd patch | Jesse Noller | 2009-03-31 | 1 | -0/+1 |
|
|
* | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 1 | -1/+1 |
|
|
* | give httplib.IncompleteRead a more sane repr #4308 | Benjamin Peterson | 2009-03-02 | 1 | -0/+1 |
|
|
* | fixed the data_files inclusion behavior | Tarek Ziadé | 2009-02-17 | 1 | -0/+1 |
|
|
* | Added Ross Light to ACKS, for bug 4285 (r69331). | Eric Smith | 2009-02-16 | 1 | -0/+1 |
|
|
* | Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for | Mark Dickinson | 2009-02-10 | 1 | -0/+1 |
|
|
* | compileall used the ctime of bytecode and source to determine if the bytecode | Brett Cannon | 2009-02-10 | 1 | -1/+2 |
|
|
* | Issue 4195: Restore the ability to execute packages with the -m switch (but t... | Nick Coghlan | 2009-02-08 | 1 | -0/+1 |
|
|
* | Properly document multiprocessing's logging support, resolve outstanding issu... | Jesse Noller | 2009-01-25 | 1 | -0/+1 |
|
|
* | Add ACKS entries for some of the patches I've been committing. | Antoine Pitrou | 2009-01-10 | 1 | -0/+6 |
|
|
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 1 | -0/+1 |
|
|
* | #4048 make the parser module accept relative imports as valid | Benjamin Peterson | 2008-11-03 | 1 | -0/+1 |
|
|
* | #1638033: add support for httponly on Cookie.Morsel | Benjamin Peterson | 2008-09-06 | 1 | -0/+1 |
|
|
* | Keep sorted. | Georg Brandl | 2008-07-16 | 1 | -3/+3 |
|
|
* | Add Victor Stinner, he provided the patch for issue #3313. | Thomas Heller | 2008-07-15 | 1 | -0/+1 |
|
|
* | #1778443 robotparser fixes from Aristotelis Mikropoulos | Benjamin Peterson | 2008-07-12 | 1 | -0/+1 |
|
|
* | Add missing NEWS and ACK entries for r64791 | Nick Coghlan | 2008-07-08 | 1 | -0/+1 |
|
|
* | Add Jean Brouwers for his work on math.sum | Mark Dickinson | 2008-06-27 | 1 | -0/+1 |
|
|
* | platform.uname now tries to fill empty values even when os.uname is present | Benjamin Peterson | 2008-06-13 | 1 | -0/+1 |
|
|
* | update ACKS and NEWs for multiprocessing | Benjamin Peterson | 2008-06-11 | 1 | -0/+2 |
|
|
* | Add Arnaud for his efforts on multi-arg set operations. | Raymond Hettinger | 2008-06-10 | 1 | -0/+1 |
|
|
* | Add the "ast" module, containing helpers to ease use of the "_ast" classes. | Georg Brandl | 2008-06-10 | 1 | -0/+1 |
|
|
* | Patch #1513695: New turtle module, with demos. | Martin v. Löwis | 2008-06-04 | 1 | -0/+1 |
|
|
* | Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. | Brett Cannon | 2008-05-22 | 1 | -0/+1 |
|
|
* | Add GHOP students. | Georg Brandl | 2008-05-18 | 1 | -0/+3 |
|
|
* | Add the "until" command to pdb | Benjamin Peterson | 2008-05-11 | 1 | -0/+1 |
|
|
* | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 1 | -0/+1 |
|
|
* | Revert r62998 as it broke the build (seems distutils.config is missing). | Brett Cannon | 2008-05-10 | 1 | -1/+0 |
|
|
* | #1858 from Tarek Ziade: | Andrew M. Kuchling | 2008-05-10 | 1 | -0/+1 |
|
|
* | Accept patch issue2426 by Paul Kippes (kippesp). | Gregory P. Smith | 2008-03-28 | 1 | -0/+1 |
|
|
* | add commas for introductory clauses | Benjamin Peterson | 2008-03-27 | 1 | -2/+2 |
|
|
* | Opps! I merged the revisions, but forgot to add | Benjamin Peterson | 2008-03-25 | 1 | -0/+11 |
|
|
* | Merged the ACKS from py3k | Benjamin Peterson | 2008-03-25 | 1 | -62/+58 |
|
|
* | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 1 | -0/+1 |
|
|
* | Added my name to ACKS | David Wolever | 2008-03-19 | 1 | -0/+1 |
|
|
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 1 | -0/+1 |
|
|
* | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 1 | -0/+1 |
|
|
* | Move test_gdbm to use unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
|
|
* | Convert test_contains, test_crypt, and test_select to unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
|
|
* | Move test_tokenize to doctest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
|
|
* | Refactor test_logging to use unittest. This should finally solve the flakiness | Brett Cannon | 2008-03-03 | 1 | -0/+1 |
|
|
* | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+1 |
|
|
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 1 | -0/+1 |
|
|
* | Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
|
|
* | Add GHOP contributor. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
|
|
* | Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. | Andrew M. Kuchling | 2008-01-20 | 1 | -0/+1 |
|
|