summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #13495: merge with 3.3.Roger Serwy2013-05-061-0/+2
|\
| * #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-061-0/+2
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-0/+3
* | Issue #17094: Clear stale thread states after fork().Antoine Pitrou2013-05-051-0/+5
* | Backout 2e446e87ac5b; it breaks the unix buildbots.Richard Oudkerk2013-05-051-3/+0
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-0/+3
* | #17798: merge with 3.3.Roger Serwy2013-05-051-0/+2
|\ \ | |/
| * #17798: Allow IDLE to edit new files when specified on command line.Roger Serwy2013-05-051-0/+2
* | Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-0/+3
|\ \ | |/
| * Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-0/+3
* | Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-041-0/+3
|\ \ | |/
| * Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-041-0/+3
* | Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-041-2/+8
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-0/+3
* | #7855: merge with 3.3.Ezio Melotti2013-05-042-0/+4
|\ \ | |/
| * #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-042-0/+4
| * Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* | #15902: merge w/ 3.3Brett Cannon2013-05-031-0/+3
|\ \ | |/
| * Issue #15902: Fix imp.load_module() to accept None as a file whenBrett Cannon2013-05-031-0/+3
* | mergeRaymond Hettinger2013-05-031-0/+1
|\ \ | |/
| * Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-032-0/+4
* | Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise ...Antoine Pitrou2013-05-011-0/+4
* | #17802: merge with 3.3.Ezio Melotti2013-05-011-0/+3
|\ \ | |/
| * #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-011-0/+3
* | Move NEWS entry to the right section.Ezio Melotti2013-05-011-2/+2
* | #14679: add an __all__ (that contains only HTMLParser) to html.parser.Ezio Melotti2013-05-011-0/+2
* | #11078: test___all__ now checks for duplicates in __all__. Initial patch by ...Ezio Melotti2013-05-011-0/+3
* | Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-0/+2
|\ \ | |/
| * Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-0/+2
| * fix the news entry, the description in 3.3 should be differentGregory P. Smith2013-04-301-3/+3
| * news entryGregory P. Smith2013-04-301-0/+4
| |\
| | * news entryGregory P. Smith2013-04-301-0/+4
| | * Bump to 3.2.4.v3.2.4Georg Brandl2013-04-062-2/+2
| | * close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-041-0/+11
| | * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+2
| | * merge with main repo 3.2 branchv3.2.4rc1Georg Brandl2013-03-251-0/+7
| | |\
| | * | Bump to 3.2.4rc1.Georg Brandl2013-03-232-4/+4
* | | | check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+3
* | | | merge 3.3 (#17863)Benjamin Peterson2013-04-291-0/+3
|\ \ \ \ | |/ / /
| * | | ignore errors when trying to fetch sys.stdin.encoding (closes #17863)Benjamin Peterson2013-04-291-0/+3
* | | | merge 3.3Benjamin Peterson2013-04-291-0/+2
|\ \ \ \ | |/ / /
| * | | raise an ImportError (rather than fatal) when __import__ is not found in __bu...Benjamin Peterson2013-04-291-0/+2
* | | | merge for issue #17358Brett Cannon2013-04-281-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #17358: imp.load_source() and load_compiled() should now returnBrett Cannon2013-04-281-0/+3
* | | | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are de...R David Murray2013-04-281-0/+1
|\ \ \ \ | |/ / /
| * | | #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-0/+1
* | | | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+3
* | | | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-261-0/+3
* | | | 17830: preserve line endings of original file when updating keywords.R David Murray2013-04-251-0/+3