summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #14925: email now registers a defect for missing header/body separator.R David Murray2012-05-286-18/+61
* Null merge of email doc patch already applied to this branch.R David Murray2012-05-270-0/+0
|\
| * #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-2710-20/+20
* | #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-2713-22/+30
* | Make headerregistry fully part of the provisional api.R David Murray2012-05-277-213/+429
* | Changed executable name computation in test_venv to allow for debug executables.Vinay Sajip2012-05-271-2/+1
* | Refined venv tests.Vinay Sajip2012-05-271-9/+26
* | Add '__all__' to _encoded_words and mark QByteMap as private.R David Murray2012-05-271-2/+12
* | Fixed _sys_home computation and added diagnostics for Windows buildbot failures.Vinay Sajip2012-05-273-2/+8
* | Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...Nick Coghlan2012-05-277-17/+45
* | Tweak importlib._bootstrap to avoid zero-argument super so I can work on issu...Nick Coghlan2012-05-272-1858/+1862
* | Fix markup.Georg Brandl2012-05-271-1/+1
* | Merge with 3.2 #10635 whitespaceTerry Jan Reedy2012-05-271-1/+1
|\ \ | |/
| * #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-271-1/+1
* | Merge with 3.2Terry Jan Reedy2012-05-273-6/+17
|\ \ | |/
| * Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-273-6/+17
* | Make multiprocessing's shared memory use memoryview instead of raw pointerRichard Oudkerk2012-05-263-26/+5
* | Merge Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-262-2/+6
|\ \ | |/
| * Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-262-2/+6
* | Merged upstream changes.Vinay Sajip2012-05-2615-1530/+2147
|\ \
| * | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-267-91/+482
| * | 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
* | | Addressed some buildbot errors and comments on the checkin by Antoine on pyth...Vinay Sajip2012-05-264-58/+51
|/ /
* | #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