summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-0/+2
|\
| * Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-0/+2
* | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-262-0/+6
* | #665194: Add a localtime function to email.utils.R David Murray2012-05-262-0/+4
* | Merged upstream changes.Vinay Sajip2012-05-261-0/+13
|\ \
| * | Add news entries for #14731 and #12586.R David Murray2012-05-261-0/+8
| * | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-0/+3
| |\ \ |/ / / | | _
| * Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-0/+3
* | Issue #14548: Make multiprocessing finalizers check pid before runningRichard Oudkerk2012-05-251-0/+3
* | issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-251-0/+2
* | #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-0/+3
|\ \ | |/
| * #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-0/+3
* | Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
|\ \ | |/
| * Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
| * Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
| * #14472: Update .gitignorePetri Lehtinen2012-05-222-0/+3
* | #14862: Add missing names to os.__all__Petri Lehtinen2012-05-231-0/+2
* | #14472: Update .gitignorePetri Lehtinen2012-05-222-0/+3
* | #14875: merge with 3.2.Ezio Melotti2012-05-211-0/+2
|\ \ | |/
| * #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-0/+2
* | Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-211-0/+2
* | Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-202-0/+3
* | news for Issue14426Senthil Kumaran2012-05-201-0/+3
|\ \ | |/
| * news for Issue14426Senthil Kumaran2012-05-201-0/+3
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-0/+11
* | #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-0/+4
|\ \ | |/
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-192-0/+5
* | #14072: merge with 3.2.Ezio Melotti2012-05-191-0/+3
|\ \ | |/
| * #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+3
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-191-0/+3
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....Senthil Kumaran2012-05-191-0/+3
|\ \ | |/
| * Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-191-0/+3
* | Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+3
|\ \ | |/
| * Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+3
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+5
|\ \ | |/
| * #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+5
| * Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-181-0/+2
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-181-0/+4
* | Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-181-0/+2
* | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-172-0/+4
* | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-0/+4
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-162-0/+4
* | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...Antoine Pitrou2012-05-161-0/+3
* | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-0/+3
|\ \ | |/
| * Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-0/+3
* | Issue #14732: The _csv module now uses PEP 3121 module initialization.Antoine Pitrou2012-05-162-0/+4
* | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-162-0/+4
* | Issue #14777: mergeNed Deily2012-05-161-0/+6
|\ \ | |/
| * Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-0/+6
* | Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.Antoine Pitrou2012-05-151-0/+3