| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 2 | -49/+90 |
| |\ | | | | | | | IP addresses in the proxy exception list. | ||||
| | * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 2 | -49/+90 |
| | |\ | | | | | | | | | | IP addresses in the proxy exception list. | ||||
| | | * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 2 | -49/+90 |
| | | | | | | | | | | | | | | | | | | | IP addresses in the proxy exception list Patch by Scott Wilson. | ||||
| | | * | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | ||||
| * | | | Merge linesep docstring changes from 3.2. | R David Murray | 2011-03-14 | 2 | -3/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Harmonize linesep docstrings, and fix the quoting of \r\n | R David Murray | 2011-03-14 | 2 | -3/+6 |
| | | | | |||||
| * | | | Merge #11496 from 3.2. | R David Murray | 2011-03-14 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | #11496: skip history test if clear_history is not available. | R David Murray | 2011-03-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | Patch by Natalia B. Bidart. | ||||
| * | | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 2 | -3/+11 |
| |\ \ \ | |/ / | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | ||||
| | * | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | ||||
| | * | | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | whitespace fix | Gregory P. Smith | 2011-03-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge default | Gregory P. Smith | 2011-03-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Attempt a larger timeout value to satisfy the buildbots. | Reid Kleckner | 2011-03-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add a SubprocessError base class for exceptions in the subprocess module. | Gregory P. Smith | 2011-03-14 | 1 | -4/+9 |
| |/ / / | |||||
| * | | | Merge with default. | Reid Kleckner | 2011-03-14 | 2 | -1/+2 |
| |\ \ \ | |||||
| | * | | | Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. | Eric V. Smith | 2011-03-14 | 2 | -1/+2 |
| | | | | | |||||
| * | | | | Add a 'timeout' argument to subprocess.Popen. | Reid Kleckner | 2011-03-14 | 2 | -87/+302 |
| |/ / / | | | | | | | | | | | | | | | | | | | If the timeout expires before the subprocess exits, the wait method and the communicate method will raise a subprocess.TimeoutExpired exception. When used with communicate, it is possible to catch the exception, kill the process, and retry the communicate and receive any output written to stdout or stderr. | ||||
| * | | | Typos. | Eric V. Smith | 2011-03-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge #11488 patch from 3.2. | R David Murray | 2011-03-14 | 1 | -0/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+17 |
| | |\ \ | | |/ | |||||
| | | * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 1 | -0/+17 |
| | | | | | | | | | | | | | Patch by Evan Dandrea. | ||||
| * | | | Merge whitespace fix from 3.2. | R David Murray | 2011-03-13 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix whitespace | R David Murray | 2011-03-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge fix for #11490 from 3.2. | R David Murray | 2011-03-13 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge fix for #11490 from 3.1. | R David Murray | 2011-03-13 | 1 | -1/+2 |
| | |\ \ | | |/ | |||||
| | | * | #11490: EACCES can also mean command not found | R David Murray | 2011-03-13 | 1 | -1/+2 |
| | | | | |||||
| * | | | #1162477: accept '.' in addition to ':' when parsing time in date header. | R David Murray | 2011-03-13 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | Some non-compliant MUAs use '.'s, so by the Postel Principle we should accept them. Patch by Thomas Herve. | ||||
| * | | | Merge commit for #11233 | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
| | | | | | | | | | | | | | non-semaphore implementation of locks is used under POSIX. | ||||
| * | | | Issue 9856: Change object.__format__ with a non-empty format string from a ↵ | Eric V. Smith | 2011-03-12 | 2 | -4/+4 |
| | | | | | | | | | | | | | PendingDeprecationWarning to a DeprecationWarning. | ||||
| * | | | Merge #11131 | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
| |\ \ \ | |/ / | |||||
| | * | | Merge #11131 | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
| | |\ \ | | |/ | |||||
| | | * | Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus ↵ | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
| | | | | | | | | | | | | | operations in ROUND_FLOOR rounding mode. | ||||
| * | | | Remove a now unneeded tweak to test_zipimport_support in order to not | Brett Cannon | 2011-03-11 | 1 | -5/+0 |
| | | | | | | | | | | | | | fail under tracing. | ||||
| * | | | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2011-03-11 | 1 | -1/+20 |
| | | | | |||||
| * | | | Issue #11244: The peephole optimizer is now able to constant-fold | Antoine Pitrou | 2011-03-11 | 1 | -2/+29 |
| | | | | | | | | | | | | | | | | arbitrarily complex expressions. This also fixes a 3.2 regression where operations involving negative numbers were not constant-folded. | ||||
| * | | | Remove unused import. | Eric V. Smith | 2011-03-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Issue #5622: merge fix from 3.2. | Ned Deily | 2011-03-09 | 1 | -4/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #5622: merge fix from 3.1. | Ned Deily | 2011-03-09 | 1 | -4/+5 |
| | |\ \ | | |/ | |||||
| | | * | Issue #5622: Fix curses.wrapper to raise correct exception if curses | Ned Deily | 2011-03-09 | 1 | -4/+5 |
| | | | | | | | | | | | | | initialization fails. | ||||
| * | | | Issue #11444: Merge fix from 3.2. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #11444: Merge fix from 3.1. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
| | |\ \ | | |/ | |||||
| | | * | Issue #11444: Lock handlers while flushing/closing during shutdown. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
| | | | | |||||
| * | | | #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. | Giampaolo Rodolà | 2011-03-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | merge 3.2 | Benjamin Peterson | 2011-03-07 | 3 | -16/+32 |
| |\ \ \ | |/ / | |||||
| | * | | merge 3.1 | Benjamin Peterson | 2011-03-07 | 3 | -16/+32 |
| | |\ \ | | |/ | |||||
| | | * | transform izip_longest #11424 | Benjamin Peterson | 2011-03-07 | 3 | -16/+32 |
| | | | | |||||
| * | | | Issue #11424: Merged fix from 3.2. | Vinay Sajip | 2011-03-07 | 2 | -12/+227 |
| |\ \ \ | |/ / | |||||
| | * | | #Issue 11424: added equivalent fixes for dictConfig. | Vinay Sajip | 2011-03-07 | 2 | -7/+109 |
| | | | | |||||
