summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-044-8/+22
|\
| * Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-044-8/+22
* | Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-2/+6
|\ \ | |/
| * Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-2/+6
* | Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-049-165/+143
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-0415-220/+264
* | #16518: merge with 3.3.Ezio Melotti2013-05-048-28/+24
|\ \ | |/
| * #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-048-28/+24
* | #7855: merge with 3.3.Ezio Melotti2013-05-045-1/+51
|\ \ | |/
| * #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-045-1/+51
* | Null merge (already committed in changeset a3ba5fe9bfd3)Serhiy Storchaka2013-05-040-0/+0
|\ \ | |/
| * Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-043-0/+6
* | add trailing newline to fileBrett Cannon2013-05-031-1/+1
* | Move test_imp over to unittest.main()Brett Cannon2013-05-031-16/+6
* | Guard more tests in test_imp requiring imp.load_dynamic() to exist.Brett Cannon2013-05-031-6/+13
* | #15902: merge w/ 3.3Brett Cannon2013-05-033-2/+24
|\ \ | |/
| * Issue #15902: Fix imp.load_module() to accept None as a file whenBrett Cannon2013-05-033-2/+24
* | mergeRaymond Hettinger2013-05-033-0/+6
|\ \ | |/
| * Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-034-0/+9
* | Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgsAlexandre Vassalotti2013-05-023-7/+6
* | Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise ...Antoine Pitrou2013-05-013-12/+41
* | #17802: merge with 3.3.Ezio Melotti2013-05-013-0/+18
|\ \ | |/
| * #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-013-0/+18
* | Merge.Charles-Francois Natali2013-05-012-0/+4
|\ \
| * | 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-012-0/+4
* | | Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-011-3/+2
|\ \ \ | |/ / |/| / | |/
| * Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-011-3/+2
* | #11078: test___all__ now checks for duplicates in __all__. Initial patch by ...Ezio Melotti2013-05-012-11/+17
* | Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-302-21/+26
|\ \ | |/
| * Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-302-21/+26
* | #16518: merge with 3.3.Ezio Melotti2013-04-301-0/+4
|\ \ | |/
| * #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
* | check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-3010-122/+187
* | #17881: merge with 3.3.Ezio Melotti2013-04-301-3/+3
|\ \ | |/
| * #17881: clarify documentation of plistlib.Ezio Melotti2013-04-301-3/+3
* | merge (no news entry needed for this fix to an earlier 3.4 blunderGregory P. Smith2013-04-300-0/+0
|\ \ | |/
| * fix the news entry, the description in 3.3 should be differentGregory P. Smith2013-04-301-3/+3
* | mergeGregory P. Smith2013-04-300-0/+0
|\ \ | |/
| * news entryGregory P. Smith2013-04-301-0/+4
| |\
| | * news entryGregory P. Smith2013-04-301-0/+4
* | | null mergeGregory P. Smith2013-04-300-0/+0
|\ \ \ | |/ /
| * | null mergeGregory P. Smith2013-04-300-0/+0
| |\ \ | | |/
| | * This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* | | * Fix remaining bits of issue 17192 for 3.4 - these changesGregory P. Smith2013-04-3016-231/+418
|\ \ \ | |/ /
| * | * Fix remaining bits of issue 17192 for 3.3 - these changesGregory P. Smith2013-04-3016-231/+418
* | | * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patchGregory P. Smith2013-04-303-33/+58
|\ \ \ | |/ /
| * | * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patchGregory P. Smith2013-04-303-33/+58
| |\ \ | | |/
| | * * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-303-33/+58
* | | refactor traceback.py to reduce code duplication (closes #17646)Benjamin Peterson2013-04-292-143/+132