]> granicus.if.org Git - python/shortlog
python
2013-02-20 Serhiy StorchakaIssue #15301: Enhance os.*chown() testing. Based on...
2013-02-20 R David Murray#7842: backport fix for py_compile.compile syntax error...
2013-02-19 R David Murray#7963: fix error message when 'object' called with...
2013-02-18 Serhiy StorchakaDisable posixpath.realpath() tests on Windows (fix...
2013-02-18 Serhiy StorchakaIssue #13153: Tkinter functions now raise TclError...
2013-02-18 Serhiy StorchakaFix posixpath.realpath() for multiple pardirs (fixes...
2013-02-18 Serhiy StorchakaFix issue #13169: Reimport MAXREPEAT into sre_constants.py.
2013-02-16 Antoine PitrouRemove unused certificate files
2013-02-16 Antoine PitrouFix test_ssl by replacing expired X509 certificate
2013-02-16 Serhiy StorchakaIssue #9669: Protect re against infinite loops on zero...
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 StorchakaFix tests for issue #5308.
2013-02-13 Serhiy StorchakaIssue #11311: StringIO.readline(0) now returns an empty...
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 #13555: cPickle now supports files larger than...
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 and grpmo...
2013-02-12 Ned DeilyIssue #17111: Prevent test_surrogates (test_fileio...
2013-02-11 R David Murray#17171: backport behavior-confirming test from python3.
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-10 Michael FoordIssue 17502: unittest discovery should use self.testLoader
2013-02-10 Serhiy StorchakaIssue #17141: random.vonmisesvariate() no more hangs...
2013-02-10 Mark DickinsonIssue #17149: Fix random.vonmisesvariate to always...
2013-02-10 Serhiy StorchakaIssue #1470548: XMLGenerator now works with UTF-16...
2013-02-10 Serhiy StorchakaIssue #6975: os.path.realpath() now correctly resolves...
2013-02-10 Serhiy StorchakaImport shutil for restore_test_support_TESTFN().
2013-02-09 Raymond HettingerMinor cleanups.
2013-02-09 Serhiy StorchakaIssue #17156: pygettext.py now correctly escapes non...
2013-02-09 Raymond HettingerKeep IDLE from displaying spurious SystemExit tracebacks
2013-02-09 R David Murray#16564: test to confirm behavior that regressed in...
2013-02-09 Christian Heimesadd proper dependencies on expat headers and sources
2013-02-09 Serhiy StorchakaIssue #7358: cStringIO.StringIO now supports writing...
2013-02-09 Serhiy StorchakaIssue #10355: SpooledTemporaryFile properties and xread...
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 python2...
2013-02-08 Serhiy StorchakaFix accidental non-breakable space (U+00A0).
2013-02-08 Gregory P.... whitespace fix
2013-02-08 Gregory P.... Issue #6972: fix the documentation mis applied patch.
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 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-04 R David Murray#17091: update docstring for _thread.Lock.acquire.
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 Benjamin Petersonfix find_library on Solaris (closes #5289)
2013-02-03 Éric AraujoAdd alias to restore 2.7.2 compatibility for setup...
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 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 Raymond HettingerIssue 16398: Use memcpy() in deque.rotate().
2013-02-02 Serhiy StorchakaFix test for issue #6972.
2013-02-02 Serhiy StorchakaIssue #17034: Use Py_CLEAR() in stringobject.c.
2013-02-02 Serhiy StorchakaPreserve backslashes in malicious zip files for testing...
2013-02-02 Benjamin PetersonIssue #15881: Fixed atexit hook in multiprocessing.
2013-02-02 Benjamin Petersonmerge heads
2013-02-02 Serhiy StorchakaFix the test and remove trailing dots on Windows for...
2013-02-02 Serhiy StorchakaFix a Cyrillic "C" inroduced into the docs by patch...
2013-02-02 Serhiy StorchakaFix translating of illegal characters on Windows (issue...
2013-02-02 Serhiy StorchakaFix tests for issue #11159.
2013-02-02 Serhiy StorchakaMerge heads
2013-02-02 Serhiy StorchakaIssue #11159: SAX parser now supports unicode file...
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 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 doko@python.org- Issue #17086: Backport the patches from the 3.3 branc...
2013-01-31 Serhiy StorchakaIssue #17041: Fix doctesting when Python is configured...
2013-01-31 Serhiy StorchakaIssue #17049: Localized calendar methods now 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 FoordIssue 15505. unittest.installHandler and non callable...
2013-01-29 Vinay SajipAdded clarification to logging HOWTO.
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 Benjamin Petersonfix long fixer docs (#4590)
2013-01-28 Serhiy StorchakaAdd Robert Xiao to Misc/ACKS for issue17051.
2013-01-28 Serhiy StorchakaIssue #17051: Fix a memory leak in os.path.isdir()...
2013-01-28 Serhiy StorchakaFix skip conditions in some docstings tests.
2013-01-28 Serhiy StorchakaRemove trailing whitespaces in cStringIO.h.
next