summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-097-16/+200
* get_default_verify_paths doesn't belong inside the ifdef blockChristian Heimes2013-06-091-1/+1
* removed accidental new lineChristian Heimes2013-06-091-2/+1
* Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-095-1/+97
* Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-092-17/+25
|\
| * Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-092-17/+28
* | Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-093-7/+28
|\ \ | |/
| * Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-093-7/+28
* | #18126: merge with 3.3.Ezio Melotti2013-06-083-5/+4
|\ \ | |/
| * #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-083-5/+4
* | #17691: merge with 3.3.Ezio Melotti2013-06-082-21/+19
|\ \ | |/
| * #17691: test_univnewlines now works with unittest test discovery. Patch by Z...Ezio Melotti2013-06-082-21/+19
* | Issue #15528: Delay importing atexit until weakref.finalize() used.Richard Oudkerk2013-06-081-3/+7
* | #18151 null merge with 3.3.Terry Jan Reedy2013-06-080-0/+0
|\ \ | |/
| * #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-088-22/+18
* | moved the single-dispatch generic function definitions to the glossaryŁukasz Langa2013-06-072-6/+15
* | Fixed #18150: duplicate test inside TestSingleDispatchŁukasz Langa2013-06-072-19/+15
* | Issue #7732: Move an imp.find_module test from test_import toBrett Cannon2013-06-072-10/+11
* | merge w/ 3.3 for issue #18055Brett Cannon2013-06-072-38/+21
|\ \ | |/
| * Issue #18055: Move to importlib from imp for IDLE.Brett Cannon2013-06-072-38/+21
* | Issue #17314: Stop using imp in multiprocessing.forking and move overBrett Cannon2013-06-072-10/+14
* | Issue #17903: Added path search changes to launcher.Vinay Sajip2013-06-071-15/+41
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-074-68/+30
* | tweak exception message (again)Brett Cannon2013-06-052-2306/+2307
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-055-23/+29
* | Merge with 3.3Terry Jan Reedy2013-06-052-6/+6
|\ \ | |/
| * Issue 18130: delete extra spacesTerry Jan Reedy2013-06-052-6/+6
* | Merge with 3.3Terry Jan Reedy2013-06-053-51/+198
|\ \ | |/
| * Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.Terry Jan Reedy2013-06-053-51/+198
* | Add reference implementation for PEP 443Łukasz Langa2013-06-056-54/+613
* | Issue #13772: Use syntax for literal wchar_t characterVictor Stinner2013-06-051-1/+1
* | Issue #13772: Mark helper functions as private (static)Victor Stinner2013-06-041-34/+41
* | Issue #13772: Fix a compiler warning on WindowsVictor Stinner2013-06-041-1/+1
* | Issue #9566: Fix compilater warnings on Windows 64-bitVictor Stinner2013-06-041-1/+1
* | Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-041-1/+2
* | Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-041-1/+2
* | Issue #13772: fix _check_dirA(): call *A() functions, not *W() functionsVictor Stinner2013-06-041-2/+2
* | Issue #13772: Fix compiler warnings on WindowsVictor Stinner2013-06-041-3/+3
* | Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-041-1/+1
* | Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-041-3/+5
* | Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()Victor Stinner2013-06-041-1/+1
* | Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tupleVictor Stinner2013-06-041-1/+1
* | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identifiedVictor Stinner2013-06-043-4/+7
* | Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.cVictor Stinner2013-06-041-7/+7
* | mergeBrett Cannon2013-06-0411-67/+29
|\ \
| * | Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macrosVictor Stinner2013-06-049-66/+25
| * | Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:Victor Stinner2013-06-042-1/+4
* | | Tweak at the suggestion of Ezio Melotti for exception messages whenBrett Cannon2013-06-043-2302/+2307
|/ /
* | (Merge 3.3) Close #18109: os.uname() now decodes fields from the localeVictor Stinner2013-06-033-10/+14
|\ \ | |/
| * Close #18109: os.uname() now decodes fields from the locale encoding, andVictor Stinner2013-06-033-10/+14