summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-035-60/+95
* Add signatures to the docstring of functions added to imp by PEP 3147Éric Araujo2011-11-031-2/+4
* State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2011-11-031-1/+2
* Fix typoÉric Araujo2011-11-021-1/+1
* Cleanups in distutils tests.Éric Araujo2011-11-023-25/+32
* Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-014-30/+49
* Make sure that the tolerant parser still parses valid HTML correctly.Ezio Melotti2011-11-011-17/+19
* Avoid reusing the same collector in the tests.Ezio Melotti2011-11-011-10/+11
* #12008: add a test.Ezio Melotti2011-11-011-0/+24
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-014-19/+55
* correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from d...Sandro Tosi2011-11-011-2/+2
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-313-1/+7
* Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-313-29/+87
* use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ...Sandro Tosi2011-10-311-2/+2
* remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@Sandro Tosi2011-10-311-2/+1
* Closes #13283: removal of two unused variable in locale.pyJesus Cea2011-10-311-2/+0
* document turtle done() function; thanks to Csaba Szepesvari from docs@Sandro Tosi2011-10-311-1/+2
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
* caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
* Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-302-10/+19
* Issue 13274: Make the pure python code for heapq more closely match the C im...Raymond Hettinger2011-10-301-0/+4
* Merge headsFlorent Xicluna2011-10-304-43/+71
|\
| * 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
* | Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
|/
* 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
| |\