Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 | Jesus Cea | 2011-11-08 | 1 | -8/+0 | |
| | | ||||||
* | | Closes #13361: Raise correct exception type. | Vinay Sajip | 2011-11-07 | 2 | -2/+2 | |
| | | ||||||
* | | Closes #13661: Check added for type of logger name. | Vinay Sajip | 2011-11-07 | 2 | -0/+4 | |
| | | ||||||
* | | Closes #13356. Thanks to Florent Xicluna for the patch. | Vinay Sajip | 2011-11-07 | 2 | -2/+5 | |
| | | ||||||
* | | Revert "Accept None as start and stop parameters for list.index() and ↵ | Petri Lehtinen | 2011-11-06 | 2 | -14/+0 | |
| | | | | | | | | | | | | 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 | |
| | | ||||||
* | | Accept None as start and stop parameters for list.index() and tuple.index() | Petri Lehtinen | 2011-11-05 | 2 | -0/+14 | |
| | | | | | | | | Closes #13340. | |||||
* | | Issue #3067: Enhance the documentation and docstring of locale.setlocale() | Petri Lehtinen | 2011-11-05 | 1 | -2/+3 | |
| | | ||||||
* | | Fix Maildir initialization so that maildir contents are read correctly. | Petri Lehtinen | 2011-11-05 | 2 | -5/+24 | |
| | | | | | | | | Closes #13254. | |||||
* | | 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 | 2 | -3/+1 | |
| | | ||||||
* | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+7 | |
| | | ||||||
* | | Fix merge in changeset e1dde980a92c. | Florent Xicluna | 2011-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #2892: preserve iterparse events in case of SyntaxError | Florent Xicluna | 2011-11-01 | 2 | -15/+24 | |
| | | ||||||
* | | #670664: Fix HTMLParser to correctly handle the content of ↵ | Ezio Melotti | 2011-11-01 | 2 | -16/+48 | |
| | | | | | | | | ``<script>...</script>`` and ``<style>...</style>``. | |||||
* | | Issue #13304: Skip test case if user site-packages disabled (-s or | Ned Deily | 2011-10-31 | 1 | -1/+3 | |
| | | | | | | | | 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 | 2 | -22/+73 | |
| | | | | | | | | ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen. | |||||
* | | 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). | |||||
* | | Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 | |
| | | ||||||
* | | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 1 | -0/+2 | |
| | | | | | | | | (Patch by Roger Serwy) | |||||
* | | 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 | |
| | | ||||||
* | | #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 | 1 | -11/+22 | |
| | | | | | | | | backport of issue #10093 from 3.2). | |||||
* | | bring is_integer into tested existence | Benjamin Peterson | 2011-10-28 | 1 | -0/+6 | |
| | | ||||||
* | | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 1 | -2/+4 | |
| | | ||||||
* | | adjust for change in assert bytecode | Benjamin Peterson | 2011-10-27 | 1 | -4/+5 | |
| | | ||||||
* | | add a test for an assertion with tuple msg | Benjamin Peterson | 2011-10-27 | 1 | -0/+6 | |
| | | ||||||
* | | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 | 1 | -0/+1 | |
| | | ||||||
* | | Corrected typo in comment. | Vinay Sajip | 2011-10-25 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #13232: Handle multiple encodings in exception logging. | Vinay Sajip | 2011-10-24 | 1 | -2/+6 | |
| | | ||||||
* | | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 2 | -1/+19 | |
| | | | | | | | | before all tasks have completed. | |||||
* | | Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode | Antoine Pitrou | 2011-10-22 | 1 | -0/+21 | |
| | | | | | | | | | | arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer. | |||||
* | | Oops, forgot issue number | Antoine Pitrou | 2011-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | Add test for fix of issue #1730114. | Antoine Pitrou | 2011-10-21 | 1 | -0/+8 | |
| | | ||||||
* | | Issue #9168: now smtpd is able to bind privileged port. | Florent Xicluna | 2011-10-20 | 1 | -10/+10 | |
| | | ||||||
* | | Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated | Senthil Kumaran | 2011-10-19 | 2 | -0/+14 | |
| | | | | | | | | | | exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen. | |||||
* | | Fix closes Issue12529 - cgi.parse_header failure on double quotes and | Senthil Kumaran | 2011-10-19 | 2 | -1/+4 | |
| | | | | | | | | semicolons. Patch by Ben Darnell and Petri Lehtinen. | |||||
* | | Remove duplication. | Ezio Melotti | 2011-10-19 | 9 | -12/+12 | |
| | | ||||||
* | | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 | 2 | -2/+28 | |
| | | | | | | | | | | | | Thanks, Shawn Ligocki! 3.x version will come as a separate patch. | |||||
* | | normalize whitespace in Lib/distutils/msvc9compiler.py | Mark Hammond | 2011-10-17 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵ | Mark Hammond | 2011-10-17 | 2 | -22/+102 | |
| | | | | | | | | manifest | |||||
* | | PyEval_CallObject requires a tuple of args (closes #13186) | Benjamin Peterson | 2011-10-15 | 1 | -0/+13 | |
| | | ||||||
* | | Increase test coverage for distutils.filelist (#11751). | Éric Araujo | 2011-10-14 | 1 | -10/+197 | |
| | | | | | | | | Patch by Justin Love. | |||||
* | | Fix distutils’ check and register Unicode handling (#13114). | Éric Araujo | 2011-10-09 | 4 | -13/+52 | |
| | | | | | | | | | | | | | | | | | | The check command was fixed by Kirill Kuzminykh. The register command was using StringIO.getvalue, which uses “''.join” and thus coerces to str using the default encoding (ASCII), so I changed the code to use one extra intermediary list and correctly encode to UTF-8. | |||||
* | | Branch merge | Éric Araujo | 2011-10-09 | 2 | -7/+10 | |
|\ \ | ||||||
| * | | Fix test_sysconfig when prefix != exec-prefix (#9100). | Éric Araujo | 2011-10-08 | 1 | -5/+8 | |
| | | | | | | | | | | | | Reported by Zsolt Cserna. |