summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.3: improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-281-0/+2
|\
| * Merge from 3.2: improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-281-0/+2
| |\
| | * Improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-281-0/+2
| | * Plug a leak in timemodule. The module dictionary is saved duringGregory P. Smith2012-11-271-0/+3
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-0/+3
|\ \ \ | |/ /
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-0/+3
* | | #16559: merge with 3.3.Ezio Melotti2012-11-261-0/+3
|\ \ \ | |/ /
| * | #16559: merge with 3.2.Ezio Melotti2012-11-261-0/+3
| |\ \ | | |/
| | * #16559: Add more tests for the json module. Patch by Serhiy Storchaka.Ezio Melotti2012-11-261-0/+3
* | | Issue #16546: merge fix from 3.3Mark Dickinson2012-11-251-0/+2
|\ \ \ | |/ /
| * | Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-251-0/+2
* | | Issue #12848: The pure Python pickle implementation now treats object lengths...Antoine Pitrou2012-11-241-0/+4
|\ \ \ | |/ /
| * | Issue #12848: The pure Python pickle implementation now treats object lengths...Antoine Pitrou2012-11-241-0/+4
| |\ \ | | |/
| | * Issue #12848: The pure Python pickle implementation now treats object lengths...Antoine Pitrou2012-11-241-0/+4
| | * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-0/+2
| | * Issue #1160: Fix compiling large regular expressions on UCS2 builds.Antoine Pitrou2012-11-201-0/+3
* | | Issue #16423: urllib.request now has support for ``data:`` URLs.Antoine Pitrou2012-11-242-0/+4
* | | Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an en...Antoine Pitrou2012-11-231-0/+3
* | | Issue #4473: Add a POP3.capa() method to query the capabilities advertised by...Antoine Pitrou2012-11-231-0/+3
* | | Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().Antoine Pitrou2012-11-231-0/+3
* | | #16522: Add FAIL_FAST flag to doctest.R David Murray2012-11-211-0/+2
* | | Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).Chris Jerdonek2012-11-211-0/+2
|\ \ \ | |/ /
| * | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-0/+2
* | | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-0/+3
|\ \ \ | |/ /
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-0/+3
* | | remove unused flag (closes #16505)Benjamin Peterson2012-11-191-0/+2
* | | Issue #15627: Add the compile_source() method toBrett Cannon2012-11-181-0/+2
* | | #16306: merge with 3.3.Ezio Melotti2012-11-182-0/+4
|\ \ \ | |/ /
| * | #16306: merge with 3.2.Ezio Melotti2012-11-182-0/+4
| |\ \ | | |/
| | * #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-182-0/+4
| | * #14313: zipfile now raises NotImplementedError when the compression type is u...Ezio Melotti2012-11-181-0/+3
* | | Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-181-0/+2
* | | Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-0/+3
|\ \ \ | |/ /
| * | Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-0/+3
| |\ \ | | |/
| | * Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-0/+3
* | | Issue #16215: Fix potential double memory free in str.replace().Antoine Pitrou2012-11-171-0/+3
|\ \ \ | |/ /
| * | Issue #16215: Fix potential double memory free in str.replace().Antoine Pitrou2012-11-171-0/+3
* | | 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