| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Patch #1019808 from Federico Schwindt: Return correct socket error when | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
|
|
* | Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
|
|
* | Sort two names into position | Andrew M. Kuchling | 2008-01-19 | 1 | -2/+2 |
|
|
* | Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ... | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
|
|
* | Temporarily revert 59967 until GC can be added. | Raymond Hettinger | 2008-01-15 | 1 | -1/+0 |
|
|
* | Issue 1820: structseq objects did not work with the % formatting operator or... | Raymond Hettinger | 2008-01-15 | 1 | -0/+1 |
|
|
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 1 | -0/+1 |
|
|
* | Add John Nagle (of issue #1637). | Guido van Rossum | 2008-01-05 | 1 | -0/+1 |
|
|
* | Patch #1608. Someone with access to autoconf 2.61 or higher needs to | Guido van Rossum | 2007-12-13 | 1 | -0/+1 |
|
|
* | Patch #1643738 by Ulisses Furquim -- make the is_tripped variable | Guido van Rossum | 2007-12-10 | 1 | -0/+1 |
|
|
* | Add Jeff Wheeler. | Georg Brandl | 2007-12-09 | 1 | -0/+1 |
|
|