summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18157: stop using imp.load_module() in imp.Brett Cannon2013-06-111-0/+2
* #17511: merge with 3.3.Roger Serwy2013-06-112-0/+4
|\
| * #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-112-0/+4
* | merge 3.3 (#18183)Benjamin Peterson2013-06-101-0/+3
|\ \ | |/
| * remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...Benjamin Peterson2013-06-101-0/+3
* | Merge.Richard Oudkerk2013-06-101-0/+2
|\ \ | |/
| * Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().Richard Oudkerk2013-06-101-0/+2
* | Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-0/+2
|\ \ | |/
| * Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-0/+2
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-0/+2
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-091-0/+3
* | Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-091-0/+2
|\ \ | |/
| * Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-091-0/+5
* | Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+3
|\ \ | |/
| * Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+3
* | #18126: merge with 3.3.Ezio Melotti2013-06-081-0/+1
|\ \ | |/
| * #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-081-0/+1
* | #17691: merge with 3.3.Ezio Melotti2013-06-081-0/+3
|\ \ | |/
| * #17691: test_univnewlines now works with unittest test discovery. Patch by Z...Ezio Melotti2013-06-081-0/+3
* | Fixed #18150: duplicate test inside TestSingleDispatchŁukasz Langa2013-06-071-0/+1
* | merge w/ 3.3 for issue #18055Brett Cannon2013-06-071-0/+2
|\ \ | |/
| * Issue #18055: Move to importlib from imp for IDLE.Brett Cannon2013-06-071-0/+2
* | Issue #17314: Stop using imp in multiprocessing.forking and move overBrett Cannon2013-06-071-0/+2
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-071-0/+3
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-3/+2
* | Add reference implementation for PEP 443Łukasz Langa2013-06-051-0/+3
* | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identifiedVictor Stinner2013-06-041-0/+4
* | mergeBrett Cannon2013-06-041-0/+3
|\ \
| * | Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:Victor Stinner2013-06-041-0/+3
* | | Tweak at the suggestion of Ezio Melotti for exception messages whenBrett Cannon2013-06-041-0/+3
|/ /
* | (Merge 3.3) Close #18109: os.uname() now decodes fields from the localeVictor Stinner2013-06-031-1/+5
|\ \ | |/
| * Close #18109: os.uname() now decodes fields from the locale encoding, andVictor Stinner2013-06-031-1/+5
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-011-0/+6
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-1/+7
* | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-0/+3
|\ \ | |/
| * Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-0/+2
* | Remove duplicate entry due to mismerge and incomplete resolution.Terry Jan Reedy2013-05-311-3/+0
* | mergeTerry Jan Reedy2013-05-311-0/+3
|\ \ | |/
| * Issue #15392: Finish news entry.Terry Jan Reedy2013-05-311-1/+1
* | Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-301-2/+2
* | Issue #18084: Use sys.byteorder in wave.py.Serhiy Storchaka2013-05-291-0/+1
* | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-292-0/+6
* | merge from 3.3Senthil Kumaran2013-05-291-0/+4
|\ \ | |/
| * #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-291-0/+4
* | Issue #18080: merge from 3.3Ned Deily2013-05-281-0/+5
|\ \ | |/
| * Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-0/+5
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-281-0/+3
* | Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-281-0/+3
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+3
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+3