Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 4195: Restore the ability to execute packages with the -m switch (but ↵ | Nick Coghlan | 2009-02-08 | 1 | -0/+1 |
| | | | | this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) | ||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -0/+1 |
| | | | | issues with the custom levels | ||||
* | 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 |
| | | | | | Thanks Fredrik Johansson and Victor Stinner for code, Raymond Hettinger for review. | ||||
* | #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 |
| | | | | Reviewer: Benjamin | ||||
* | 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 |
| | | | | | | | | | Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass. | ||||
* | Accept patch issue2426 by Paul Kippes (kippesp). | Gregory P. Smith | 2008-03-28 | 1 | -0/+1 |
| | | | | Adds sqlite3.Connection.iterdump to allow dumping of databases. | ||||
* | 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 |
| | | | | the header to ACKS | ||||
* | 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 |
| | | | | | | | | This work is substantially Anthony Baxter's, from issue 1633807. I just freshened it, made a few minor tweaks, and added the test cases. I also created issue 2412, which is to check for 2to3's behavior with the print function. I also added myself to ACKS. | ||||
* | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 1 | -0/+1 |
| | | | | doesn't derive from BaseException. | ||||
* | Move test_gdbm to use unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Closes issue #1960. Thanks Giampaolo Rodola. | ||||
* | Convert test_contains, test_crypt, and test_select to unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Patch from GHOP 294 by David Marek. | ||||
* | Move test_tokenize to doctest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Done as GHOP 238 by Josip Dzolonga. | ||||
* | Refactor test_logging to use unittest. This should finally solve the flakiness | Brett Cannon | 2008-03-03 | 1 | -0/+1 |
| | | | | | | issues. Thanks to Antoine Pitrou for the patch. | ||||
* | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+1 |
| | | | | Fix by Malte Helmert | ||||
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 1 | -0/+1 |
| | | | | Thanks to Christopher White from GHOP. | ||||
* | 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 |
| | | | | Fix an off-by-one error I noticed. | ||||
* | Patch #1019808 from Federico Schwindt: Return correct socket error when | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
| | | | | | | | | a default timeout has been set, by using getsockopt() to get the error condition (instead of trying another connect() call, which seems to be a Linuxism). 2.5 bugfix candidate, assuming no one reports any problems with this change. | ||||
* | Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
| | | | | Contributed by John Lenton. | ||||
* | 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 |
| | | | | | | that will call .handle_timeout() method when no requests are received within the timeout period. | ||||
* | 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 ↵ | Raymond Hettinger | 2008-01-15 | 1 | -0/+1 |
| | | | | | | or isinstance(t, tuple). Orignal patch (without tests) by Leif Walsh. | ||||
* | 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 |
| | | | | run it and check in the resulting configure file. | ||||
* | Patch #1643738 by Ulisses Furquim -- make the is_tripped variable | Guido van Rossum | 2007-12-10 | 1 | -0/+1 |
| | | | | | in signalmodule.c more robust. Includes Martin von Loewis's suggestion to set is_tripped after .tripped. | ||||
* | Add Jeff Wheeler. | Georg Brandl | 2007-12-09 | 1 | -0/+1 |
| |