]> granicus.if.org Git - python/shortlog
python
2013-02-16 Serhiy StorchakaIssue #13169: The maximal repetition number in a regula...
2013-02-15 Ezio Melotti#17178: update any()/all() docstrings to document their...
2013-02-15 Antoine PitrouIssue #17208: add a note about the termination behaviou...
2013-02-13 Richard OudkerkAdd Misc/NEWS entry for Issue #16743
2013-02-13 Richard OudkerkIssue #16743: Fix mmap overflow check on 32 bit Windows
2013-02-13 Serhiy StorchakaIssue #5308: Raise ValueError when marshalling too...
2013-02-12 Serhiy StorchakaFix for issue #16800: Use buffered write to handle...
2013-02-12 Serhiy StorchakaIssue #16800: tempfile.gettempdir() no longer left...
2013-02-12 Serhiy StorchakaIssue #4591: Uid and gid values larger than 2**31 are...
2013-02-12 Serhiy StorchakaClean trailing whitespaces in Makefile.pre.in.
2013-02-11 R David Murray#17171: fix email.encoders.encode_7or8bit when applied...
2013-02-11 R David Murray#17064: fix sporadic permission errors in test_mailbox...
2013-02-11 Michael FoordCorrection to issue 17052 fix
2013-02-11 Michael FoordIssue 17502: unittest discovery should use self.testLoader
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 Mark DickinsonIssue #17149: Fix random.vonmisesvariate to always...
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 #6975: os.path.realpath() now correctly resolves...
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 R David Murray#17166: fix _dummy_thread import example.
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 Serhiy StorchakaIssue #10355: SpooledTemporaryFile properties now work...
2013-02-09 Serhiy StorchakaMinor fix of previous commit.
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 Ned DeilyIssue #17161: make install now also installs a python3...
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 Senthil KumaranAddressing the review comment made by Terry Reedy
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 #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 StorchakaFix test_from_dll* in test_returnfuncptrs.py.
2013-02-07 Senthil KumaranFix Issue17069: Document getcode method in urllib.reque...
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-05 R David Murray#16948: Fix quopri encoding of non-latin1 character...
2013-02-04 Serhiy StorchakaIssue #17089: Expat parser now correctly works with...
2013-02-04 R David Murray#17091: update docstring for _thread.Lock.acquire.
2013-02-04 Serhiy StorchakaFix test_tools hangs on Windows. Patch by Jeremy Kloth.
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 StorchakaTemporarily disable test_from_dll in test_returnfuncptr...
2013-02-04 Serhiy StorchakaIssue #6083: Fix multiple segmentation faults occured...
2012-07-14 Gregory P.... Update the embedded copy of the expat XML parser to...
2013-02-03 Serhiy StorchakaIssue #17106: Fix a segmentation fault in io.TextIOWrap...
2013-02-02 Ned DeilyIssue #16698: Skip posix test_getgroups when built...
2013-02-02 Antoine PitrouSimplify code in HTTPResponse.read()
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 Serhiy StorchakaFix the test for issue #6972.
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 tests for issue #11159.
2013-02-02 Serhiy StorchakaMerge heads
2013-02-02 Serhiy StorchakaIssue #11159: Add tests for testing SAX parser support...
2013-02-02 Ned DeilyIssue #15116: Remove references to appscript as it...
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.... Silence a -Wformat-extra-argument warning when compiling.
2013-02-01 Ned DeilyIssue #16256: OS X installer now sets correct permissio...
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 Gregory P.... Fixes Issue #6972: The zipfile module no longer overwri...
2013-02-01 Serhiy StorchakaIssue #1783: Remove declarations of nonexistent private...
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 StorchakaAdded test to ensure localized calendar methods return...
2013-01-31 Serhiy StorchakaIssue #4844: ZipFile now raises BadZipFile when opens...
2013-01-31 Ned DeilyIssue #13590: OS X Xcode 4 - improve support for univer...
2013-01-29 Michael FoordCloses issue 15505. unittest.installHandler and non...
2013-01-29 Serhiy StorchakaIssue #12004: Fix an internal error in PyZipFile when...
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 StorchakaClean up escape-decode decoder tests.
2013-01-29 Serhiy StorchakaMerge heads
2013-01-29 Serhiy StorchakaIssue #16979: Fix error handling bugs in the unicode...
2013-01-29 Ned DeilyIssue #14018: Backport OS X installer updates from...
2013-01-28 Serhiy StorchakaFix skip conditions in some docstings tests.
2013-01-27 Serhiy StorchakaIssue #17041: Fix testing when Python is configured...
2013-01-27 Nadeem VawdaIssue #13886: Fix input() to not strip out supposedly...
2013-01-27 Ned DeilyIssue #14018: fix merge error
2013-01-26 Serhiy StorchakaIssue #10156: In the interpreter's initialization phase...
2013-01-26 Serhiy StorchakaOptimize the test for issue #13454.
2013-01-25 Serhiy StorchakaIssue #16975: Fix error handling bug in the escape...
2013-01-25 Ronald OussorenIssue #1602133: 'environ' is not really available with...
2013-01-25 doko@python.org- Issue #3754: fix typo in pthread AC_CACHE_VAL.
2013-01-25 Serhiy StorchakaIssue #9290: In IDLE the sys.std* streams now implement...
2013-01-25 doko@python.org- Issue #17029: Let h2py search the multiarch system...
2013-01-25 Serhiy StorchakaClean trailing whitespace in itertoolsmodule.c.
2013-01-25 Serhiy StorchakaIssue #13454: Fix a crash when deleting an iterator...
2013-01-25 Serhiy StorchakaIncrease the memory limit in the test for issue #16335.
2013-01-24 Eli BenderskyClarify ET.iterparse documentation - this function...
2013-01-24 Serhiy StorchakaFix generating of sre_constants.h on Python 3.
2013-01-23 Senthil KumaranIssue #12411: Fix to cgi.parse_multipart to correctly...
next