]> granicus.if.org Git - python/shortlog
python
2011-07-04 Ned DeilyIssue #8716: Fix errors in the non-OS X path of the...
2011-07-04 Ned DeilyIssue #8716: Avoid crashes caused by Aqua Tk on OSX...
2011-07-04 Ned DeilyIssue #10734: Temporarily disable test_ttk test_heading...
2011-07-04 Benjamin Petersonplug refleak
2011-07-04 Victor StinnerIssue #12467: warnings: fix a race condition if a warni...
2011-07-04 Senthil KumaranFix closes issue12438 - idlelib.PyShell's showformatwa...
2011-07-03 Senthil KumaranreST indentation fix in sqlite3 docs. rst uses 3 space...
2011-07-02 Charles-François... Issue #12352: In test_free_from_gc(), restore the GC...
2011-07-02 Charles-François... Issue #12352: Fix a deadlock in multiprocessing.Heap...
2011-07-01 Antoine PitrouReally fix issue #10898: posixmodule.c redefines FSTAT
2011-07-01 Victor StinnerIssue #11870: Skip test_threading.test_2_join_in_forked...
2011-06-29 Raymond HettingerFixup repr for dict_proxy objects.
2011-06-29 Ned DeilyMerge 2.7
2011-06-29 Benjamin Petersonmerge 2.6
2011-06-29 Benjamin Petersonfix ws
2011-06-29 Ned DeilyIssue #9516: Update Misc/NEWS.
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 Guido van RossumMinimal changes to make byext.py script work with Pytho...
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 #10736: Fix test_ttk test_widgets failures with...
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 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
next