Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge NEWS entry edit. | Senthil Kumaran | 2011-03-20 | 1 | -0/+4 |
|\ | |||||
| * | Add NEWS for Issue #11563. | Senthil Kumaran | 2011-03-20 | 1 | -0/+4 |
| | | |||||
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -0/+3 |
|\ \ | |/ | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -0/+3 |
| |\ | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -0/+3 |
| | | | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
* | | | Merge NEWS fix | Antoine Pitrou | 2011-03-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Oops, wrong issue number in NEWS | Antoine Pitrou | 2011-03-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge | Antoine Pitrou | 2011-03-17 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Add news entry for a791dd7d51f3 | Antoine Pitrou | 2011-03-17 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 2 | -0/+4 |
| | | | | | | | | | | | | arguments has the wrong type. Patch by Nikita Vetoshkin. | ||||
* | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -0/+1 |
| | | | |||||
* | | | Closes issue 10979. unittest buffering now works with class and module setup ↵ | Michael Foord | 2011-03-17 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | and teardown | ||||
| * | | Move NEWS entry to correct place | Michael Foord | 2011-03-17 | 1 | -3/+4 |
| | | | |||||
| * | | Issue #10979. unittest stdout buffering now works with class and module ↵ | Michael Foord | 2011-03-17 | 1 | -0/+3 |
| | | | | | | | | | | | | setup and teardown. | ||||
* | | | Tidy up merge with remote | Nick Coghlan | 2011-03-17 | 2 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge from remote | Nick Coghlan | 2011-03-17 | 1 | -0/+3 |
| |\ \ | |||||
| * | | | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 2 | -0/+5 |
| | | | | |||||
* | | | | Merge from 3.2 | Nick Coghlan | 2011-03-17 | 1 | -0/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | #11243: tests and fixes for handling of 'dirty data' in additional methods | R David Murray | 2011-03-17 | 1 | -0/+3 |
| |/ / | |||||
* | | | Add missing NEWS item for previous commit | Nick Coghlan | 2011-03-17 | 1 | -0/+3 |
| | | | |||||
* | | | Merge #11401 fix from 3.2. | R David Murray | 2011-03-16 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge #11401 fix from 3.1. | R David Murray | 2011-03-16 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | #11401: handle headers with no value. | R David Murray | 2011-03-16 | 1 | -0/+3 |
| | | | |||||
* | | | Merge #11578 test from 3.2. | R David Murray | 2011-03-16 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 1 | -0/+2 |
| | | | | | | | | | | | | Patch by Michael Henry. | ||||
* | | | merge 3.2 | Michael Foord | 2011-03-16 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11503. Improves test coverage of posixpath. | Michael Foord | 2011-03-16 | 1 | -0/+2 |
| | | | |||||
* | | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | #9298: restore proper folding of base64 encoded bodies. | R David Murray | 2011-03-16 | 2 | -0/+5 |
| | | | | | | | | | | | | Patch by Yves Dorfsman. | ||||
* | | | Record backport of string.py patch and add credit to NEWS | Nick Coghlan | 2011-03-16 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Backport improved test coverage for string.py | Nick Coghlan | 2011-03-16 | 2 | -0/+4 |
| | | | |||||
| * | | Fix typo in NEWS | Nick Coghlan | 2011-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge NEWS entries from 3.2 | Nick Coghlan | 2011-03-16 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Add missing NEWS entries | Nick Coghlan | 2011-03-16 | 1 | -0/+6 |
| | | | |||||
* | | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 1 | -0/+2 |
| | | | |||||
* | | | merge 3.2 | Benjamin Peterson | 2011-03-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | correct patch ack (#11133) | Benjamin Peterson | 2011-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.2 | Ronald Oussoren | 2011-03-16 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1 | Ronald Oussoren | 2011-03-16 | 2 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #11569: use absolute path to the sysctl command in multiprocessing to | Ronald Oussoren | 2011-03-16 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. | ||||
* | | | merge 3.2 | Michael Foord | 2011-03-15 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11133. Fixes two cases where inspect.getattr_static could ↵ | Michael Foord | 2011-03-15 | 1 | -1/+4 |
| | | | | | | | | | | | | trigger code execution | ||||
* | | | Changes to Wing IDE project file. Merge of peepholer changesets that were ↵ | Michael Foord | 2011-03-15 | 1 | -4/+5 |
|\ \ \ | |/ / | | | | | | | applied separately. | ||||
| * | | Wing project file update for mercurial | Michael Foord | 2011-03-15 | 1 | -4/+5 |
| | | | |||||
| * | | Issue 11510: Fix BUILD_SET optimizer bug. | Raymond Hettinger | 2011-03-15 | 1 | -0/+2 |
| | | | |||||
| * | | Merge | Antoine Pitrou | 2011-03-15 | 1 | -1/+5 |
| |\ \ | |||||
* | \ \ | Merge | Antoine Pitrou | 2011-03-15 | 1 | -0/+9 |
|\ \ \ \ |