]> granicus.if.org Git - python/shortlog
python
2013-02-11 R David MurrayMerge: #17171: fix email.encoders.encode_7or8bit when...
2013-02-11 R David Murray#17171: fix email.encoders.encode_7or8bit when applied...
2013-02-11 R David MurrayMerge: #17064: fix sporadic permission errors in test_m...
2013-02-11 R David Murray#17064: fix sporadic permission errors in test_mailbox...
2013-02-11 Michael FoordMerge
2013-02-11 Michael FoordCorrection to issue 17052 fix
2013-02-11 Michael FoordMerge
2013-02-11 Michael FoordIssue 17502: unittest discovery should use self.testLoader
2013-02-10 Serhiy StorchakaReject float as uid or gid.
2013-02-10 Serhiy StorchakaIssue #4591: Uid and gid values larger than 2**31 are...
2013-02-10 Serhiy StorchakaIssue #17141: random.vonmisesvariate() no more hangs...
2013-02-10 Serhiy StorchakaIssue #17141: random.vonmisesvariate() no more hangs...
2013-02-10 Serhiy StorchakaIssue #12983: Bytes literals with invalid \x escape...
2013-02-10 Serhiy StorchakaIssue #12983: Bytes literals with invalid \x escape...
2013-02-10 Mark DickinsonIssue #17149: merge fix from 3.2.
2013-02-10 Mark DickinsonIssue #17149: Fix random.vonmisesvariate to always...
2013-02-10 Serhiy StorchakaFix a test for SpooledTemporaryFile (added in issue...
2013-02-10 Serhiy StorchakaFix a test for SpooledTemporaryFile (added in issue...
2013-02-10 Serhiy StorchakaIssue #1470548: XMLGenerator now works with binary...
2013-02-10 Serhiy StorchakaIssue #1470548: XMLGenerator now works with binary...
2013-02-10 Serhiy StorchakaIssue #6975: os.path.realpath() now correctly resolves...
2013-02-10 Serhiy StorchakaIssue #6975: os.path.realpath() now correctly resolves...
2013-02-10 Raymond HettingerBackport deque.rotate() improvements.
2013-02-09 Antoine PitrouIssue #17173: Remove uses of locale-dependent C functio...
2013-02-09 Antoine PitrouIssue #17173: Remove uses of locale-dependent C functio...
2013-02-09 Serhiy StorchakaIssue #17156: pygettext.py now uses an encoding of...
2013-02-09 Serhiy StorchakaIssue #17156: pygettext.py now uses an encoding of...
2013-02-09 Serhiy StorchakaIssue #17169: Restore errno in tempfile exceptions.
2013-02-09 R David MurrayMerge: #17166: fix _dummy_thread import example.
2013-02-09 R David Murray#17166: fix _dummy_thread import example.
2013-02-09 R David MurrayMerge: #16564: Fix regression in use of encoders.encode...
2013-02-09 R David Murray#16564: Fix regression in use of encoders.encode_noop...
2013-02-09 Christian Heimesadd proper dependencies on expat headers and sources
2013-02-09 Christian Heimesadd proper dependencies on expat headers and sources
2013-02-09 Benjamin PetersonStringIO.StringIO -> io.StringIO (closes #17168)
2013-02-09 Serhiy StorchakaIssue #10355: SpooledTemporaryFile properties now work...
2013-02-09 Serhiy StorchakaIssue #10355: SpooledTemporaryFile properties now work...
2013-02-09 Serhiy StorchakaMinor fix of previous commit.
2013-02-09 Serhiy StorchakaMinor fix of previous commit.
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
next