summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix compilater warnings on Windows 64-bitVictor Stinner2013-05-161-1/+1
* | merge from 3.3Senthil Kumaran2013-06-021-1/+2
|\ \ | |/
| * Fix #17967 - Fix related to regression on Windows.Senthil Kumaran2013-06-021-1/+2
* | mergeRaymond Hettinger2013-06-021-10/+10
|\ \ | |/
| * Clarify which dictionaries are updateableRaymond Hettinger2013-06-021-10/+10
* | merge from 3.3Senthil Kumaran2013-06-011-1/+4
|\ \ | |/
| * Fix thishost helper funtion in urllib. Returns the ipaddress of localhost whenSenthil Kumaran2013-06-011-1/+4
* | #18066: remove vestigial code depending on the sgi moduleAndrew Kuchling2013-06-011-12/+1
* | merge from 3.3Senthil Kumaran2013-06-011-2/+1
|\ \ | |/
| * Fix #17967: For ftp urls CWD to target instead of hopping to each directorySenthil Kumaran2013-06-011-2/+1
* | frozen modules now apparently have empty __path__Benjamin Peterson2013-06-011-1/+1
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-014-5/+16
* | fix whitespaceBrett Cannon2013-05-311-1/+1
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-3110-3634/+3931
* | Docstring cleanupBrett Cannon2013-05-311-2/+3
* | Fix for last commit on adding reset_name to module_to_loadBrett Cannon2013-05-311-3/+6
* | Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-313-2/+30
* | Update What's New for importlib.util.module_to_load name changeBrett Cannon2013-05-311-1/+1
* | Add a reference to module_to_loadBrett Cannon2013-05-311-2/+1
* | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-312-51/+30
|\ \ | |/
| * Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-312-51/+29
* | Remove duplicate entry due to mismerge and incomplete resolution.Terry Jan Reedy2013-05-311-3/+0