]> granicus.if.org Git - python/shortlog
python
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...
2013-02-01 Brett CannonIssue #17098: Make sure every module has __loader__...
2013-02-01 Serhiy StorchakaIssue #1783: Remove declarations of nonexistent private...
2013-02-01 Serhiy StorchakaIssue #1783: Remove declarations of nonexistent private...
2013-02-01 Ezio Melotti#16128: merge with 3.2.
2013-02-01 Ezio Melotti#16128: clarify that instances of user-defined classes...
2013-01-31 Serhiy StorchakaIssue #17041: Fix doctesting when Python is configured...
2013-01-31 Serhiy StorchakaIssue #17041: Fix doctesting when Python is configured...
2013-01-31 Serhiy StorchakaAdded test to ensure localized calendar methods return...
2013-01-31 Serhiy StorchakaAdded test to ensure localized calendar methods return...
2013-01-31 Serhiy StorchakaIssue #4844: ZipFile now raises BadZipFile when opens...
2013-01-31 Serhiy StorchakaIssue #4844: ZipFile now raises BadZipFile when opens...
2013-01-31 Ned Deilynull merge
2013-01-31 Ned DeilyIssue #13590: OS X Xcode 4 - improve support for univer...
2013-01-30 Vinay SajipUpdated venv documentation with an example.
2013-01-29 Michael FoordMerge
2013-01-29 Michael FoordCloses issue 15505. unittest.installHandler and non...
2013-01-29 Antoine PitrouIssue #17071: Signature.bind() now works when one of...
2013-01-29 Serhiy StorchakaIssue #12004: Fix an internal error in PyZipFile when...
2013-01-29 Serhiy StorchakaIssue #12004: Fix an internal error in PyZipFile when...
2013-01-29 Serhiy StorchakaIssue #16971: Fix a refleak in the charmap decoder.
2013-01-29 Serhiy StorchakaMove NEWS entity from library to core section.
2013-01-29 Serhiy StorchakaMove NEWS entity from library to core section.
2013-01-29 Serhiy StorchakaAdd tests for raw-unicode-escape codec.
2013-01-29 Serhiy StorchakaAdd tests for raw-unicode-escape codec.
2013-01-29 Serhiy StorchakaClean up escape-decode decoder tests.
2013-01-29 Serhiy StorchakaClean up escape-decode decoder tests.
2013-01-29 Serhiy StorchakaNull merge
2013-01-29 Serhiy StorchakaMerge heads
2013-01-29 Serhiy StorchakaMerge heads
2013-01-29 Serhiy StorchakaIssue #16979: Fix error handling bugs in the unicode...
2013-01-29 Serhiy StorchakaIssue #16979: Fix error handling bugs in the unicode...
2013-01-29 Ned DeilyIssue #14018: merge to 3.3
2013-01-29 Ned DeilyIssue #14018: Backport OS X installer updates from...
2013-01-28 Benjamin Petersonfix long fixer docs (#4590)
2013-01-28 Serhiy StorchakaFix skip conditions in some docstings tests.
2013-01-28 Serhiy StorchakaFix skip conditions in some docstings tests.
next