]> granicus.if.org Git - python/shortlog
python
2013-10-20 Benjamin Petersonfix declaration of StatisticsError
2013-10-20 Benjamin Petersoncleanup the construction of __qualname__ (closes #19301...
2013-10-20 Antoine PitrouClose #19297: fix resource warnings in test_asyncio...
2013-10-20 Charles-François... Issue #19310: asyncio: fix child processes reaping...
2013-10-20 Andrew KuchlingGrammar fix
2013-10-20 Antoine PitrouSkip one asyncio test when IPv6 isn't supported (Window...
2013-10-20 Antoine PitrouMake various asyncio test files individually runnable
2013-10-20 Charles-François... Issue #19309: asyncio: make waitpid() wait for all...
2013-10-20 Serhiy StorchakaMake test_audioop discoverable by unittest.
2013-10-20 Serhiy StorchakaMake test_audioop discoverable by unittest.
2013-10-20 Serhiy StorchakaIssue #16038: CVE-2013-1752: ftplib: Limit amount of...
2013-10-20 Serhiy StorchakaIssue #16038: CVE-2013-1752: ftplib: Limit amount of...
2013-10-20 Nick CoghlanClose #19313: remove no longer needed Py_XINCREF
2013-10-20 Serhiy StorchakaIssue #17087: Improved the repr for regular expression...
2013-10-20 Serhiy StorchakaAdd yet some 24-bit tests.
2013-10-20 Serhiy StorchakaIssue #12866: Fix bias() for 24-bit. Add more tests.
2013-10-20 Guido van RossumBreak out of loop on EOF in asyncio echo test programs.
2013-10-20 Nick CoghlanWhat's New updates prior to alpha
2013-10-20 Nick CoghlanTweak 'provisional' in glossary
2013-10-20 Antoine PitrouUn-backout e3ec6b17260c - the test fix was actually...
2013-10-20 Antoine PitrouBackout e3ec6b17260c after Guido's fix
2013-10-20 Guido van Rossum(Hopefully) proper fix for gentoo buildbot failure...
2013-10-19 Antoine PitrouIssue #19305: try to fix sporadic test_asyncio failure...
2013-10-19 Antoine PitrouTry to fix test_asyncio dual stack test when creating...
2013-10-19 Antoine PitrouIssue #19299: fix refleak test failures in test_asyncio
2013-10-19 Benjamin Petersonremoval u_qualname, since compiler_scope_qualname is...
2013-10-19 Benjamin Petersonstrengthen condition and add assertion
2013-10-19 Christian Heimesfix compile issue on windows. path is now a struct ptr
2013-10-19 Antoine PitrouIssue #18235: Fix the sysconfig variables LDSHARED...
2013-10-19 Antoine PitrouIssue #18235: Fix the sysconfig variables LDSHARED...
2013-10-19 Benjamin Petersongive explicitly global functions and classes a global...
2013-10-19 Ned DeilyIssue #19304: Fix typos noted by Claudiu Popa.
2013-10-19 Larry HastingsIssue #18606: Add the new "statistics" module (PEP...
2013-10-19 Serhiy StorchakaRestore prototypes for the 'openpty' and 'forkpty'...
2013-10-19 Serhiy StorchakaNull merge
2013-10-19 Serhiy StorchakaFixed tests for issue #19279.
2013-10-19 Serhiy StorchakaIssue #12866: The audioop module now supports 24-bit...
2013-10-19 Serhiy StorchakaIssue #1772673: The type of `char*` arguments now chang...
2013-10-19 Christian HeimesIgnore PyCharm project directory
2013-10-19 Christian HeimesIgnore PyCharm project directory
2013-10-19 Christian HeimesIssue #18582: skip test of _hashlib.pbkdf2_hmac if...
2013-10-19 Serhiy StorchakaIssue #19279: UTF-7 decoder no more produces illegal...
2013-10-19 Serhiy StorchakaIssue #19279: UTF-7 decoder no more produces illegal...
2013-10-19 Guido van RossumVerify hostname if verify_mode is CERT_OPTIONAL too.
2013-10-19 Guido van RossumDisable some subprocess tests that hang on AIX.
2013-10-19 Christian HeimesIssue #18582: HMAC_CTX_copy() is not available on OpenS...
2013-10-19 Guido van RossumSkip the asyncio tests when threads are not available.
2013-10-19 Georg BrandlDoc markup fixes.
2013-10-19 Nick Coghlancontextlib doc updates and refactoring
2013-10-19 Christian HeimesIssue #18582: provide a faster C implementation of...
2013-10-19 Christian Heimeslower case pbkdf2_hmac
2013-10-19 Christian HeimesIssue #19254: Provide an optimized Python implementatio...
2013-10-19 Serhiy StorchakaFix compilation of the curses module (broken by issue...
2013-10-19 Larry HastingsIssue #16612: Add "Argument Clinic", a compile-time...
2013-10-19 Ned DeilyEnsure setup.py looks for zlib.h in an OS X SDK.
2013-10-19 Ned DeilyEnsure setup.py looks for zlib.h in an OS X SDK.
2013-10-19 Ned DeilyIssue #19019: Change the OS X installer build script...
2013-10-19 Ned DeilyIssue #14499: Fix several problems with OS X universal...
2013-10-19 Ned DeilyIssue #15663: Update OS X installer to use Tcl/Tk 8...
2013-10-19 Ned DeilyUpdate OS X installer for building on 10.9.
2013-10-19 Ned DeilyUpdate OS X installer for building on 10.9.
2013-10-19 Victor StinnerIssue #16742: My fix on PyOS_StdioReadline() was incomp...
2013-10-18 Guido van RossumWrite flow control for asyncio (includes asyncio.stream...
2013-10-18 Guido van RossumRelax some asyncio test timeouts (http://bugs.python...
2013-10-18 Nadeem VawdaIssue #19222: Add support for the 'x' mode to the gzip...
2013-10-18 Nadeem VawdaIssue #19223: Add support for the 'x' mode to the bz2...
2013-10-18 Nadeem VawdaIssue #19201: Add support for the 'x' mode to the lzma...
2013-10-18 Brett CannonFix test to not consider mixin a standalone test
2013-10-18 Brett CannonIssue #16803: Move test_importlib.test_util to use...
2013-10-18 Brett CannonIssue #16803: Have test_importlib.test_locks use frozen...
2013-10-18 Brett CannonFix a refleak in _sre
2013-10-18 Brett CannonAdd NEWS entry for issue #18810
2013-10-18 Brett CannonIssue #18810: Be optimistic with stat calls when seeing...
2013-10-18 Guido van RossumImportant race condition fix for Tulip.
2013-10-18 Benjamin Petersonmerge 3.3
2013-10-18 Benjamin Petersonfix description of super() behavior on descriptors
2013-10-18 Richard OudkerkUpdate more configurations in pcbuild.sln.
2013-10-18 Brett CannonIssue #18416: Fix various os calls in importlib.machine...
2013-10-18 Brett Cannonmerge
2013-10-18 Brett CannonIssue #18416: Have importlib.machinery.PathFinder treat...
2013-10-18 Richard OudkerkUpdate pcbuild.sln to build _overlapped.
2013-10-18 Guido van RossumRename Transport.pause/resume to pause_reading/pause_wr...
2013-10-18 Brett CannonIssue #16803: test.test_importlib.test_api now runs...
2013-10-18 Serhiy StorchakaRemove redundant empty lines.
2013-10-18 Serhiy StorchakaRemove redundant empty lines.
2013-10-18 Serhiy StorchakaRemove a duplicate.
2013-10-18 Nick CoghlanIssue #16129: this should appease the buildbots
2013-10-18 Richard OudkerkRemove test_sigterm().
2013-10-18 Nick CoghlanIssue #16129: Py_SetStandardStreamEncoding cleanups
2013-10-18 Nick CoghlanClose #19284: Handle -R properly in flag helper
2013-10-18 Serhiy StorchakaFix markup.
2013-10-18 Serhiy StorchakaFix markup.
2013-10-18 Ethan FurmanIssue #19030: special-cased __dict__ as the actual...
2013-10-18 Ethan FurmanIssue #19272: slight clarification of pickle docs with...
2013-10-18 Ethan FurmanClose #19030: inspect.getmembers and inspect.classify_c...
2013-10-18 Ethan FurmanCatching up on NEWS entries.
2013-10-18 Ned DeilyIssue #19262: Install asyncio and test_asyncio directories.
2013-10-17 Guido van RossumRename the logger to plain "logger".
2013-10-17 Ned DeilyIssue #19275: Fix test_site failure on OS X due to...
2013-10-17 Guido van RossumMake asyncio tests run on Windows.
next