Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | merge from 3.2 | Senthil Kumaran | 2011-06-27 | 1 | -1/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-06-27 | 1 | -1/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Fix closes issue 11568 - update select.epoll.register docstring with mention ↵ | Senthil Kumaran | 2011-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | of correct behavior. | |||||
* | | | | | merge 3.2 (#12417) | Benjamin Peterson | 2011-06-27 | 2 | -49/+32 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 2 | -49/+32 | |
| |/ / | ||||||
* | | | Issue #8890: Remove /tmp from examples. | Raymond Hettinger | 2011-06-26 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #8890: Remove /tmp from examples. | Raymond Hettinger | 2011-06-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 3 | -6/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 3 | -6/+12 | |
| | | | ||||||
* | | | #11363: merge with 3.2. | Ezio Melotti | 2011-06-26 | 1 | -87/+135 | |
|\ \ \ | |/ / | ||||||
| * | | #11363: add missing functions from curses doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-26 | 1 | -0/+48 | |
| | | | ||||||
| * | | #11363: clean up curses doc. | Ezio Melotti | 2011-06-26 | 1 | -87/+87 | |
| | | | ||||||
* | | | #11669: merge with 3.2. | Ezio Melotti | 2011-06-26 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | #11669: rephrase footnote in the Compound Statements page. | Ezio Melotti | 2011-06-26 | 1 | -2/+3 | |
| | | | ||||||
| * | | Use correct markup in zipimport.rst. Patch by Sara Magliacane. | Ezio Melotti | 2011-06-25 | 1 | -3/+3 | |
| | | | ||||||
* | | | map cells to arg slots at code creation time (closes #12399) | Benjamin Peterson | 2011-06-26 | 4 | -78/+88 | |
| | | | | | | | | | | | | This removes nested loops in PyEval_EvalCodeEx. | |||||
* | | | Merge heads. | Ezio Melotti | 2011-06-25 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Use correct markup in zipimport.rst. Patch by Sara Magliacane. | Ezio Melotti | 2011-06-25 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Backed out changeset ef306bd1d122 | Ezio Melotti | 2011-06-25 | 3 | -9/+0 | |
|/ / / | ||||||
* | | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-25 | 3 | -0/+9 | |
| | | | ||||||
* | | | Issue 11802: filecmp cache was growing without bound. | Raymond Hettinger | 2011-06-25 | 1 | -5/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 11802: filecmp cache was growing without bound. | Raymond Hettinger | 2011-06-25 | 1 | -5/+6 | |
| | | | ||||||
* | | | Issue 12086: add example showing how to use name mangling. | Raymond Hettinger | 2011-06-25 | 1 | -0/+22 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 12086: add example showing how to use name mangling. | Raymond Hettinger | 2011-06-25 | 1 | -0/+22 | |
| | | | ||||||
* | | | Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, ↵ | Raymond Hettinger | 2011-06-25 | 1 | -2/+40 | |
| | | | | | | | | | | | | reviewed by Sandro Tosi). | |||||
* | | | Fix test_signal on Windows after #12303. | Ross Lagerwall | 2011-06-25 | 1 | -6/+6 | |
| | | | ||||||
* | | | Issue 11889: Clarify docs for enumerate. | Raymond Hettinger | 2011-06-25 | 1 | -8/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 11889: Clarify docs for enumerate. | Raymond Hettinger | 2011-06-25 | 1 | -8/+7 | |
| | | | ||||||
* | | | Issue #12408: Merge. | Mark Dickinson | 2011-06-25 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro. | Mark Dickinson | 2011-06-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. | Ross Lagerwall | 2011-06-25 | 8 | -23/+295 | |
| | | | ||||||
* | | | Merge #12228 | Mark Dickinson | 2011-06-25 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #12228 | Mark Dickinson | 2011-06-25 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. | Mark Dickinson | 2011-06-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | merge | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 | |
| |\ \ | ||||||
* | \ \ | merge | Raymond Hettinger | 2011-06-25 | 0 | -0/+0 | |
|\ \ \ \ | ||||||
| * \ \ \ | merge | Raymond Hettinger | 2011-06-25 | 3 | -0/+9 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | merge | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge with 3.2. | Ezio Melotti | 2011-06-25 | 3 | -0/+9 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-25 | 3 | -0/+9 | |
| |/ / | ||||||
* | | | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 | |
| | | | ||||||
* | | | Merge with 3.2 (Issue #12404). | Ross Lagerwall | 2011-06-25 | 2 | -1/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 12404: Remove C89 incompatible code from mmap module. | Ross Lagerwall | 2011-06-25 | 2 | -1/+5 | |
| | | | | | | | | | | | | Patch by Akira Kitada. | |||||
* | | | Issue #12392: fix thread initialization on FreeBSD 6 | Victor Stinner | 2011-06-24 | 2 | -1/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation of the first thread. Create therefore a dummy thread (no-op) a startup to initialize the pthread library. Add also a test for this use case, test written by Charles-François Natali. | |||||
* | | | Merge #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 2 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 2 | -0/+8 | |
| | | | | | | | | | | | | Patch by Francisco Martín Brugué. | |||||
* | | | give the names of missing positional or keyword-only arguments (closes #12356) | Benjamin Peterson | 2011-06-24 | 4 | -94/+199 | |
| | | |