summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-2/+3
* Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-052-5/+24
* Revert commit that was not a bugfix (#5301).Éric Araujo2011-11-041-1/+0
* Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-042-3/+1
* Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+7
* Fix merge in changeset e1dde980a92c.Florent Xicluna2011-11-011-1/+1
* Issue #2892: preserve iterparse events in case of SyntaxErrorFlorent Xicluna2011-11-012-15/+24
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-012-16/+48
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-1/+3
* Backout redundant changeset 1de4d92cd6a4Antoine Pitrou2011-10-311-2/+0
* Port to 2.7 - issue 10817 - Fix urlretrieve function to raiseSenthil Kumaran2011-10-312-22/+73
* test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is notBarry Warsaw2011-10-311-0/+2
* Closes #13283: removal of two unused variable in locale.pyJesus Cea2011-10-311-2/+0
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+2
* Issue 13274: Make the pure python code for heapq more closely match the C im...Raymond Hettinger2011-10-301-0/+4
* Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1}Antoine Pitrou2011-10-301-12/+2
* #13289: fix typo.Ezio Melotti2011-10-291-1/+1
* Closes #7334: close source files on ElementTree.parse and iterparse (partial ...Florent Xicluna2011-10-291-11/+22
* bring is_integer into tested existenceBenjamin Peterson2011-10-281-0/+6
* - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-2/+4
* adjust for change in assert bytecodeBenjamin Peterson2011-10-271-4/+5
* add a test for an assertion with tuple msgBenjamin Peterson2011-10-271-0/+6
* Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+1
* Corrected typo in comment.Vinay Sajip2011-10-251-1/+1
* Closes #13232: Handle multiple encodings in exception logging.Vinay Sajip2011-10-241-2/+6
* Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-242-1/+19
* Issue #1548891: The cStringIO.StringIO() constructor now encodes unicodeAntoine Pitrou2011-10-221-0/+21
* Oops, forgot issue numberAntoine Pitrou2011-10-211-1/+1
* Add test for fix of issue #1730114.Antoine Pitrou2011-10-211-0/+8
* Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-10/+10
* Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelatedSenthil Kumaran2011-10-192-0/+14
* Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+4
* Remove duplication.Ezio Melotti2011-10-199-12/+12
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-182-2/+28
* normalize whitespace in Lib/distutils/msvc9compiler.pyMark Hammond2011-10-171-2/+2
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-172-22/+102
* PyEval_CallObject requires a tuple of args (closes #13186)Benjamin Peterson2011-10-151-0/+13
* Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-141-10/+197
* Fix distutils’ check and register Unicode handling (#13114).Éric Araujo2011-10-094-13/+52
* Branch mergeÉric Araujo2011-10-092-7/+10
|\
| * Fix test_sysconfig when prefix != exec-prefix (#9100).Éric Araujo2011-10-081-5/+8
| * Make C code in one distutils test comply with ISO C (#10359).Éric Araujo2011-10-081-2/+2
* | Issue #7367: Ensure test directory always gets removed.Ned Deily2011-10-071-2/+2
|/
* Issue #7367: Fix pkgutil.walk_paths to skip directories whoseNed Deily2011-10-061-3/+11
* Issue #7425: Prevent pydoc -k failures due to module import errors.Ned Deily2011-10-061-5/+6
* Issue #7367: Add test case to test_pkgutil for walking path withNed Deily2011-10-061-0/+11
* Issue #7425: Refactor test_pydoc test case for '-k' behavior and addNed Deily2011-10-061-49/+63
* Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-061-0/+15
* Branch mergeÉric Araujo2011-10-061-1/+1
|\
| * Fix typo and case in a recently added testÉric Araujo2011-10-051-1/+1