]> granicus.if.org Git - python/shortlog
python
2013-10-22 Christian HeimesMake resource tests more robust.
2013-10-22 Christian HeimesIssue #16595: Add prlimit() to resource module
2013-10-22 Christian HeimesIssue #19324: Expose Linux-specific constants in resour...
2013-10-22 Christian HeimesFix Misc/NEWS merge conflict, hurray
2013-10-22 Christian HeimesIssue #18603: Ensure that PyOS_mystricmp and PyOS_mystr...
2013-10-22 Christian HeimesIssue #18603: Ensure that PyOS_mystricmp and PyOS_mystr...
2013-10-22 Guido van RossumFix asyncio issue #19293 (hangs on AIX).
2013-10-22 Guido van RossumUnsilence several asyncio AIX tests that no longer...
2013-10-22 Ethan FurmanClose #19263: add tests to ensure __objclass__ correct...
2013-10-22 Guido van RossumSwitch subprocess stdin to a socketpair, attempting...
2013-10-22 Guido van RossumAvoid test_asyncio hang on AIX.
2013-10-22 Christian Tismeradd filtering of individual files to PyZipFile
2013-10-21 Peter Moody#17400; NEWS and ipaddress.rst change
2013-10-21 Guido van Rossumasyncio: be more lenient if we don't understand status...
2013-10-21 Peter Moody#17400; ipaddress should make it easy to identify rfc65...
2013-10-21 Christian HeimesLoad SSL's error strings in hashlib.
2013-10-21 Charles-François... Fix test_pydoc failure introduced by 2f09a6980e1a ...
2013-10-21 Charles-François... Issue #19170: telnetlib: use selectors.
2013-10-21 Victor Stinnerfix typo in what's new in 3.4
2013-10-21 Christian HeimesFix typo in whatsnew
2013-10-21 Christian HeimesIssue #18527: Upgrade internal copy of zlib to 1.2.8
2013-10-21 Christian Heimesmerge
2013-10-21 Georg BrandlCloses #19323: fix typo. Thanks to Michael Merickel.
2013-10-21 Georg BrandlSimplify markup.
2013-10-21 Georg BrandlReformat statistics.rst and remove unnecessary headings...
2013-10-21 Georg Brandl#19274: use captured_stdout() in the test suite; add...
2013-10-21 Ethan FurmanIssue #19030: final pieces for proper location of vario...
2013-10-21 Raymond HettingerIssue #19271: By Python3.4, the Python 2.4 backport...
2013-10-21 Guido van RossumUpdate faulthandler docs.
2013-10-21 Christian Tismeradd a filterfunc to zip file.PyZipFile.writepy, issue...
2013-10-21 Ezio Melotti#19319: merge with 3.3.
2013-10-21 Ezio Melotti#19319: fix ctypes docs: sizeof is an operator in C...
2013-10-21 Guido van RossumIssue 19306: Add extra hints to faulthandler stack...
2013-10-21 Ezio Melotti#8964: merge with 3.3.
2013-10-21 Ezio Melotti#8964: fix platform._sys_version to handle IronPython...
2013-10-20 Ezio Melotti#19238, #19289: merge with 3.3.
2013-10-20 Ezio Melotti#19238, #19289: fix description of the align and fill...
2013-10-20 Ezio Melotti#18958: Improve error message for json.load(s) while...
2013-10-20 Ezio Melotti#19307: Improve error message for json.load(s) while...
2013-10-20 Benjamin Petersonremove backticks
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 Christian HeimesMake PKCS5_PBKDF2_HMAC_fast() a static function
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...
next