]> granicus.if.org Git - python/shortlog
python
2013-02-09 Serhiy StorchakaIssue #17147. Mention BytesIO in SpooledTemporaryFile...
2013-02-09 Serhiy StorchakaIssue #17147. Mention BytesIO in SpooledTemporaryFile...
2013-02-09 Serhiy StorchakaIssue #16686: Fixed a lot of bugs in audioop module.
2013-02-09 Serhiy StorchakaIssue #16686: Fixed a lot of bugs in audioop module.
2013-02-09 Ned DeilyIssue #17161: make install now also installs a python3...
2013-02-09 Ned DeilyIssue #17161: make install now also installs a python3...
2013-02-08 Serhiy StorchakaFix accidental non-breakable spaces (U+00A0).
2013-02-08 Serhiy StorchakaFix accidental non-breakable spaces (U+00A0).
2013-02-08 Gregory P.... Issue #6972: keep the warning about untrusted extractio...
2013-02-08 Gregory P.... Issue #6972: keep the warning about untrusted extractio...
2013-02-08 Senthil KumaranAddressing the review comment made by Terry Reedy
2013-02-08 Senthil KumaranAddressing the review comment made by Terry Reedy
2013-02-07 Victor StinnerIssue #17137: When an Unicode string is resized, the...
2013-02-07 Serhiy StorchakaIssue #17073: Fix some integer overflows in sqlite3...
2013-02-07 Serhiy StorchakaIssue #17073: Fix some integer overflows in sqlite3...
2013-02-07 Serhiy StorchakaIssue #17043: The unicode-internal decoder no longer...
2013-02-07 Serhiy StorchakaIssue #17043: The unicode-internal decoder no longer...
2013-02-07 Serhiy StorchakaIssue #17118: Add new tests for testing Python-Tcl...
2013-02-07 Serhiy StorchakaIssue #17118: Add new tests for testing Python-Tcl...
2013-02-07 Serhiy StorchakaIssue #17114: IDLE now uses non-strict config parser.
2013-02-07 Serhiy StorchakaIssue #17114: IDLE now uses non-strict config parser.
2013-02-07 Serhiy StorchakaFix test_from_dll* in test_returnfuncptrs.py.
2013-02-07 Serhiy StorchakaFix test_from_dll* in test_returnfuncptrs.py.
2013-02-07 Senthil KumaranFix Issue17069: Document getcode method in urllib.reque...
2013-02-07 Senthil KumaranFix Issue17069: Document getcode method in urllib.reque...
2013-02-06 R David MurrayMerge: #17142: fix apparent copy and paste error in...
2013-02-06 R David Murray#17142: fix apparent copy and paste error in test_all.
2013-02-06 Serhiy StorchakaIssue #16723: httplib.HTTPResponse no longer marked...
2013-02-06 Serhiy StorchakaIssue #16723: httplib.HTTPResponse no longer marked...
2013-02-05 R David MurrayMerge: #16948: Fix quopri encoding of non-latin1 charac...
2013-02-05 R David Murray#16948: Fix quopri encoding of non-latin1 character...
2013-02-05 R David MurrayNews item for issue #16811 fix.
2013-02-05 Benjamin Petersonupdate symbol.py for yield from grammar changes (closes...
2013-02-05 Benjamin Petersontoken.main is now token._main
2013-02-05 Hynek Schlawack#17076: Make copying of xattrs more permissive of missi...
2013-02-04 R David Murray#16811: Fix folding of headers with no value in provisi...
2013-02-04 Serhiy StorchakaIssue #17089: Expat parser now correctly works with...
2013-02-04 Serhiy StorchakaIssue #17089: Expat parser now correctly works with...
2013-02-04 R David Murraymerge #17091: update docstring for _thread.Lock.acquire.
2013-02-04 R David Murray#17091: update docstring for _thread.Lock.acquire.
2013-02-04 Serhiy StorchakaNull merge
2013-02-04 Serhiy StorchakaFix test_tools hangs on Windows. Patch by Jeremy Kloth.
2013-02-04 Serhiy StorchakaNull merge
2013-02-04 Serhiy StorchakaIssue #16903: Popen.communicate() on Unix now accepts...
2013-02-04 Serhiy StorchakaDo not raise self.skipTest().
2013-02-04 Serhiy StorchakaDo not raise self.skipTest().
2013-02-04 Serhiy StorchakaTemporarily disable test_from_dll in test_returnfuncptr...
2013-02-04 Serhiy StorchakaTemporarily disable test_from_dll in test_returnfuncptr...
2013-02-04 Serhiy StorchakaIssue #6083: Fix multiple segmentation faults occured...
2013-02-04 Serhiy StorchakaIssue #6083: Fix multiple segmentation faults occured...
2013-02-04 Benjamin Petersonfix find_library on Solaris (closes #5289)
2013-02-03 Brett CannonWay too many places create modules temporarily that...
2013-02-03 Gregory P.... null merge
2013-02-03 Brett Cannonmerge
2013-02-03 Brett Cannonpyexpat/xml.parsers.expat create their errors and model...
2013-02-03 Serhiy StorchakaIssue #17106: Fix a segmentation fault in io.TextIOWrap...
2013-02-03 Serhiy StorchakaIssue #17106: Fix a segmentation fault in io.TextIOWrap...
2013-02-03 Georg Brandl#17109: fix headings in mock example doc.
2013-02-03 Georg BrandlCloses #17109: fix heading levels in mock doc.
2013-02-03 Gregory P.... Refactor recently added bugfix into more testable code...
2013-02-02 Ned DeilyIssue #16698: merge from 3.2
2013-02-02 Ned DeilyIssue #16698: Skip posix test_getgroups when built...
2013-02-02 Antoine PitrouNull merge
2013-02-02 Antoine PitrouSimplify code in HTTPResponse.read()
2013-02-02 Antoine PitrouIssue #15633: httplib.HTTPResponse is now mark closed...
2013-02-02 Antoine PitrouIssue #15633: httplib.HTTPResponse is now mark closed...
2013-02-02 Nadeem VawdaBack out fix for issue #13886; it introduced a new...
2013-02-02 Nadeem VawdaBack out fix for issue #13886; it introduced a new...
2013-02-02 Serhiy StorchakaFix the test for issue #6972.
2013-02-02 Serhiy StorchakaFix the test for issue #6972.
2013-02-02 Serhiy StorchakaIssue #17034: Use Py_CLEAR() in bytesobject.c.
2013-02-02 Serhiy StorchakaIssue #17034: Use Py_CLEAR() in bytesobject.c.
2013-02-02 Serhiy StorchakaFix a Cyrillic "C" inroduced into the docs by patch...
2013-02-02 Serhiy StorchakaFix a Cyrillic "C" inroduced into the docs by patch...
2013-02-02 Serhiy StorchakaFix tests for issue #11159.
2013-02-02 Serhiy StorchakaFix tests for issue #11159.
2013-02-02 Serhiy StorchakaNull merge
2013-02-02 Serhiy StorchakaMerge heads
2013-02-02 Serhiy StorchakaMerge heads
2013-02-02 Serhiy StorchakaIssue #11159: Add tests for testing SAX parser support...
2013-02-02 Serhiy StorchakaIssue #11159: Add tests for testing SAX parser support...
2013-02-02 Ned DeilyIssue #15116: merge from 3.2
2013-02-02 Ned DeilyIssue #15116: Remove references to appscript as it...
2013-02-02 Ned DeilyIssue #15587: merge from 3.2
2013-02-02 Ned DeilyIssue #15587: Enable Tk high-resolution text rendering...
2013-02-02 Gregory P.... In the _hashlib module, only initialize the static...
2013-02-02 Gregory P.... In the _hashlib module, only initialize the static...
2013-02-02 Gregory P.... null merge from 3.2 (3.3's code already refactored)
2013-02-02 Gregory P.... Silence a -Wformat-extra-argument warning when compiling.
2013-02-01 Ned DeilyIssue #16256: merge from 3.2
2013-02-01 Ned DeilyIssue #16256: OS X installer now sets correct permissio...
2013-02-01 Brett Cannonmerge
2013-02-01 Gregory P.... null merge
2013-02-01 Gregory P.... Additional fix for issue #12268: The io module file...
2013-02-01 Gregory P.... better corrected news entry
2013-02-01 Gregory P.... Additional fix for Issue #12268: The io module file...
2013-02-01 Brett CannonIssue #17098: Be more stringent of setting __loader__...
2013-02-01 Brett CannonAdd a test for fix of issue #17098
2013-02-01 Gregory P.... Fixes Issue #6972: The zipfile module no longer overwri...
2013-02-01 Gregory P.... Fixes Issue #6972: The zipfile module no longer overwri...
next