]> granicus.if.org Git - python/shortlog
python
2013-10-25 Christian HeimesIssue #16595: prlimit() needs Linux kernel 2.6.36+
2013-10-25 Christian Heimesremove unused imports from statistics module
2013-10-24 Serhiy StorchakaIssue #19288: Fixed the "in" operator of dbm.gnu databa...
2013-10-24 Serhiy StorchakaIssue #19288: Fixed the "in" operator of dbm.gnu databa...
2013-10-24 Serhiy StorchakaIssue #19287: Fixed the "in" operator of dbm.ndbm datab...
2013-10-24 Serhiy StorchakaIssue #19287: Fixed the "in" operator of dbm.ndbm datab...
2013-10-24 Antoine PitrouClose #19379: Lazily import linecache in the warnings...
2013-10-24 Serhiy StorchakaIssue #19369: Optimized the usage of __length_hint__().
2013-10-24 Serhiy StorchakaIssue #19327: Fixed the working of regular expressions...
2013-10-24 Serhiy StorchakaIssue #19327: Fixed the working of regular expressions...
2013-10-24 Peter Moody#17400: correct handling of 100.64.0.0/10, fixing the...
2013-10-24 Senthil Kumaranmerge from 3.3: Increase the test coverage of macurl2pa...
2013-10-24 Senthil KumaranIncrease the coverage of macurl2path. Patch by Colin...
2013-10-23 Antoine PitrouIssue #19360: fix test_site when Python is installed...
2013-10-23 Antoine PitrouIssue #19360: fix test_site when Python is installed...
2013-10-23 Serhiy StorchakaIssue #19365: Optimized the parsing of long replacement...
2013-10-23 Antoine PitrouIssue #19356: Avoid using a C variabled named "_self...
2013-10-23 Antoine PitrouIssue #19356: Avoid using a C variabled named "_self...
2013-10-23 Antoine PitrouIssue #19352: Fix unittest discovery when a module...
2013-10-23 Antoine PitrouIssue #19352: Fix unittest discovery when a module...
2013-10-23 Antoine PitrouIssue #19340: Fix test_sysconfig when Python is built...
2013-10-23 Antoine PitrouIssue #19340: Fix test_sysconfig when Python is built...
2013-10-23 Victor StinnerClose #19345: fix typo
2013-10-23 Larry HastingsTwo small, quick bugfixes for Argument Clinic.
2013-10-23 Eric Snow[Issue #19357] Ensure module "loaded" during tests...
2013-10-23 Eric Snow[Issue #19357] Ensure module "loaded" during tests...
2013-10-22 Peter Moody#17400: fix documentation, add cache to is_global and...
2013-10-22 Tim GoldenIssue #15207: Fix mimetypes to read from correct area...
2013-10-22 Tim GoldenIssue #15207: Fix mimetypes to read from correct area...
2013-10-22 Larry HastingsMerge 3.4.0a4 release head back into trunk.
2013-10-22 Larry HastingsPost-release updates for 3.4.0a4.
2013-10-22 Ethan FurmanIssue #19030: fix new pydoc tests for --without-doc...
2013-10-22 Christian HeimesIssue #18742: Expose the internal hash type object...
2013-10-22 Christian HeimesIssue #18742: Rework the internal hashlib construtor...
2013-10-22 Christian HeimesIssue #19344: fix markup error in whatsnew
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 Larry HastingsAdded tag v3.4.0a4 for changeset e245b0d7209b
2013-10-20 Larry HastingsVersion bump for 3.4.0a4. v3.4.0a4
2013-10-20 Larry HastingsRebuild pydoc topics for 3.4.0a4 release.
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
next