Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.1 | Benjamin Peterson | 2011-04-12 | 1 | -0/+3 |
|\ | |||||
| * | make assigning to a bytes literal a syntax error (closes #11506) | Benjamin Peterson | 2011-04-12 | 1 | -0/+3 |
| | | |||||
| * | Correct leading spaces in my NEWS entry. | Brian Curtin | 2011-04-11 | 1 | -2/+2 |
| | | |||||
* | | Add NEWS item for #5162. | brian.curtin | 2011-04-11 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Add NEWS item for #5162. | brian.curtin | 2011-04-11 | 1 | -0/+3 |
| | | |||||
* | | Issue #11747: Fix range formatting in context and unified diffs. | Raymond Hettinger | 2011-04-11 | 1 | -0/+3 |
| | | |||||
* | | Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). | Antoine Pitrou | 2011-04-10 | 1 | -0/+2 |
| | | |||||
* | | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 1 | -0/+4 |
| | | | | | | | | | | worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali. | ||||
* | | Issue #11818: Fix tempfile examples for Python 3. | Ross Lagerwall | 2011-04-10 | 1 | -0/+5 |
| | | |||||
* | | Issue9670: Merge backout to 3.2. | Ned Deily | 2011-04-09 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | Issue9670: Back out changeset 378b40d71175; test fails on other platforms | Ned Deily | 2011-04-09 | 1 | -5/+0 |
| | | | | | | | | and on OS X with pydebug. | ||||
* | | Issue #9670: merge with 3.2 | Ned Deily | 2011-04-09 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 1 | -0/+5 |
| | | | | | | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren) | ||||
* | | Merge with 3.1 | Ross Lagerwall | 2011-04-09 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #11719: Fix message about unexpected test_msilib skip. | Ross Lagerwall | 2011-04-09 | 1 | -0/+3 |
| | | | | | | | | Patch by Nadeem Vawda. | ||||
* | | (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was | Victor Stinner | 2011-04-09 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. | ||||
| * | Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted | Victor Stinner | 2011-04-09 | 1 | -0/+4 |
| | | | | | | | | | | (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. | ||||
* | | #7311: fix html.parser to accept non-ASCII attribute values. | Ezio Melotti | 2011-04-07 | 1 | -0/+2 |
| | | |||||
* | | #11605: don't use set/get_payload in feedparser; they do conversions. | R David Murray | 2011-04-06 | 1 | -0/+3 |
| | | | | | | | | | | Really the whole API needs to be gone over to restore the separation of concerns; but that's what email6 is about. | ||||
* | | Merge with 3.1 | Ross Lagerwall | 2011-04-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. | Ross Lagerwall | 2011-04-05 | 1 | -0/+2 |
| | | |||||
| * | Merge issue 11662. | Guido van Rossum | 2011-03-29 | 1 | -0/+3 |
| |\ | |||||
* | | | Issue #9347: Fix formatting for tuples in argparse type= error messages. | Steven Bethard | 2011-04-03 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve ↵ | Antoine Pitrou | 2011-04-03 | 1 | -0/+3 |
| | | | | | | | | | | | | private keys. | ||||
* | | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ↵ | Raymond Hettinger | 2011-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | named tuples. | ||||
* | | | sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not | Victor Stinner | 2011-03-31 | 1 | -0/+3 |
| | | | | | | | | | | | | called yet: detect bootstrap (startup) issues earlier. | ||||
* | | | Issue #11618: Fix the timeout logic in threading.Lock.acquire() under | Antoine Pitrou | 2011-03-30 | 1 | -0/+2 |
| | | | | | | | | | | | | Windows. | ||||
* | | | Merge issue 11662. | Guido van Rossum | 2011-03-29 | 1 | -0/+3 |
|\ \ \ | |||||
| * \ \ | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | (This version is a cleaned-up backport of a fix by Senthil Kumaran.) | ||||
* | | | | Correct handling of functions with only kwarg args in getcallargs (closes ↵ | Benjamin Peterson | 2011-03-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | #11256) A patch from Daniel Urban. | ||||
* | | | | merge #11696 | Martin v. Löwis | 2011-03-27 | 2 | -0/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Closes #11696: Fix ID generation in msilib. | Martin v. Löwis | 2011-03-27 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | Patch by Mark Mc Mahon. | ||||
* | | | | Merge #9696 | Mark Dickinson | 2011-03-27 | 2 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ↵ | Mark Dickinson | 2011-03-27 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | trying to pack a negative (in-range) integer. | ||||
* | | | | Move misplaced Misc/NEWS item (merge from 3.1) | Mark Dickinson | 2011-03-27 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix misplaced Misc/NEWS entry. | Mark Dickinson | 2011-03-27 | 1 | -4/+4 |
| | | | | |||||
* | | | | Issue #9026: Fix order of argparse sub-commands in help messages. | Steven Bethard | 2011-03-27 | 1 | -0/+2 |
| | | | | |||||
* | | | | merge #7639 | Martin v. Löwis | 2011-03-27 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix short file name generation in bdist_msi. | Martin v. Löwis | 2011-03-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Patch by Christoph Gohlke. Closes #7639. | ||||
* | | | | merge 3.1 | Benjamin Peterson | 2011-03-26 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -0/+3 |
| | | | | |||||
* | | | | Issue #9343: Document that argparse parent parsers must be configured before ↵ | Steven Bethard | 2011-03-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | their children. | ||||
* | | | | Merge with 3.1 | Ross Lagerwall | 2011-03-26 | 2 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. | Ross Lagerwall | 2011-03-26 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Patch by Ben Hayden. | ||||
* | | | | Issue #8982: Improve the documentation for the argparse Namespace object. | Steven Bethard | 2011-03-26 | 1 | -0/+2 |
| | | | | |||||
* | | | | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | concurrent.futures. | ||||
* | | | | Fix NEWS item that ended up in wrong section | Steven Bethard | 2011-03-26 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. | Steven Bethard | 2011-03-26 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |