50513 Commits (17babc5e97f49f03e0a271b1c80f7adaf2eb5f48)
 

Author SHA1 Message Date
Antoine Pitrou 17babc5e97 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. 14 years ago
Ezio Melotti a39a22dc0b #16420: document a way to escape metacharacters in glob/fnmatch. 14 years ago
Ezio Melotti 52e855084d Update section about dir() in the tutorial. 14 years ago
Ezio Melotti 89b03b0ec6 Rephrase a sentence in the set and dict comprehensions tutorial page. 14 years ago
Jesus Cea e4b863982c Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 14 years ago
Ezio Melotti 103f17ef91 #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. 14 years ago
Philip Jenvey b37ac8eaf6 don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) 14 years ago
Chris Jerdonek f9e49eaefc Update the description of which package versions PyPI displays (issue #16400). 14 years ago
Philip Jenvey 3acc7ef1c5 add gc_collects to weakref tests 14 years ago
Antoine Pitrou cc7715f8ae Merge heads 14 years ago
Antoine Pitrou e11fecb5a9 Issue #16453: Fix equality testing of dead weakref objects. 14 years ago
Gregory P. Smith e27faac45f Refactor test_preexec_errpipe to not create an uncollectable reference cycle. 14 years ago
Nadeem Vawda 19e568d254 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
Gregory P. Smith 12489d98e6 Fixes issue #16140: The subprocess module no longer double closes its 14 years ago
Gregory P. Smith 3aee222122 Remove the subprocess "bad exception data" warning (formerly a print!) 14 years ago
Gregory P. Smith f44c9da166 Rename a local variable for readability and change a "this can't 14 years ago
Gregory P. Smith 3d8e776cd9 Fixes issue #16327: The subprocess module no longer leaks file descriptors 14 years ago
Gregory P. Smith 6f62b58134 move note to the right section 14 years ago
Gregory P. Smith 2ec82331b2 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when 14 years ago
Gregory P. Smith 9463e3ac8b Fixes issue #9535: Fix pending signals that have been received but not 14 years ago
Nadeem Vawda 7ee955550b Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. 14 years ago
Nadeem Vawda ee7889dec3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). 14 years ago
Antoine Pitrou 5c89b4ec55 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 14 years ago
Chris Jerdonek df3abec2c9 Link set and frozenset function docs to their class definitions (issue #16436). 14 years ago
Chris Jerdonek 4ed4b1c7fe Improve FAQ link in documentation (for issue #16435). 14 years ago
Ezio Melotti 9bf379e9fb #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. 14 years ago
Ezio Melotti 8b6b176b33 #16440: fix exception type and clarify example. 14 years ago
Andrew Svetlov 5c90436d64 Issue #16439: Fix markup in example for stdtypes. 14 years ago
Andrew Svetlov 0e9a065275 Issue #16435: Link in tutorial now points to python3 FAQ. 14 years ago
Ezio Melotti 90eea97a33 #16433: fix docstring of assertNotEqual. 14 years ago
Ezio Melotti 78b18d4b4c #11481: update copyreg docs and add example. 14 years ago
Ezio Melotti 44dbd07a51 Merge heads. 14 years ago
Ezio Melotti 402f75d966 #10385: use the mod role in subprocess docs. 14 years ago
Hynek Schlawack 5c6b3e214c Issue #15001: fix segfault on "del sys.module['__main__']" 14 years ago
Nick Coghlan 692b023f77 Record a known crasher from #6717 14 years ago
Nadeem Vawda 39079946a2 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. 14 years ago
Ezio Melotti 6c5f5210be #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. 14 years ago
Mark Dickinson 8cd1c7681d Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. 14 years ago
Ezio Melotti b87f82f8d4 #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. 14 years ago
Christian Heimes 6d26ade920 Fix compilation on Windows 14 years ago
Ezio Melotti 540da76115 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. 14 years ago
Ezio Melotti 8af179e744 Fix a couple typos in Misc/NEWS. 14 years ago
Ezio Melotti c64bcbec4b #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. 14 years ago
Chris Jerdonek 11f3f172e7 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. 14 years ago
Ezio Melotti 0941d9fc64 #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. 14 years ago
Ezio Melotti dedfa9bfae #4711: break long words in the docs sidebar to avoid overflow. 14 years ago
Ezio Melotti 2cc3b4ba9f #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. 14 years ago
Georg Brandl 4552e3f95c Grammar touchup. 14 years ago
Andrew Svetlov d183767ca4 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 14 years ago
Andrew Svetlov 5bb420761f Reword set docs to use *proper subset/superset* terminology. 14 years ago