]> granicus.if.org Git - python/shortlog
python
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: runtest() truncates the Strin...
2011-06-29 Victor StinnerIssue #12400: runtest() truncates the StringIO stream...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: Add missing import (os) to...
2011-06-29 Victor StinnerIssue #12400: Add missing import (os) to test_kqueue
2011-06-29 Victor StinnerIssue #12400: test.support.run_doctest() doesn't change...
2011-06-29 Victor StinnerIssue #12400: test.support.run_doctest() doesn't change...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: regrtest, force verbose mode...
2011-06-29 Victor StinnerIssue #12400: regrtest, force verbose mode to True...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: runtest() reuses the same...
2011-06-29 Victor StinnerIssue #12400: runtest() reuses the same io.StringIO...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: don't use sys.stderr in test_...
2011-06-29 Victor StinnerIssue #12400: don't use sys.stderr in test_kqueue becau...
2011-06-29 Victor StinnerIssue #12400: fix test_faulthandler if regrtest capture...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: remove unused import
2011-06-29 Victor StinnerIssue #12400: remove unused variable
2011-06-29 Victor StinnerIssue #12400: oops, remove debug code...
2011-06-29 Victor Stinner(merge 3.2) Issue #12400: regrtest -W doesn't rerun...
2011-06-29 Victor StinnerIssue #12400: regrtest -W doesn't rerun the tests twice...
2011-06-29 Victor StinnerIssue #12303: run sig*wait*() tests in a subprocesss
2011-06-29 Ned DeilyMerge 3.2 to default
2011-06-29 Ned DeilyMerge 3.2
2011-06-29 Ned DeilyMerge default.
2011-06-29 Ned DeilyIssue #9516: Update Misc/NEWS to include packaging.
2011-06-29 Ned DeilyIssue #9516: Port the revised deployment target process...
2011-06-29 Ned DeilyIssue #9516: Port OS X deployment target tests from...
2011-06-29 Ned DeilyIssue #9516: Merge Distutils changes from 3.2
2011-06-29 Ned DeilyIssue #9516: Update Misc/NEWS.
2011-06-29 Benjamin Petersonmerge 3.2
2011-06-29 Benjamin Petersonmerge 3.1
2011-06-29 Ned DeilyIssue #9516: Change distutils to no longer globally...
2011-06-29 Ned DeilyIssue #9516: Correct and expand OS X deployment target...
2011-06-28 Benjamin Petersonremove unused imports (closes #12432)
2011-06-28 Benjamin Petersonuse the Include in srcdir
2011-06-28 Ned DeilyIssue #12141: Install copies of template C module file...
2011-06-28 Ned DeilyIssue #12141: Install a copy of template C module file...
2011-06-28 Ned DeilyIssue #8746: Correct faulty configure checks so that...
2011-06-28 Ned DeilyIssue #8746: Correct faulty configure checks so that...
2011-06-28 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-06-28 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-06-27 Benjamin Petersongeneral cleaning up
2011-06-27 Benjamin Petersonremove svn support
2011-06-27 Benjamin Petersonmerge 3.2
2011-06-27 Benjamin Petersonfix ws
2011-06-27 Benjamin Petersonmerge 3.2 (#11302)
2011-06-27 Benjamin Petersonadd more ast tests (closes #11302)
2011-06-27 Benjamin Petersondon't memoize objects that are their own copies (closes...
2011-06-27 Senthil Kumaranmerge from 3.2
2011-06-27 Senthil KumaranFix closes Issue12385 - Clarify maketrans method docstr...
2011-06-27 Vinay SajipCloses #12419: Added ident to SysLogHandler.
2011-06-27 Benjamin Petersonmerge 3.2
2011-06-27 Benjamin Petersonstrip trailing ws
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonmerge 3.2
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonmerge 3.2 (#12417)
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Giampaolo Rodola'Issue 12139: add CCC command support to FTP_TLS class...
2011-06-27 Senthil Kumaranmerge from 3.2
2011-06-27 Senthil KumaranFix closes issue 11568 - update select.epoll.register...
2011-06-26 Raymond HettingerIssue #8890: Remove /tmp from examples.
2011-06-26 Raymond HettingerIssue #8890: Remove /tmp from examples.
2011-06-26 Raymond HettingerIssue #4608: urllib.request.urlopen does not return...
2011-06-26 Raymond HettingerIssue #4608: urllib.request.urlopen does not return...
2011-06-26 Ezio Melotti#11363: merge with 3.2.
2011-06-26 Ezio Melotti#11363: add missing functions from curses doc. Patch...
2011-06-26 Ezio Melotti#11363: clean up curses doc.
2011-06-26 Ezio Melotti#11669: merge with 3.2.
2011-06-26 Ezio Melotti#11669: rephrase footnote in the Compound Statements...
2011-06-26 Benjamin Petersonmap cells to arg slots at code creation time (closes...
2011-06-25 Ezio MelottiMerge heads.
2011-06-25 Ezio MelottiBacked out changeset ef306bd1d122
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
2011-06-25 Raymond HettingerIssue 11802: filecmp cache was growing without bound.
2011-06-25 Raymond HettingerIssue 12086: add example showing how to use name mangling.
2011-06-25 Raymond HettingerIssue 11889: Clarify docs for enumerate.
2011-06-25 Mark DickinsonIssue #12408: Fix relative import in test_future5.py...
2011-06-25 Mark DickinsonMerge #12228
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond HettingerFix typo (reported by Hiro Ashiya).
2011-06-25 Ezio Melotti#12341: add coverage files/dirs to .hgignore. Patch...
2011-06-25 Raymond HettingerIssue 11802: filecmp cache was growing without bound.
2011-06-25 Raymond HettingerIssue 12086: add example showing how to use name mangling.
2011-06-25 Raymond HettingerIssue 11758: increase xml.dom.minidom test coverage...
2011-06-25 Ross LagerwallFix test_signal on Windows after #12303.
2011-06-25 Raymond HettingerIssue 11889: Clarify docs for enumerate.
2011-06-25 Mark DickinsonIssue #12408: Merge.
2011-06-25 Ross LagerwallIssue #12303: Add sigwaitinfo() and sigtimedwait()...
2011-06-25 Mark DickinsonMerge #12228
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond HettingerFix typo (reported by Hiro Ashiya).
2011-06-25 Ezio MelottiMerge with 3.2.
2011-06-25 Ezio Melotti#12341: add coverage files/dirs to .hgignore. Patch...
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Ross LagerwallMerge with 3.2 (Issue #12404).
next