summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | merge from 3.2Senthil Kumaran2011-06-271-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | merge 3.2Benjamin Peterson2011-06-271-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix closes issue 11568 - update select.epoll.register docstring with mention ↵Senthil Kumaran2011-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | of correct behavior.
* | | | | merge 3.2 (#12417)Benjamin Peterson2011-06-272-49/+32
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | update profile license (closes #12417)Benjamin Peterson2011-06-272-49/+32
| |/ /
* | | Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
|\ \ \ | |/ /
| * | Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
| | |
* | | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-263-6/+12
|\ \ \ | |/ /
| * | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-263-6/+12
| | |
* | | #11363: merge with 3.2.Ezio Melotti2011-06-261-87/+135
|\ \ \ | |/ /
| * | #11363: add missing functions from curses doc. Patch by Sandro Tosi.Ezio Melotti2011-06-261-0/+48
| | |
| * | #11363: clean up curses doc.Ezio Melotti2011-06-261-87/+87
| | |
* | | #11669: merge with 3.2.Ezio Melotti2011-06-261-2/+3
|\ \ \ | |/ /
| * | #11669: rephrase footnote in the Compound Statements page.Ezio Melotti2011-06-261-2/+3
| | |
| * | Use correct markup in zipimport.rst. Patch by Sara Magliacane.Ezio Melotti2011-06-251-3/+3
| | |
* | | map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-264-78/+88
| | | | | | | | | | | | This removes nested loops in PyEval_EvalCodeEx.
* | | Merge heads.Ezio Melotti2011-06-251-3/+3
|\ \ \
| * | | Use correct markup in zipimport.rst. Patch by Sara Magliacane.Ezio Melotti2011-06-251-3/+3
| | | |
* | | | Backed out changeset ef306bd1d122Ezio Melotti2011-06-253-9/+0
|/ / /
* | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-253-0/+9
| | |
* | | Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
|\ \ \ | |/ /
| * | Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
| | |
* | | Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
|\ \ \ | |/ /
| * | Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
| | |
* | | Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, ↵Raymond Hettinger2011-06-251-2/+40
| | | | | | | | | | | | reviewed by Sandro Tosi).
* | | Fix test_signal on Windows after #12303.Ross Lagerwall2011-06-251-6/+6
| | |
* | | Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
|\ \ \ | |/ /
| * | Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
| | |
* | | Issue #12408: Merge.Mark Dickinson2011-06-251-1/+1
|\ \ \ | |/ /
| * | Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.Mark Dickinson2011-06-251-1/+1
| | |
* | | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-258-23/+295
| | |
* | | Merge #12228Mark Dickinson2011-06-251-2/+2
|\ \ \ | |/ /
| * | Merge #12228Mark Dickinson2011-06-251-2/+2
| |\ \ | | |/
| | * Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.Mark Dickinson2011-06-251-2/+2
| | |
| * | mergeRaymond Hettinger2011-06-251-2/+2
| |\ \
* | \ \ mergeRaymond Hettinger2011-06-250-0/+0
|\ \ \ \
| * \ \ \ mergeRaymond Hettinger2011-06-253-0/+9
| |\ \ \ \
* | \ \ \ \ mergeRaymond Hettinger2011-06-251-2/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
| | | | |
* | | | | Merge with 3.2.Ezio Melotti2011-06-253-0/+9
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-253-0/+9
| |/ /
* | | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
|\ \ \ | |/ /
| * | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
| | |
* | | Merge with 3.2 (Issue #12404).Ross Lagerwall2011-06-252-1/+5
|\ \ \ | |/ /
| * | Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-252-1/+5
| | | | | | | | | | | | Patch by Akira Kitada.
* | | Issue #12392: fix thread initialization on FreeBSD 6Victor Stinner2011-06-242-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 Murray2011-06-242-0/+8
|\ \ \ | |/ /
| * | #10206: add test for previously fixed bug.R David Murray2011-06-242-0/+8
| | | | | | | | | | | | Patch by Francisco Martín Brugué.
* | | give the names of missing positional or keyword-only arguments (closes #12356)Benjamin Peterson2011-06-244-94/+199
| | |