- 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
- 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
- 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
- 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
- 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
- 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
- 4c945fe merge by Raymond Hettinger · 11 years ago
- 17f9b64 add Chris Foster by Benjamin Peterson · 11 years ago
- 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
- 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 11 years ago
- 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
- 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
- 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
- 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 11 years ago
- 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
- b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
- e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
- fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
- 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
- ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
- c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
- 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
- 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
- cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 11 years ago
- 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 11 years ago
- f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
- a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 11 years ago
- 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
- 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
- 156285c merge 3.2 by Benjamin Peterson · 11 years ago
- 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
- f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
- aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
- 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
- ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
- 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
- deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
- f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
- 67266d1 merge 3.3 by Benjamin Peterson · 11 years ago
- b8bf995 #20871: improve email policy test coverage. by R David Murray · 11 years ago
- 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
- 150570a merge 3.3 by Benjamin Peterson · 11 years ago
- 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
- f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
- b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 12 years ago
- 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 12 years ago
- 34e4628 Merge from 3.3. by Stefan Krah · 12 years ago
- 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 12 years ago
- c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 12 years ago
- 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
- c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 12 years ago
- 5688222 merge 3.2 (#20246) by Benjamin Peterson · 12 years ago
- fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
- f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
- c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 12 years ago
- e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 12 years ago
- cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
- 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
- 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 12 years ago
- 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 12 years ago
- d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 12 years ago
- 910b1c3 Merge heads by Zachary Ware · 12 years ago
- 99fb051 Merge heads by Zachary Ware · 12 years ago
- 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 12 years ago
- a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
- 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
- 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
- 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 12 years ago
- fd66cc5 Merge from 3.3 by Andrew Kuchling · 12 years ago
- f92ef9b Update Itamar's name by Andrew Kuchling · 12 years ago
- 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 12 years ago
- 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 12 years ago
- d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 12 years ago
- 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 12 years ago
- 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 12 years ago
- 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 12 years ago
- 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 12 years ago
- dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 12 years ago
- a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
- 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
- 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 12 years ago
- f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
- 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 12 years ago
- 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 12 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 12 years ago
- a8fc7f6 #18714: add attribution. by Georg Brandl · 12 years ago
- 7c67951 merge with 3.3 by Georg Brandl · 12 years ago
- c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 12 years ago
- 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 12 years ago
- f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 12 years ago
- e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 12 years ago
- 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 12 years ago
- 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
- 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
- 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 12 years ago
- c76aa48 merge by Raymond Hettinger · 12 years ago
- 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
- 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 12 years ago
- 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 12 years ago
- 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago