summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #14548: Make multiprocessing finalizers check pid before runningRichard Oudkerk2012-05-251-3/+9
* | Issue #12091: simplify ApplyResult and MapResult with threading.EventRichard Oudkerk2012-05-251-30/+9
* | MergeRichard Oudkerk2012-05-251-1/+2
|\ \ | |/
| * Issue #14881: Allow normal non-main thread to spawn a dummy processRichard Oudkerk2012-05-251-1/+2
* | #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
|\ \ | |/
| * #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* | Whitespace cleanup.Eric V. Smith2012-05-251-4/+4
* | issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-2521-68/+557
* | Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-242-0/+8
|\ \ | |/
| * Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-242-0/+8
* | Issue #14814: minor improvements as suggested by Hynek SchlawackSandro Tosi2012-05-231-6/+9
* | Issue #14814: improve docstrings and arguments value handling, as per Terry J...Sandro Tosi2012-05-232-27/+56
* | #14862: Add missing names to os.__all__Petri Lehtinen2012-05-231-2/+9
* | #14885: Make support.skip_unless_xattr check also tempfileHynek Schlawack2012-05-231-10/+18
* | #14875: merge with 3.2.Ezio Melotti2012-05-211-2/+1
|\ \ | |/
| * #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-2/+1
* | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-212-52/+20
* | Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-212-5/+244
* | Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-202-0/+3335
* | merge - Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|\ \ | |/
| * Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
* | Minor change to default lru size. Set default to a power of two.Raymond Hettinger2012-05-201-1/+1
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
|\ \ | |/
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-201-0/+4
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-192-1/+308
* | #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-1/+1
|\ \ | |/
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-1/+1
* | #14072: merge with 3.2.Ezio Melotti2012-05-192-6/+13
|\ \ | |/
| * #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-192-6/+13
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-192-4/+17
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....Senthil Kumaran2012-05-192-1/+29
|\ \ | |/
| * Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-192-1/+29
* | Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-192-9/+11
|\ \ | |/
| * Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-192-9/+11
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+7
|\ \ | |/
| * #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+7
* | Fix whitespaceAntoine Pitrou2012-05-181-1/+0
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-183-31/+33
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-184-20/+69
* | MergeAntoine Pitrou2012-05-171-2/+2
|\ \
| * | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-171-2/+2
* | | Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
|/ /
* | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-177-18/+325
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-162-4/+14
* | Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-161-4/+2
* | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...Antoine Pitrou2012-05-161-1/+3
* | merge headsGiampaolo Rodola'2012-05-165-7/+137
|\ \
| * \ Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
| |\ \ | | |/
| | * Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44