Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+5 |
* | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 4 | -3/+16 |
|\ \ | |/ | |||||
| * | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 4 | -3/+16 |
* | | 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 | 2 | -4/+14 |
|/ / | |||||
* | | Dummy merge with 3.2. | Ezio Melotti | 2011-03-14 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
* | | Merged with default. | Reid Kleckner | 2011-03-14 | 14 | -174/+8 |
|\ \ | |||||
| * | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 14 | -174/+8 |
* | | | Change versionchanged for timeout to 3.3, not 3.2. | Reid Kleckner | 2011-03-14 | 1 | -5/+5 |
|/ / | |||||
* | | Merge with default. | Reid Kleckner | 2011-03-14 | 2 | -12/+9 |
|\ \ | |||||
| * \ | merge | Ronald Oussoren | 2011-03-14 | 3 | -3/+5 |
| |\ \ | |||||
| * \ \ | Issue #1099: Fix the build on MacOSX when building a framework with pydebug | Ronald Oussoren | 2011-03-14 | 2 | -12/+9 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #1099: Fix the build on MacOSX when building a framework with pydebug u... | Ronald Oussoren | 2011-03-14 | 2 | -12/+9 |
| | |\ \ | |||||
| | | * | | Fixes #1099: Mac compile fails with pydebug and framework enabled | Ronald Oussoren | 2011-03-14 | 2 | -12/+9 |
* | | | | | Merge with default. | Reid Kleckner | 2011-03-14 | 3 | -1/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. | Eric V. Smith | 2011-03-14 | 3 | -1/+3 |
* | | | | | Add a 'timeout' argument to subprocess.Popen. | Reid Kleckner | 2011-03-14 | 4 | -98/+367 |
|/ / / / | |||||
* | | | | Typos. | Eric V. Smith | 2011-03-14 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge #11488 patch from 3.2. | R David Murray | 2011-03-14 | 2 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 2 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 2 | -0/+18 |
* | | | Merge with 3.2 | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.1 | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #10885: Fix multiprocessing docs typo | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
* | | | Merge whitespace fix from 3.2. | R David Murray | 2011-03-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix whitespace | R David Murray | 2011-03-14 | 1 | -1/+1 |
* | | | Merge fix for #11490 from 3.2. | R David Murray | 2011-03-14 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge fix for #11490 from 3.1. | R David Murray | 2011-03-14 | 2 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | #11490: EACCES can also mean command not found | R David Murray | 2011-03-14 | 2 | -1/+5 |
* | | | #1162477: accept '.' in addition to ':' when parsing time in date header. | R David Murray | 2011-03-14 | 3 | -0/+18 |
* | | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 2 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 2 | -4/+3 |
* | | | use only the hex version, since the revno is unreliable across repos | Benjamin Peterson | 2011-03-13 | 2 | -4/+3 |
* | | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
| |\ \ | | |/ | |||||
| | * | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
* | | | Merge commit for #11233 | Antoine Pitrou | 2011-03-13 | 2 | -2/+20 |
|\ \ \ | |/ / | |||||
| * | | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 2 | -2/+20 |
* | | | Issue #7391: Remove outdated HOWTO with permission of its author. | Raymond Hettinger | 2011-03-13 | 2 | -291/+0 |
* | | | merge heads | Benjamin Peterson | 2011-03-13 | 1 | -20/+19 |
|\ \ \ | |||||
| * \ \ | Merge with 3.2. | Ezio Melotti | 2011-03-13 | 1 | -20/+19 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge with 3.1. | Ezio Melotti | 2011-03-13 | 1 | -20/+19 |
| | |\ \ | | | |/ | |||||
| | | * | Fix markup in inputoutput.rst. | Ezio Melotti | 2011-03-13 | 1 | -16/+17 |
* | | | | bump ast version | Benjamin Peterson | 2011-03-13 | 1 | -2/+2 |
* | | | | actually get file rev | Benjamin Peterson | 2011-03-13 | 1 | -1/+1 |
|/ / / | |||||
* | | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-13 | 6 | -26/+31 |