]> granicus.if.org Git - python/shortlog
python
2013-10-25 Tim GoldenIssue14255 Don't flatten case of tempdir
2013-10-27 Victor StinnerIssue #18520: fix reference leak in _PySys_Init()
2013-10-27 Serhiy StorchakaNull merge
2013-10-27 Serhiy StorchakaFixed merge test for Tcl/Tk <8.5 (issue #18964).
2013-10-27 Larry HastingsIssue #19390: Argument Clinic no longer accepts malform...
2013-10-27 Georg Brandlmerge with 3.3
2013-10-27 Georg BrandlAdded tag v3.3.3rc1 for changeset fd53c500f8b8
2013-10-27 Georg BrandlSkip overzealous test for existence of the online licen... v3.3.3rc1
2013-10-27 Georg BrandlBump to 3.3.3rc1.
2013-10-27 Georg BrandlFix markup errors in the docs and amend suspicious...
2013-10-27 Georg BrandlUpdate pydoc topics.
2013-10-27 Georg Brandl#19227: merge with 3.3
2013-10-27 Georg BrandlIssue #19227: Try to fix deadlocks caused by re-seeding...
2013-10-27 Georg Brandlmerge with 3.3
2013-10-27 Georg Brandlmerge
2013-10-27 Georg BrandlIssue #16037: HTTPMessage.readheaders() raises an HTTPE...
2013-10-27 Georg BrandlIssue #16040: CVE-2013-1752: nntplib: Limit maximum...
2013-10-27 Georg BrandlIssue #16041: CVE-2013-1752: poplib: Limit maximum...
2013-10-27 Serhiy StorchakaIssue #19329: Optimized compiling charsets in regular...
2013-10-27 Georg BrandlIssue #17997: Change behavior of ``ssl.match_hostname...
2013-10-27 Serhiy StorchakaIssue #19405: Fixed outdated comments in the _sre module.
2013-10-27 Serhiy StorchakaIssue #19405: Fixed outdated comments in the _sre module.
2013-10-27 Georg BrandlIssue #16039: CVE-2013-1752: Change use of readline...
2013-10-27 Ned DeilyIssue Issue #15663: merge from 3.3
2013-10-27 Ned DeilyIssue #15663: Force IDLE.app to run the GUI process...
2013-10-27 Nick CoghlanMitigate #19412: restore test skips for --without-doc...
2013-10-26 Benjamin Petersonmerge 3.3 (#19393)
2013-10-26 Benjamin Petersonjust return toplevel symbol table rather than all block...
2013-10-26 Tim PetersChanged a comment to end grammar bikeshedding ;-)
2013-10-26 Nick CoghlanAssorted 3.4 What's New updates
2013-10-26 Nick CoghlanClose #19409: add missing import in pkgutil
2013-10-26 Nick CoghlanIssue #19330: Handle the no-docstrings case in tests
2013-10-26 Ned Deilynull merge
2013-10-26 Ned DeilyIssue #15663: OS X installer builtin Tcl/Tk support
2013-10-26 Ned DeilyIssue #15663: OS X installer builtin Tcl/Tk support
2013-10-26 Serhiy StorchakaIssue #18685: Extract template part of _sre.c into...
2013-10-26 Nick CoghlanClose #19330 by using public classes in contextlib
2013-10-26 Serhiy StorchakaIssue #18685: Restore re performance to pre-PEP 393...
2013-10-26 Serhiy StorchakaMove Misc/NEWS entries in correct secton.
2013-10-26 Victor Stinner(Merge 3.3) Close #19339: telnetlib module is now using...
2013-10-26 Victor StinnerClose #19339: telnetlib module is now using time.monoto...
2013-10-26 Nick CoghlanClose #19396: make test_contextlib tolerate -S
2013-10-26 Tim PetersFiddled Thread.join() to be a little simpler. Kinda ;-)
2013-10-26 Tim PetersIssue #19399: fix sporadic test_subprocess failure.
2013-10-25 Ned Deilynull merge
2013-10-25 Ned DeilyIssue #19400: Prevent extension module build failures...
2013-10-25 Tim GoldenCorrect whitespace in test_os
2013-10-25 Tim GoldenIssue13234 Credit Santoso for the patch and add NEWS...
2013-10-25 Tim GoldenIssue13234 Allow listdir to handle extended paths on...
2013-10-25 Brett Cannonmerge
2013-10-25 Brett Cannontest_resource should not assume all attributes are...
2013-10-25 Antoine PitrouIssue #19375: The site module adding a "site-python...
2013-10-25 Brett CannonIssue #16803: Move test.test_importlib.extension to...
2013-10-25 Antoine PitrouIssue #19387: explain and test the sre overlap table
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...
next