]> granicus.if.org Git - python/shortlog
python
2011-06-27 Benjamin Petersonfix ws
2011-06-27 Benjamin Petersonadd more ast tests (closes #11302)
2011-06-27 Benjamin Petersonstrip trailing ws
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Senthil KumaranFix closes issue 11568 - update select.epoll.register...
2011-06-26 Senthil KumaranFix closes issue1067702 The problem with close multipl...
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: rephrase footnote in the Compound Statements...
2011-06-26 Senthil KumaranFix Issue10020 - Doc update to sqlite3 module in 2...
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
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 11889: Clarify docs for enumerate.
2011-06-25 Raymond HettingerIssue 10326: Fix regression to get test cases to pickle...
2011-06-25 Mark Dickinsonmerge
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Mark DickinsonIssue #12164: Document (in docstring) that str.translat...
2011-06-25 Ross LagerwallIssue 12404: Remove C89 incompatible code from mmap...
2011-06-24 R David Murray#9921: clarify os.path.join joining algorithm
2011-06-23 R David Murray#12389: fix missing space at sentence end.
2011-06-20 Victor StinnerRevert d370d609d09b as requested by Terry Jan Reedy:
2011-06-20 Victor StinnerIssue #12285: multiprocessing.Pool() raises a ValueErro...
2011-06-20 Senthil Kumaranmerge heads
2011-06-20 Senthil Kumaranmerge 3.2 - Fix closes Issue12359 - Removing a confusin...
2011-06-20 Victor StinnerClose #3067: locale.setlocale() accepts a Unicode locale.
2011-06-20 Senthil KumaranFix issue12359. Minor doc update on import module descr...
2011-06-18 R David Murray#6771: fix docs: curses.wrapper is exposed as a functio...
2011-06-18 R David Murray#11700: proxy object close methods can now be called...
2011-06-17 Victor StinnerIssue #12133: AbstractHTTPHandler.do_open() of urllib...
2011-06-16 Benjamin Petersonupdate link to pycrypto (closes #12351)
2011-06-13 Vinay SajipCloses #12206: documentation update for LogRecord const...
2011-06-11 Benjamin Petersonallow "fake" filenames in findsource (closes #9284)
2011-06-11 Benjamin Petersononto 2.7.3
2011-06-11 Benjamin Petersonmerge 2.7.2 release branch
2011-06-11 Benjamin PetersonAdded tag v2.7.2 for changeset 8527427914a2
2011-06-11 Benjamin Petersonupdate pydoc-topics v2.7.2
2011-06-11 Benjamin Petersonbump to 2.7.2 final
2011-06-10 Benjamin Petersonmerge heads
2011-06-10 Benjamin Petersonmerge 2.7.2 release branch with fix for #12009
2011-06-10 Benjamin Petersonfix regression in netrc comment handling (closes #12009)
2011-06-10 Eli BenderskyIssue #12223: Typo fix in datamodel docs
2011-06-09 R David Murray#10694: zipfile now ignores garbage at the end of a...
2011-06-09 Brian CurtinCorrection to f1509fc75435 - Issue #11583
2011-06-09 Éric AraujoFix a few misuses of :option: I missed in r86521.
2011-06-09 Éric AraujoBranch merge
2011-06-09 Brian CurtinMerge
2011-06-07 Éric AraujoAdd examples that work on Windows to distutils docs...
2011-06-06 Éric AraujoBranch merge
2011-06-05 Benjamin Petersonmerge 2.7.2 release branch
2011-06-05 Martin v. LöwisStop adding txt files twice.
2011-06-05 Martin v. LöwisAdd 2.7.2 UUIDs
2011-06-04 Éric AraujoRemove unnecessary executable bit on one distutils...
2011-06-04 Mark DickinsonIssue #12080: Fix a performance issue in Decimal._power...
2011-06-04 Éric AraujoRemove outdated bit of advice (c882b5ff92d9 follow-up)
2011-06-04 Barry WarsawNull merge from 2.6.
2011-06-04 Barry WarsawReplay svn r88852.
2011-06-04 Barry WarsawReplay svn r88850. v2.6.7
2011-06-03 Victor StinnerIssue #12016: Add test_errorhandle() to TestBase_Mapping of
2011-06-03 Victor StinnerIssue #12016: Reindent decoders of HK and JP codecs
2011-06-03 Benjamin Petersonmerge 2.7.2 release branch
2011-06-03 Benjamin Petersonanother benefit of this change
2011-06-03 Éric AraujoDocument working dir for “make html” (#12249). Patch...
2011-06-03 Raymond HettingerFix named tuples to work with vars().
2011-06-02 Raymond Hettingersys.checkinterval() now refreshes the current countdown...
2011-06-01 Raymond HettingerCleanup example
2011-06-01 Raymond HettingerMultiple clean-ups to the docs for builtin functions.
2011-06-01 Raymond HettingerLink to suggestions for how to use super().
2011-06-01 Éric AraujoBranch merge
2011-06-01 Benjamin Petersonmerge release tag
2011-06-01 Benjamin Petersonmerge heads
2011-06-01 Benjamin Petersonmerge 2.7.2 release branch
2011-05-31 Benjamin Petersonsimply use the Python version for pyexpat.__version__...
2011-05-31 Victor StinnerIssue #12085: Fix test_subprocess for my previous commit
2011-05-31 Benjamin Petersonadd 2.7.2 header
2011-05-31 Victor StinnerClose #12085: Fix an attribute error in subprocess...
2011-05-31 Éric AraujoFix markup: arguments in a class directive are __init__...
2011-05-31 Éric AraujoFix error message to use the Python name instead of...
2011-05-30 Victor StinnerIssue #12057: Add tests for ISO 2022 codecs
2011-05-30 Victor StinnerIssue #1195: fix the issue number of the NEWS entry
2011-05-30 Victor StinnerIssue #12016: my_fgets() now always clears errors befor...
2011-05-29 Benjamin PetersonAdded tag v2.7.2rc1 for changeset f48756685406
2011-05-29 Benjamin Petersonbump to 2.7.2rc1 v2.7.2rc1
2011-05-29 Éric AraujoBranch merge
2011-05-29 Ned DeilyIssue #12205: Fix test_subprocess failure due to uninst...
2011-05-28 Éric AraujoRe-add missing doc stub for the distutils check command
2011-05-28 Éric AraujoBackport doc improvements for distutils.cmd.Command...
2011-05-28 Éric AraujoFix test_distutils when sys.dont_write_bytecode is...
2011-05-28 Ned DeilyIssue #11217: For 64-bit/32-bit Mac OS X universal...
2011-05-28 Martin v. LöwisNearly null-merge 2.5.6
2011-05-28 Martin v. LöwisNearly null-merge 2.5.6
2011-05-28 Martin v. Löwismerge 2.5.6c1 tag
2011-05-28 Martin v. LöwisAdded tag v2.5.6c1 for changeset a87c7b96672b
2011-05-28 Martin v. LöwisAdded tag v2.5.6 for changeset de34c7b097e8
2011-05-28 Martin v. Löwisr88840: Prepare for 2.5.6. v2.5.6
2011-05-28 Martin v. Löwisr88828: Fix year.
2011-05-28 Martin v. Löwisr88824: Prepare for 2.5.6c1. v2.5.6c1
next