Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Closes #13356. Thanks to Florent Xicluna for the patch. | Vinay Sajip | 2011-11-07 | 2 | -2/+5 | |
| | | ||||||
* | | Closes issue #13353: version doumentation about utc parameter corrected. | Vinay Sajip | 2011-11-06 | 1 | -4/+1 | |
| | | ||||||
* | | Revert "Accept None as start and stop parameters for list.index() and ↵ | Petri Lehtinen | 2011-11-06 | 5 | -39/+7 | |
| | | | | | | | | | | | | tuple.index()" Issue #13340. | |||||
* | | Silence a couple of warnings. | Ezio Melotti | 2011-11-06 | 2 | -2/+5 | |
| | | ||||||
* | | Fix another callable warning. | Ezio Melotti | 2011-11-06 | 1 | -3/+2 | |
| | | ||||||
* | | Fix tests now that the callable warning is gone. | Ezio Melotti | 2011-11-06 | 2 | -4/+2 | |
| | | ||||||
* | | remove py3k warning for callable | Benjamin Peterson | 2011-11-06 | 2 | -3/+2 | |
| | | ||||||
* | | Accept None as start and stop parameters for list.index() and tuple.index() | Petri Lehtinen | 2011-11-05 | 5 | -7/+39 | |
| | | | | | | | | Closes #13340. | |||||
* | | Add missing versionadded (fixes #12392) | Éric Araujo | 2011-11-05 | 1 | -0/+2 | |
| | | ||||||
* | | Issue #3067: Enhance the documentation and docstring of locale.setlocale() | Petri Lehtinen | 2011-11-05 | 3 | -12/+16 | |
| | | ||||||
* | | Fix Maildir initialization so that maildir contents are read correctly. | Petri Lehtinen | 2011-11-05 | 3 | -5/+27 | |
| | | | | | | | | Closes #13254. | |||||
* | | Fix typos | Raymond Hettinger | 2011-11-04 | 1 | -2/+2 | |
| | | ||||||
* | | Add .gitignore | Petri Lehtinen | 2011-11-04 | 1 | -0/+46 | |
| | | ||||||
* | | Inline the advisory text on how to use the shelve module. | Raymond Hettinger | 2011-11-04 | 1 | -10/+5 | |
| | | ||||||
* | | Revert commit that was not a bugfix (#5301). | Éric Araujo | 2011-11-04 | 1 | -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 Xicluna | 2011-11-04 | 3 | -3/+3 | |
| | | ||||||
* | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+7 | |
| | | ||||||
* | | Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. | Senthil Kumaran | 2011-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | Remove the error_callback which is not present in 2.7. Patch by Jyrki Pulliainen. | |||||
* | | Fix merge in changeset e1dde980a92c. | Florent Xicluna | 2011-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Missing NEWS entry in changeset e1dde980a92c | Florent Xicluna | 2011-11-01 | 1 | -0/+2 | |
| | | ||||||
* | | Issue #2892: preserve iterparse events in case of SyntaxError | Florent Xicluna | 2011-11-01 | 3 | -30/+47 | |
| | | ||||||
* | | #670664: Fix HTMLParser to correctly handle the content of ↵ | Ezio Melotti | 2011-11-01 | 4 | -19/+55 | |
| | | | | | | | | ``<script>...</script>`` and ``<style>...</style>``. | |||||
* | | correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from ↵ | Sandro Tosi | 2011-11-01 | 1 | -2/+2 | |
| | | | | | | | | docs@ | |||||
* | | Issue #13304: Skip test case if user site-packages disabled (-s or | Ned Deily | 2011-10-31 | 3 | -1/+7 | |
| | | | | | | | | PYTHONNOUSERSITE). (Patch by Carl Meyer) | |||||
* | | Backout redundant changeset 1de4d92cd6a4 | Antoine Pitrou | 2011-10-31 | 1 | -2/+0 | |
| | | ||||||
* | | Port to 2.7 - issue 10817 - Fix urlretrieve function to raise | Senthil Kumaran | 2011-10-31 | 3 | -22/+76 | |
| | | | | | | | | ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen. | |||||
* | | merge heads | Sandro Tosi | 2011-10-31 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | really use backticks in string conversion definition; thanks to Jonathan ↵ | Sandro Tosi | 2011-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | Blakes from docs@ | |||||
* | | | test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not | Barry Warsaw | 2011-10-31 | 1 | -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 Tosi | 2011-10-31 | 1 | -2/+2 | |
| | | | | | | | | from docs@ | |||||
* | | remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ | Sandro Tosi | 2011-10-31 | 1 | -2/+1 | |
| | | ||||||
* | | Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 | |
| | | ||||||
* | | merge closing of 2.5 branch | Martin v. Löwis | 2011-10-31 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | merge closing of 2.5 branch | Martin v. Löwis | 2011-10-31 | 0 | -0/+0 | |
| |\ | ||||||
| | * | 2.5 is no longer maintained2.5 | Martin v. Löwis | 2011-10-31 | 0 | -0/+0 | |
| | | | ||||||
* | | | document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from ↵ | Sandro Tosi | 2011-10-31 | 1 | -0/+10 | |
| | | | | | | | | | | | | docs@ | |||||
* | | | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 2 | -0/+5 | |
| | | | | | | | | | | | | (Patch by Roger Serwy) | |||||
* | | | caught is the right pp of catch; thanks to Don Bennett from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improve itertools docs with clearer examples of pure python equivalent code. | Raymond Hettinger | 2011-10-30 | 1 | -9/+16 | |
| | | | ||||||
* | | | Issue 13274: Make the pure python code for heapq more closely match the C ↵ | Raymond Hettinger | 2011-10-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | implementation for an undefined corner case. | |||||
* | | | Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1} | Antoine Pitrou | 2011-10-30 | 1 | -12/+2 | |
| | | | ||||||
* | | | Add Misc/NEWS entry for issue #10519 | Petri Lehtinen | 2011-10-30 | 1 | -0/+3 | |
| | | | ||||||
* | | | remove unused variable | Benjamin Peterson | 2011-10-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix the return value of set_discard (issue #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+3 | |
| | | | ||||||
* | | | Avoid unnecessary recursive function calls (closes #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add a button to the code examples in the doc to show/hide the prompts and ↵ | Ezio Melotti | 2011-10-30 | 2 | -0/+57 | |
| | | | | | | | | | | | | output. | |||||
* | | | #13289: fix typo. | Ezio Melotti | 2011-10-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Closes #7334: close source files on ElementTree.parse and iterparse (partial ↵ | Florent Xicluna | 2011-10-29 | 3 | -22/+45 | |
| | | | | | | | | | | | | backport of issue #10093 from 3.2). | |||||
* | | | bring is_integer into tested existence | Benjamin Peterson | 2011-10-28 | 1 | -0/+6 | |
| | | | ||||||
* | | | Oops, put fix news in the right section. | Barry Warsaw | 2011-10-28 | 1 | -2/+2 | |
| | | |