- 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 13 years ago
- 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- b41524d remove dead code by Benjamin Peterson · 13 years ago
- 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- eea058b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- 67c563e #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 13 years ago
- 28d21ca #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 13 years ago
- 25a4861 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) by Trent Nelson · 13 years ago
- 05c197c Make PyAST_obj2mod C89 compliant. by Trent Nelson · 13 years ago
- 15daa35 IRIX: force MIPSpro to treat #errors as errors, not warnings. by Trent Nelson · 13 years ago
- 64ab35e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 13 years ago
- 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 13 years ago
- bfb0989 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag by Senthil Kumaran · 13 years ago
- 7dddec4 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 13 years ago
- 367efc2 Branch merge by Éric Araujo · 13 years ago
- 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 13 years ago
- 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
- d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
- 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 13 years ago
- 5ead554 Add versionchanged note for a56cebff113a by Éric Araujo · 13 years ago
- bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
- b7bc925 Remove debug output from example. by Ezio Melotti · 13 years ago
- 8eeda72 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 13 years ago
- 766849b Document that hour in datetime.time ctor is optional parameter. by Andrew Svetlov · 13 years ago
- 7ddd9c2 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Jesus Cea · 13 years ago
- 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 13 years ago
- 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
- 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
- d5f462b document UnicodeError attributes by Benjamin Peterson · 13 years ago
- 17c50cd Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 13 years ago
- b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
- 4fc0082 - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 13 years ago
- 80e9eed Minor fixups. Early-out for equality test. Inline PREV/NEXT constants. by Raymond Hettinger · 13 years ago
- 63b0448 #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). by Ezio Melotti · 13 years ago
- 4f3b594 Add Bruno Dupuis by Benjamin Peterson · 13 years ago
- 7196605 fix spelling by Benjamin Peterson · 13 years ago
- 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 13 years ago
- 8da8268 Backport from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
- 07d126f merge heads by Andrew Svetlov · 13 years ago
- 6a5c2e6 Issue #16194: document imp.load_dynamic problems by Andrew Svetlov · 13 years ago
- 256aaf7 add changelog by Benjamin Peterson · 13 years ago
- ed10a30 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 13 years ago
- ac26a2e Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 13 years ago
- 43acbf1 #16549: fix test failures on Windows. by Ezio Melotti · 13 years ago
- def6ee5 #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 13 years ago
- d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
- 6747326 Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive. by Stefan Krah · 13 years ago
- 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
- 0d68ab3 Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 13 years ago
- eff174b #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 13 years ago
- 282d331 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- 55b4cfb Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 13 years ago
- b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 13 years ago
- 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
- 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 13 years ago
- 56913b7 #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 13 years ago
- ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- 0afe4e4 Fix more usages of NULL without including stdio.h. by Stefan Krah · 13 years ago
- ae66ca6 Issue #13057: Include stdio.h when NULL is used in configure.ac. by Stefan Krah · 13 years ago
- 0ec8f48 Remove steps no longer needed once __del__ was removed by Raymond Hettinger · 13 years ago
- ec5046b Fit nit: the return got dropped from an earlier check-in by Raymond Hettinger · 13 years ago
- b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
- e78f12f Backport 9dd4638de73b. by Stefan Krah · 13 years ago
- 6451497 #7782: add a test for test_iter. by Ezio Melotti · 13 years ago
- 01560de #16503: clarify "apply" docs. by Ezio Melotti · 13 years ago
- 9fab5ce The poplib module provides two classes, not one. by Antoine Pitrou · 13 years ago
- db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
- 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
- 355637b #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 13 years ago
- 3c9181b Typo fix. by Mark Dickinson · 13 years ago
- 0d18731 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 13 years ago
- 02512fb Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 13 years ago
- 115bc79 Issue #9742: Sneaky fix for build failure on Solaris 9. by Mark Dickinson · 13 years ago
- e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
- 1df43d3 #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 13 years ago
- 820f2bd Update section about dir() in the tutorial. by Ezio Melotti · 13 years ago
- 9236a4e #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan. by Ezio Melotti · 13 years ago
- f34e4de Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 13 years ago
- 526b553 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. by Georg Brandl · 13 years ago
- 0801231 Backport from 3.2: update PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 13 years ago
- 9e173eb Link to "XRange Type" section in xrange() built-in function documentation. by Chris Jerdonek · 13 years ago
- 4a3a3f3 Backport 5db6d9ddf6e8. by Stefan Krah · 13 years ago
- 8a0d58b Use 2.x "print" syntax for this example. by Georg Brandl · 13 years ago
- b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
- 027d6fc remove an obsolete comment by Gregory P. Smith · 13 years ago
- f047ba8 Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 13 years ago
- 99f9b8d Issue #15677: Also fix docstrings in zlib module. by Nadeem Vawda · 13 years ago
- 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
- c319725 whitespace fix by Gregory P. Smith · 13 years ago
- 211248b Fix issue #16140 bug that the fix to issue #16327 added - don't double by Gregory P. Smith · 13 years ago
- 9d3b6e9 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 13 years ago
- f2705ae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 13 years ago
- c1ce93a Fixes issue #9535: Fix pending signals that have been received but not yet by Gregory P. Smith · 13 years ago
- acfdfda Fix typo in backporting fix of issue #16411 to 2.7. by Nadeem Vawda · 13 years ago
- 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
- 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago
- 67f089f Backport from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 13 years ago
- 8523db7 Backport from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
- 2cc0b07 Bug #16441: avoid excessive memory usage working with large gzip files by Chris Withers · 13 years ago
- dc11879 #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago