summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #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
* | 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
| * | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-153-1/+19
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-153-1/+19
* | | #14807: fix bb failure due to symlink test relying on hard-coded permissionsGiampaolo Rodola'2012-05-151-1/+1
|/ /
* | remove unused import in asyncore docGiampaolo Rodola'2012-05-152-3/+4
* | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....Giampaolo Rodola'2012-05-156-43/+124
* | Document f4d7ad6c9d6e.Martin v. Löwis2012-05-152-2/+4
* | Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis2012-05-153-8/+8
* | Add safecase to silence Win64 warning.Martin v. Löwis2012-05-151-1/+2
* | Silence VS 2010 warning on loss of precision (_int64 -> _int32).Martin v. Löwis2012-05-151-1/+1
* | Silence VS 2010 signed/unsigned warnings.Martin v. Löwis2012-05-151-2/+5
* | apparently importlib.h wants to be updatedBenjamin Peterson2012-05-151-7/+7
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-1512-78/+79
* | Merge #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-26/+39
|\ \ | |/
| * #14766: Reflow the altered paragraphs.R David Murray2012-05-151-18/+17
| * #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-12/+26
* | Merge 3.2Brian Curtin2012-05-151-3/+0
|\ \ | |/
| * bsddb never existed in 3.x, no need to keep downloading sleepycatBrian Curtin2012-05-151-3/+0
* | Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-142-0/+13
|\ \ | |/
| * Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-142-0/+13
* | Don't build xxlimited in debug mode.Martin v. Löwis2012-05-141-2/+0
* | merge 3.2Martin v. Löwis2012-05-141-2/+0
|\ \ | |/
| * Stop deleting non-existing bytecode files.Martin v. Löwis2012-05-141-2/+0
* | Upgrade sqlite to 3.7.12.Martin v. Löwis2012-05-143-6/+6
* | Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...Giampaolo Rodola'2012-05-141-38/+51
* | Use size_t, not ssize_t (issue #14801).Antoine Pitrou2012-05-141-1/+1
|\ \ | |/
| * Remove tab charactersAntoine Pitrou2012-05-141-8/+8