]> granicus.if.org Git - python/shortlog
python
2013-10-25 Brett Cannonmerge
2013-10-25 Brett CannonTweak some doc wording for importlib.reload
2013-10-25 bquinlanMerge.
2013-10-25 bquinlanIssue #11161: Update the documentation for ProcessPoolE...
2013-10-25 Brett Cannonmerge from 3.3
2013-10-25 Brett CannonIssue #19392: Document that imp.reload() now relies...
2013-10-25 Brett CannonIssue #16803: Have test.test_importlib.builtin test...
2013-10-25 Brett CannonIssue #16803: Stop having test.test_importlib.abc ABCs...
2013-10-25 Charles-François... test_selectors: make timeout-related errors report...
2013-10-25 Charles-François... test_selectors: rename test_interrupted_retry() (since...
2013-10-25 Tim GoldenIssue4905: use INVALID_FILE_ATTRIBUTES where appropriat...
2013-10-25 Tim GoldenCloses issue #19273: clean up the pcbuild readme.txt...
2013-10-25 Ned Deilynull merge with 3.3
2013-10-25 Ned DeilySync 2.7.x, 3.3.x, and 3.4.x versions of OS X build...
2013-10-25 Ned DeilyIssue #19019: Change the OS X installer build script...
2013-10-25 Ned DeilyIssue #15663: Tcl/Tk 8.5.15 is now included with the...
2013-10-25 Ned DeilyIssue #1584: Provide options to override default search...
2013-10-25 Christian HeimesIssue 19384: Fix test_py_compile for root user, patch...
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
next