index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 tuple.i...
Petri Lehtinen
2011-11-06
2
-14/+0
*
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
*
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
*
Revert commit that was not a bugfix (#5301).
Éric Araujo
2011-11-04
1
-1/+0
*
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 ``<script>...</scr...
Ezio Melotti
2011-11-01
2
-16/+48
*
Issue #13304: Skip test case if user site-packages disabled (-s or
Ned Deily
2011-10-31
1
-1/+3
*
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
*
test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not
Barry Warsaw
2011-10-31
1
-0/+2
*
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
*
Issue 13274: Make the pure python code for heapq more closely match the C im...
Raymond Hettinger
2011-10-30
1
-0/+4
*
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
*
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
*
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
Antoine Pitrou
2011-10-22
1
-0/+21
*
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
*
Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran
2011-10-19
2
-1/+4
*
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
*
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 ma...
Mark Hammond
2011-10-17
2
-22/+102
*
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
*
Fix distutils’ check and register Unicode handling (#13114).
Éric Araujo
2011-10-09
4
-13/+52
*
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
|
*
Make C code in one distutils test comply with ISO C (#10359).
Éric Araujo
2011-10-08
1
-2/+2
*
|
Issue #7367: Ensure test directory always gets removed.
Ned Deily
2011-10-07
1
-2/+2
|
/
*
Issue #7367: Fix pkgutil.walk_paths to skip directories whose
Ned Deily
2011-10-06
1
-3/+11
[next]