summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Recognize '<>' as a special case of an angle-addr in header_value_parser.R David Murray2012-05-262-2/+25
* Remove some redundant decorators.Brett Cannon2012-05-262-1307/+1302
* Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the i...Nick Coghlan2012-05-262-0/+292
* Issue #14814: Clean out an obsolete property and method from ipaddress Networ...Nick Coghlan2012-05-262-14/+2
* Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-262-28/+2
* Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...Nick Coghlan2012-05-262-94/+48
* #14814: Some PEP8 adjustments and dead code weedingHynek Schlawack2012-05-261-27/+17
* Add missing versionadded.Georg Brandl2012-05-261-0/+6
* #665194: Add a localtime function to email.utils.R David Murray2012-05-265-2/+146
* #12586: Fix a small oversight in the new email policy header setting code.R David Murray2012-05-262-1/+23
* Merged upstream changes.Vinay Sajip2012-05-263-1/+110
|\
| * Add news entries for #14731 and #12586.R David Murray2012-05-261-0/+8
| * #12586: Expand What's New email entry with provisional policy features.R David Murray2012-05-261-0/+96
| * Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-262-1/+4
| |\
| | * Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-262-1/+4
* | | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-2641-66/+1454
* | | Updated .hgeol for additional binaries.Vinay Sajip2012-05-261-0/+2
|/ /
* | #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-2516-116/+6994
* | #14731: add preliminary What's New entry for policy framework.R David Murray2012-05-251-0/+55
* | #14731: refactor email policy framework.R David Murray2012-05-2515-517/+1389
* | capitialize utime statusesBenjamin Peterson2012-05-251-20/+20
* | capitialize enum membersBenjamin Peterson2012-05-251-17/+17
* | Placeholder in What's New for the major packaging infrastructure changesNick Coghlan2012-05-251-0/+20
* | Added test for namespace package dynamic path updates.Eric V. Smith2012-05-251-0/+45
* | Issue #14548: Make multiprocessing finalizers check pid before runningRichard Oudkerk2012-05-252-3/+12
* | 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-252-3/+20
|\ \ | |/
| * #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-252-3/+20
* | use PyDict_ContainsBenjamin Peterson2012-05-251-3/+3
* | return NULL on errorBenjamin Peterson2012-05-251-2/+3
* | actually return the resultBenjamin Peterson2012-05-251-1/+1
* | Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.Larry Hastings2012-05-251-0/+6
* | simplify and rewrite the zipimport part of 702009f3c0b1 a bitBenjamin Peterson2012-05-251-51/+41
* | plug ref leakBenjamin Peterson2012-05-251-0/+1
* | Whitespace cleanup.Eric V. Smith2012-05-251-4/+4
* | issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-2525-3381/+4424
* | #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-242-18/+8
|\ \ | |/
| * #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-242-15/+8
* | Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-243-0/+11
|\ \ | |/
| * Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-243-0/+11
| * Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
* | 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-232-2/+11
* | #14885: Make support.skip_unless_xattr check also tempfileHynek Schlawack2012-05-231-10/+18
* | s/tabs/spaces, and clean trailing whitespaceEli Bendersky2012-05-231-28/+27
* | Merge branch '3.2'Petri Lehtinen2012-05-220-0/+0
|\ \ | |/
| * #14472: Update .gitignorePetri Lehtinen2012-05-223-0/+22