summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #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
* | Sort file list in test_os.WalkTestsHynek Schlawack2012-05-151-2/+2
* | merge headsSenthil Kumaran2012-05-151-0/+2
|\ \
| * | #14773: Fix os.fwalk() failing on dangling symlinksHynek Schlawack2012-05-151-0/+2
* | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-151-0/+3
|\ \ \ | |/ / |/| / | |/
| * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+3
| * Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...Mark Dickinson2012-05-131-0/+1
| * Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....Giampaolo Rodola'2012-05-151-1/+4
* | Document f4d7ad6c9d6e.Martin v. Löwis2012-05-151-0/+2
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-151-0/+3
* | Issue #13815: Resurrect the ExFileObject class.Lars Gustäbel2012-05-141-2/+2
* | Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...Antoine Pitrou2012-05-131-0/+3
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-132-0/+4
* | Add importlib.util.resolve_name().Brett Cannon2012-05-131-0/+2
* | Issue #13959: Document imp.find_module/load_module as deprecated.Brett Cannon2012-05-131-1/+2
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+5
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-131-0/+3
* | Issue #13959: Introduce importlib.find_loader().Brett Cannon2012-05-121-0/+2
* | Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-121-0/+3
* | Issue #13959: HaveBrett Cannon2012-05-111-0/+5
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-0/+5
* | Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* | Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
|\ \ | |/
| * Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-0/+3
* | Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...Antoine Pitrou2012-05-101-0/+3
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-102-0/+3
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-102-0/+3
| * Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-092-0/+3
* | Issue #14583: Fix importlib bug when a package's __init__.py would first impo...Antoine Pitrou2012-05-071-0/+3
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+3
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+3
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...Mark Dickinson2012-05-071-0/+3