summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...Antoine Pitrou2012-11-171-0/+3
* Merge fix for #16489 from 3.3Brett Cannon2012-11-171-0/+3
|\
| * Issue #16489: Make it clearer that importlib.find_loader() requiresBrett Cannon2012-11-171-0/+3
* | MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...Jesus Cea2012-11-171-0/+3
|\ \ | |/
| * MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...Jesus Cea2012-11-171-0/+3
| |\
| | * Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...Jesus Cea2012-11-171-0/+3
* | | Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.Brett Cannon2012-11-151-6/+7
* | | mergeBrett Cannon2012-11-151-0/+4
|\ \ \
| * | | Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...Mark Dickinson2012-11-151-0/+4
* | | | Remove the TextMate bundle.Brett Cannon2012-11-158-240/+0
* | | | Remove the Vim syntax files.Brett Cannon2012-11-154-526/+0
|/ / /
* | | Issue #16481: MergeRichard Oudkerk2012-11-151-0/+2
|\ \ \ | |/ /
| * | Issue #16481: multiprocessing no longer leaks process handles on Windows.Richard Oudkerk2012-11-151-0/+2
* | | Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).Chris Jerdonek2012-11-141-0/+3
|\ \ \ | |/ /
| * | Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).Chris Jerdonek2012-11-141-0/+3
| |\ \ | | |/
| | * Update the description of which package versions PyPI displays (issue #16400).Chris Jerdonek2012-11-141-0/+3
| * | Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-0/+2
| |\ \ | | |/
* | | Issue #16290: __complex__ must now always return an instance of complex.Mark Dickinson2012-11-141-0/+3
* | | Issue #12428: Add a pure Python implementation of functools.partial().Antoine Pitrou2012-11-132-0/+4
* | | Issue #16416: Fix Misc/NEWS entry, mention Mac OS XVictor Stinner2012-11-121-5/+5
* | | Issue #16416: OS data are now always encoded/decoded to/fromVictor Stinner2012-11-121-0/+6
* | | Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-0/+2
|\ \ \ | | |/ | |/|
| * | Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-0/+2
* | | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
| |\ \ | | |/
| | * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
* | | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
* | | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
* | | Raise our own SubprocessError rather than a RuntimeError in when dealing withGregory P. Smith2012-11-111-0/+3
* | | Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
| | * move note to the right sectionGregory P. Smith2012-11-111-3/+3
* | | Fixes issue #14396: Handle the odd rare case of waitpid returning 0Gregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #14396: Handle the odd rare case of waitpid returning 0Gregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #14396: Handle the odd rare case of waitpid returning 0 whenGregory P. Smith2012-11-111-0/+3
* | | Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
* | | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
|\ \ \ | |/ /
| * | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
| |\ \ | | |/
| | * Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
* | | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
|\ \ \ | |/ /
| * | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
| |\ \ | | |/
| | * Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
* | | Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....Antoine Pitrou2012-11-111-0/+3
|\ \ \ | |/ /