]> granicus.if.org Git - python/shortlog
python
2011-07-29 Antoine PitrouIssue #12626: In regrtest, allow to filter tests using...
2011-07-29 Antoine PitrouIssue #12626: In regrtest, allow to filter tests using...
2011-07-29 Benjamin Petersonbytes -> bytearray
2011-07-29 Benjamin Petersonbytes should be verboten in sum() (fixes #12654)
2011-07-29 Charles-François... Issue #12464: tempfile.TemporaryDirectory.cleanup(...
2011-07-29 Charles-François... Issue #12464: tempfile.TemporaryDirectory.cleanup(...
2011-07-29 Éric AraujoMerge from 3.2 (#9254, #8982, #9788)
2011-07-29 Éric AraujoDocument that atexit execution order is undefined ...
2011-07-29 Éric AraujoAdd a link target for argparse.Namespace (#8982)
2011-07-29 Éric AraujoLet the doc of __import__ link to importlib (#9254).
2011-07-29 Éric AraujoMerge fix for #8887 from 3.2
2011-07-29 Éric AraujoMake “pydoc somebuiltin.somemethod” work (#8887)
2011-07-29 Jason R. CoombsMerge fix for reindent.py
2011-07-29 Jason R. CoombsIssue #10639: spec_newline wasn't defined globally...
2011-07-29 Éric AraujoExpand shlex.quote example (#9723)
2011-07-29 Éric AraujoMerge 3.2
2011-07-29 Éric AraujoBranch merge
2011-07-29 Éric AraujoBranch merge
2011-07-29 Raymond HettingerIssue 12514: Use try/finally to assure that timeit...
2011-07-29 Raymond HettingerIssue 12514: Use try/finally to assure that timeit...
2011-07-29 Eli BenderskyMerge from 3.2: Issue #12644: document the '%a' convers...
2011-07-29 Eli BenderskyIssue #12644: document the '%a' conversion in the old...
2011-07-29 Eli BenderskyIssue #12380: PyArg_ParseTuple now accepts a bytearray...
2011-07-29 Éric AraujoChange one line I missed in 7527f3f9829
2011-07-29 Éric AraujoMinor packaging cleanup.
2011-07-29 Éric AraujoMake TypeError message from Command.__init__ more useful
2011-07-29 Éric AraujoLet all pysetup actions return a meaningful 0 or 1...
2011-07-29 Éric AraujoLet pysetup list exit with a non-zero code when no...
2011-07-29 Éric AraujoMerge from 3.2 (#10318, #12255, #12043, #12417 and...
2011-07-28 Éric AraujoModernize modulefinder module and tests a bit.
2011-07-28 Éric AraujoFix reST role and missing word
2011-07-28 Éric AraujoBranch merge
2011-07-28 Éric AraujoMerge profile docs followup (#12417) from 3.1
2011-07-28 Éric AraujoRemove mentions of previous license in profile module...
2011-07-28 Éric AraujoTurn raw URI into real link
2011-07-28 Éric AraujoUpdate documentation for shutil.move (#12043) and fix...
2011-07-28 Éric AraujoStop ignoring Mercurial merge conflits files (#12255).
2011-07-28 Éric AraujoMake VCSes ignore the compiled shared library file...
2011-07-28 Raymond HettingerIssue 12647: Add __bool__() method to the None object.
2011-07-28 Senthil Kumaranmerge from 3.2 - Fix closes Issue11439 Remove the SVN...
2011-07-28 Senthil KumaranFix closes Issue11439 Remove the SVN keywords from...
2011-07-27 Éric AraujoRemove indirection in threading (issue #10968).
2011-07-27 Charles-François... Issue #11871: In test_threading.BarrierTests, bump...
2011-07-27 Charles-François... Issue #11871: In test_threading.BarrierTests, bump...
2011-07-27 Charles-François... Issue #12603: Fix pydoc.synopsis() on files with non...
2011-07-27 Charles-François... Issue #12603: Fix pydoc.synopsis() on files with non...
2011-07-27 Eli Benderskyfix doc typo for library/test.rst
2011-07-27 Eli BenderskyIssue #11049: added test_support to regrtest.STDTESTS...
2011-07-27 Éric AraujoAdd shlex.quote function, to escape filenames and comma...
2011-07-27 Senthil Kumaranmerge from 3.2 - Fix closes Issue12621 - Fix docstrings...
2011-07-27 Senthil KumaranFix closes Issue12621 - Fix docstrings of find and...
2011-07-27 Ross LagerwallIssue #12607: Merge with 3.2.
2011-07-27 Ross LagerwallIssue #12607: In subprocess, fix issue where if stdin...
2011-07-27 Senthil Kumaranmerge from 3.2 - Correcting issue 12576 fix, which...
2011-07-27 Senthil KumaranCorrecting issue 12576 fix, which resulted in buildbot...
2011-07-27 Ned DeilyIssue #12590: IDLE editor window now always displays...
2011-07-27 Ned DeilyIssue #12590: IDLE editor window now always displays...
2011-07-27 Senthil Kumaranmerge from 3.2 - Fix closes Issue12576 - fix urlopen...
2011-07-27 Senthil KumaranFix closes Issue12576 - fix urlopen behavior on sites...
2011-07-26 Antoine PitrouActually port ecfe9bf0117b to default
2011-07-26 Antoine PitrouNull merge
2011-07-26 Antoine PitrouWhen testing for an hg repo, use a file that always...
2011-07-26 Antoine PitrouNull merge
2011-07-26 Antoine PitrouBackport 0398f07d4827 (fix for weird buildbot failures)
2011-07-26 Antoine PitrouTry to fix weird buildbot failures
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Éric AraujoBranch merge.
2011-07-26 Éric AraujoFix missing or wrong shebangs and missing executable...
2011-07-26 Jason R. CoombsIssue #10639: reindent.py tool now accepts a --newline...
2011-07-26 Jason R. CoombsMerge with 3.2 Issue #10639: reindent.py should not...
2011-07-26 Éric AraujoFix string exception and a few style issues in mailerda...
2011-07-26 Éric AraujoFix sorting or wording of some NEWS entries.
2011-07-26 Éric AraujoFix style in code added by edba722f3b02
2011-07-26 Jason R. CoombsFixes #10639: reindent.py should not convert newlines
2011-07-26 Éric AraujoMake indentation comply with our style guide and the...
2011-07-26 Éric AraujoFix “anyways” (following R. David Murray in 4d5a546b6186)
2011-07-26 Éric AraujoFix reST references
2011-07-26 Éric AraujoRemove duplicates of cmp_to_key (#12542, reviewed by...
2011-07-26 Antoine PitrouAdd debug output for failing buildbot
2011-07-26 Ezio Melotti#12547: Fix example in nntplib doc. Patch by July Tikhonov.
2011-07-25 Vinay SajipFixes #12637: Merged fix from 3.2 and added test.
2011-07-25 Vinay SajipFixes #12637: Last resort messages now correctly handle...
2011-07-25 Charles-François... Issue #11784: Improve multiprocessing.Process.join...
2011-07-25 Ross LagerwallIssue #12102: Merge with 3.2.
2011-07-25 Ross LagerwallIssue #12102: Document that buffered files must be...
2011-07-24 Charles-François... Issue #12560: Build libpython.so on OpenBSD. Patch...
2011-07-24 Charles-François... Issue #12560: Build libpython.so on OpenBSD. Patch...
2011-07-24 Antoine PitrouAdd a test for issue #1813: getlocale() failing under...
2011-07-24 Antoine PitrouAdd a test for issue #1813: getlocale() failing under...
2011-07-24 Antoine PitrouIssue #1813: Fix codec lookup under Turkish locales.
2011-07-23 Antoine PitrouIssue #12624: It is now possible to fail after the...
2011-07-23 Antoine PitrouIssue #12624: It is now possible to fail after the...
2011-07-23 Antoine PitrouIssue #12591: Improve support of "universal newlines...
2011-07-23 Antoine PitrouIssue #12591: Improve support of "universal newlines...
2011-07-23 Antoine PitrouFollowup to c3b47cdea0d1: document the *write_through...
2011-07-23 Antoine PitrouIssue #12591: Allow io.TextIOWrapper to work with raw...
2011-07-23 Antoine PitrouIssue #12591: Allow io.TextIOWrapper to work with raw...
2011-07-23 Charles-François... Issue 12620: Make pendingbusy flag static to Py_MakePen...
2011-07-23 Nadeem VawdaAdd Misc/NEWS entry for d68765bd6490.
next