summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Closes #13356. Thanks to Florent Xicluna for the patch.Vinay Sajip2011-11-072-2/+5
| |
* | Closes issue #13353: version doumentation about utc parameter corrected.Vinay Sajip2011-11-061-4/+1
| |
* | Revert "Accept None as start and stop parameters for list.index() and ↵Petri Lehtinen2011-11-065-39/+7
| | | | | | | | | | | | tuple.index()" Issue #13340.
* | Silence a couple of warnings.Ezio Melotti2011-11-062-2/+5
| |
* | Fix another callable warning.Ezio Melotti2011-11-061-3/+2
| |
* | Fix tests now that the callable warning is gone.Ezio Melotti2011-11-062-4/+2
| |
* | remove py3k warning for callableBenjamin Peterson2011-11-062-3/+2
| |
* | Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-055-7/+39
| | | | | | | | Closes #13340.
* | Add missing versionadded (fixes #12392)Éric Araujo2011-11-051-0/+2
| |
* | Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-053-12/+16
| |
* | Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-053-5/+27
| | | | | | | | Closes #13254.
* | Fix typosRaymond Hettinger2011-11-041-2/+2
| |
* | Add .gitignorePetri Lehtinen2011-11-041-0/+46
| |
* | Inline the advisory text on how to use the shelve module.Raymond Hettinger2011-11-041-10/+5
| |
* | Revert commit that was not a bugfix (#5301).Éric Araujo2011-11-041-1/+0
| | | | | | | | | | I won’t revert in 3.2, since Georg pulled this change in 3.2.2 and released it.
* | Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-043-3/+3
| |
* | Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+7
| |
* | Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.Senthil Kumaran2011-11-021-1/+1
| | | | | | | | | | Remove the error_callback which is not present in 2.7. Patch by Jyrki Pulliainen.
* | Fix merge in changeset e1dde980a92c.Florent Xicluna2011-11-011-1/+1
| |
* | Missing NEWS entry in changeset e1dde980a92cFlorent Xicluna2011-11-011-0/+2
| |
* | Issue #2892: preserve iterparse events in case of SyntaxErrorFlorent Xicluna2011-11-013-30/+47
| |
* | #670664: Fix HTMLParser to correctly handle the content of ↵Ezio Melotti2011-11-014-19/+55
| | | | | | | | ``<script>...</script>`` and ``<style>...</style>``.
* | correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from ↵Sandro Tosi2011-11-011-2/+2
| | | | | | | | docs@
* | Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-313-1/+7
| | | | | | | | PYTHONNOUSERSITE). (Patch by Carl Meyer)
* | Backout redundant changeset 1de4d92cd6a4Antoine Pitrou2011-10-311-2/+0
| |
* | Port to 2.7 - issue 10817 - Fix urlretrieve function to raiseSenthil Kumaran2011-10-313-22/+76
| | | | | | | | ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen.
* | merge headsSandro Tosi2011-10-311-1/+1
|\ \
| * | really use backticks in string conversion definition; thanks to Jonathan ↵Sandro Tosi2011-10-311-1/+1
| | | | | | | | | | | | Blakes from docs@
* | | test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is notBarry Warsaw2011-10-311-0/+2
|/ / | | | | | | defined (as is the case with Ubuntu 11.10).
* | use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ↵Sandro Tosi2011-10-311-2/+2
| | | | | | | | from docs@
* | 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
| |
* | merge closing of 2.5 branchMartin v. Löwis2011-10-310-0/+0
|\ \ | |/
| * merge closing of 2.5 branchMartin v. Löwis2011-10-310-0/+0
| |\
| | * 2.5 is no longer maintained2.5Martin v. Löwis2011-10-310-0/+0
| | |
* | | document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from ↵Sandro Tosi2011-10-311-0/+10
| | | | | | | | | | | | docs@
* | | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
| | | | | | | | | | | | (Patch by Roger Serwy)
* | | 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-301-9/+16
| | |
* | | Issue 13274: Make the pure python code for heapq more closely match the C ↵Raymond Hettinger2011-10-301-0/+4
| | | | | | | | | | | | implementation for an undefined corner case.
* | | Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1}Antoine Pitrou2011-10-301-12/+2
| | |
* | | Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
| | |
* | | remove unused variableBenjamin Peterson2011-10-301-1/+1
| | |
* | | 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 ↵Ezio Melotti2011-10-302-0/+57
| | | | | | | | | | | | output.
* | | #13289: fix typo.Ezio Melotti2011-10-291-1/+1
| | |
* | | Closes #7334: close source files on ElementTree.parse and iterparse (partial ↵Florent Xicluna2011-10-293-22/+45
| | | | | | | | | | | | backport of issue #10093 from 3.2).
* | | bring is_integer into tested existenceBenjamin Peterson2011-10-281-0/+6
| | |
* | | Oops, put fix news in the right section.Barry Warsaw2011-10-281-2/+2
| | |