summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2Florent Xicluna2011-10-2827-54/+51
|\
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-2825-51/+48
* | Merge HTMLParser doc changes from 3.2.Ezio Melotti2011-10-281-23/+19
|\ \ | |/
| * Improve HTMLParser example in the doc and fix a couple minor things.Ezio Melotti2011-10-281-23/+19
* | #13273: merge with 3.2.Ezio Melotti2011-10-283-3/+38
|\ \ | |/
| * #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-283-3/+38
* | #13278: merge with 3.2.Ezio Melotti2011-10-281-1/+1
|\ \ | |/
| * Merge heads.Ezio Melotti2011-10-282-6/+4
| |\
| * | #13278: fix typo.Ezio Melotti2011-10-281-1/+1
* | | Merge 3.2Florent Xicluna2011-10-282-6/+4
|\ \ \ | | |/ | |/|
| * | Fixes #13270: obsolete reference to old-style/new-style classes.Florent Xicluna2011-10-282-6/+4
| |/
* | Fix typoAntoine Pitrou2011-10-271-1/+1
* | Update example of non-blocking SSL code for the new finer-grained exceptionsAntoine Pitrou2011-10-271-7/+4
* | Issue #11183: Add finer-grained exceptions to the ssl module, so thatAntoine Pitrou2011-10-275-24/+120
* | Merged documentation fix from 3.2.Vinay Sajip2011-10-271-3/+4
|\ \ | |/
| * Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
* | add a test for an assertion with tuple msgBenjamin Peterson2011-10-271-0/+7
* | PyUnicode_FSDecoder() ensures that the decoded string is readyVictor Stinner2011-10-261-0/+4
* | Fix the issue number of my cp65001 commit: 13247 => issue #13216Victor Stinner2011-10-262-2/+2
* | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-265-60/+168
* | Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
|\ \ | |/
| * Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
* | Changed warn() to warning() in logging tests.Vinay Sajip2011-10-261-8/+8
* | Fix typo in NEWSVictor Stinner2011-10-251-1/+1
* | Fix typos.Ezio Melotti2011-10-251-3/+3
* | Issue #12619: Expose socket.SO_BINDTODEVICE constantVictor Stinner2011-10-251-0/+3
* | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-255-5/+54
* | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-259-288/+615
* | Merge the codecs doc refactoring with 3.2.Ezio Melotti2011-10-251-19/+21
|\ \ | |/
| * Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
* | Remove mention of narrow/wide builds in the codecs doc.Ezio Melotti2011-10-251-5/+3
* | Remove mention of narrow/wide builds and update array doc, add a test.Ezio Melotti2011-10-253-12/+6
* | Null merge with 3.2.Ezio Melotti2011-10-250-0/+0
|\ \ | |/
| * Fix typo.Ezio Melotti2011-10-251-1/+1
* | Remove mention of narrow/wide builds from ord/chr doc.Ezio Melotti2011-10-251-8/+1
* | #13251: update string description in datamodel.rst.Ezio Melotti2011-10-251-10/+10
* | merge 3.2Benjamin Peterson2011-10-250-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2011-10-254-5/+37
| |\
| | * merge headsPetri Lehtinen2011-10-246-36/+71
| | |\
* | | \ merge headsBenjamin Peterson2011-10-255-7/+46
|\ \ \ \
| * | | | Fix test_imp failure under WindowsAntoine Pitrou2011-10-241-2/+9
| * | | | merge headsPetri Lehtinen2011-10-2425-249/+289
| |\ \ \ \
| | * \ \ \ Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| * | | | | Merge 3.2Petri Lehtinen2011-10-242-4/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-242-4/+15
* | | | | | merge 3.2 (#13259)Benjamin Peterson2011-10-251-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| | |_|/ | |/| |
* | | | merge 3.2Benjamin Peterson2011-10-241-1/+3
|\ \ \ \ | |/ / /
| * | | note callable is back in 3.2Benjamin Peterson2011-10-241-1/+3