summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-173-2/+6
* | | | | Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
|/ / / /
* | | | Move import lock-related functions to a separate doc section.Antoine Pitrou2012-05-171-42/+43
* | | | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-1712-3010/+3746
* | | | Add mention of decoding optimizations in the what's new document.Antoine Pitrou2012-05-171-0/+4
* | | | #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
* | | | Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0Stefan Krah2012-05-1634-552/+925
* | | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-165-7/+30
* | | | Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-162-4/+9
* | | | Fix Visual Studio warning.Stefan Krah2012-05-161-1/+1
* | | | Changes in _mpd_qexp():Stefan Krah2012-05-161-46/+117
* | | | #14692 Fix json docs to reflect changes in json.loadHynek Schlawack2012-05-161-2/+2
|\ \ \ \ | |/ / /
| * | | #14692 Fix json docs to reflect changes in json.loadHynek Schlawack2012-05-161-2/+2
* | | | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...Antoine Pitrou2012-05-163-15/+17
* | | | merge headsGiampaolo Rodola'2012-05-1618-251/+498
|\ \ \ \
| * \ \ \ 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
| * | | | More .hgignore additions for new VS build filesAntoine Pitrou2012-05-161-1/+4
| * | | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-163-3/+6
| |\ \ \ \ | | |/ / /
| | * | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-163-2/+6
| * | | | Avoid "warning: no newline at end of file" in importlib.h.Antoine Pitrou2012-05-162-1/+3
| * | | | Fix build failure.Antoine Pitrou2012-05-161-1/+2
| * | | | Issue #14732: The _csv module now uses PEP 3121 module initialization.Antoine Pitrou2012-05-163-35/+74
| * | | | Update .hgignore for new MSVC filesAntoine Pitrou2012-05-161-0/+4
| * | | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-165-1/+36
| * | | | Merge from 3.2.Eric V. Smith2012-05-161-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...Eric V. Smith2012-05-161-0/+3
| * | | | merge #1440472: reflowR David Murray2012-05-161-4/+3
| |\ \ \ \ | | |/ / /
| | * | | #1440472: reflowR David Murray2012-05-161-4/+3
| * | | | merge #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+11
| |\ \ \ \ | | |/ / /
| | * | | #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+11
| * | | | Issue #14777: mergeNed Deily2012-05-162-2/+32
| |\ \ \ \ | | |/ / /
| | * | | Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-162-2/+32
| * | | | Merge from 3.2.Eric V. Smith2012-05-161-1/+47
| |\ \ \ \ | | |/ / /
| | * | | Issue #14817: Add rudimentary tests for pkgutil.extend_path.Eric V. Smith2012-05-161-1/+47
| * | | | Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.Antoine Pitrou2012-05-153-199/+230
* | | | | #14807: fix BB failures on Windows - avoid to to rely too many details of the...Giampaolo Rodola'2012-05-161-11/+22
|/ / / /
* | | | merge headsGiampaolo Rodola'2012-05-1510-23/+56
|\ \ \ \
| * | | | Add versionadded for hmac.secure_compare().Charles-François Natali2012-05-151-0/+1
| * | | | Stop including gzio in the build; it's not used.Martin v. Löwis2012-05-152-9/+0
| * | | | merge headsBenjamin Peterson2012-05-151-0/+2
| |\ \ \ \
| | * | | | Add two more sorts to test_os.WalkTests I've missed beforeHynek Schlawack2012-05-151-0/+2
| * | | | | use Py_ssize_t for ast sequence lengthsBenjamin Peterson2012-05-152-4/+4
| |/ / / /
| * | | | merge headsSenthil Kumaran2012-05-152-2/+3
| |\ \ \ \
| | * | | | Sort file list in test_os.WalkTestsHynek Schlawack2012-05-152-2/+3
| * | | | | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+9
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+10
| * | | | merge headsSenthil Kumaran2012-05-153-8/+24
| |\ \ \ \
| | * | | | #14773: Fix os.fwalk() failing on dangling symlinksHynek Schlawack2012-05-153-8/+24