summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-302-9/+4
* Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-303-21/+11
* Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-304-13/+56
* remove unused variableBenjamin Peterson2011-10-301-1/+1
* Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-303-10/+23
* Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
* Avoid unnecessary recursive function calls (closes #10519)Petri Lehtinen2011-10-301-2/+2
* Add a button to the code examples in the doc to show/hide the prompts and out...Ezio Melotti2011-10-302-0/+57
* #13289: fix typo.Ezio Melotti2011-10-291-1/+1
* bring is_integer into tested existenceBenjamin Peterson2011-10-281-0/+6
* - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-282-2/+6
|\
| * - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-282-2/+6
* | Documentation typoFlorent Xicluna2011-10-281-2/+2
* | I should be someoneFlorent Xicluna2011-10-281-4/+4
|/
* Remove unused variable.Florent Xicluna2011-10-281-2/+1
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-2825-51/+48
* Improve HTMLParser example in the doc and fix a couple minor things.Ezio Melotti2011-10-281-23/+19
* #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-283-3/+38
* Merge heads.Ezio Melotti2011-10-282-6/+4
|\
| * Fixes #13270: obsolete reference to old-style/new-style classes.Florent Xicluna2011-10-282-6/+4
* | #13278: fix typo.Ezio Melotti2011-10-281-1/+1
|/
* Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
* Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
* Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
* Fix typo.Ezio Melotti2011-10-251-1/+1
* merge headsBenjamin Peterson2011-10-254-5/+37
|\
| * merge headsPetri Lehtinen2011-10-246-36/+71
| |\
| | * Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| * | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-242-4/+15
* | | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| |/ |/|
* | note callable is back in 3.2Benjamin Peterson2011-10-241-1/+3
* | Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-242-4/+6
* | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-232-30/+40
|/
* Add the green "New reference" note to the doc of PyException_GetTraceback()Petri Lehtinen2011-10-231-0/+2
* Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-235-22/+242
* Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-202-10/+12
* #13233: fix typo.Ezio Melotti2011-10-201-1/+1
* #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
* Issue 12668: Fix wording in Whatsnew3.2Raymond Hettinger2011-10-191-1/+1
* Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11
* adjust braces a bitBenjamin Peterson2011-10-191-5/+4
* urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-11/+10
* 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...Senthil Kumaran2011-10-191-1/+1
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-194-1/+23
* 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
* Remove duplication.Ezio Melotti2011-10-1936-43/+43
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-183-3/+29
* Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-183-0/+35
* #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-182-0/+4