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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.4 (#22417)
Benjamin Peterson
2014-11-03
4
-51/+66
|
\
|
*
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
4
-51/+66
*
|
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
Serhiy Storchaka
2014-11-02
2
-2/+15
|
\
\
|
|
/
|
*
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
Serhiy Storchaka
2014-11-02
2
-2/+15
|
*
backport context argument of urlopen (#22366) for pep 476
Senthil Kumaran
2014-09-19
1
-0/+8
*
|
Merge heads
Antoine Pitrou
2014-11-02
1
-1/+5
|
\
\
|
*
|
Fix test_urllib without the ssl module
Antoine Pitrou
2014-11-02
1
-1/+5
*
|
|
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte...
Antoine Pitrou
2014-11-02
1
-0/+13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte...
Antoine Pitrou
2014-11-02
1
-0/+13
*
|
|
#22751: merge with 3.4.
Ezio Melotti
2014-11-02
1
-3/+4
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
1
-3/+4
*
|
Issue #22770: merge from 3.4
Ned Deily
2014-11-02
1
-3/+2
|
\
\
|
|
/
|
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
1
-3/+2
*
|
#22734 marshal needs a lower stack depth for debug builds on Windows
Steve Dower
2014-11-01
1
-1/+1
*
|
#22731 test_capi test fails because of mismatched newlines
Steve Dower
2014-11-01
1
-3/+4
*
|
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag
2014-11-01
1
-0/+18
|
\
\
|
|
/
|
*
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag
2014-11-01
1
-0/+18
|
*
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
1
-0/+19
|
*
Merge heads
Serhiy Storchaka
2014-10-30
1
-0/+10
|
|
\
*
|
|
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Berker Peksag
2014-11-01
1
-17/+6
*
|
|
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
1
-0/+19
*
|
|
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
1
-0/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
1
-0/+37
*
|
|
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...
Antoine Pitrou
2014-10-30
1
-0/+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...
Antoine Pitrou
2014-10-30
1
-0/+10
|
|
/
*
|
Issue #22217: Implemented reprs of classes in the zipfile module.
Serhiy Storchaka
2014-10-29
1
-0/+31
*
|
Closes #22173: Merge with 3.4
Zachary Ware
2014-10-29
1
-19/+2
|
\
\
|
|
/
|
*
Issue #22173: Update lib2to3 tests to use unittest test discovery.
Zachary Ware
2014-10-29
1
-19/+2
*
|
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
Victor Stinner
2014-10-29
1
-7/+7
*
|
Issue #18216: gettext now raises an error when a .mo file has an unsupported ...
Antoine Pitrou
2014-10-28
1
-0/+70
*
|
Issue #22596: support.transient_internet() now also catches
Berker Peksag
2014-10-25
2
-6/+4
|
\
\
|
|
/
|
*
Issue #22596: support.transient_internet() now also catches
Berker Peksag
2014-10-25
2
-6/+4
*
|
Issue #13918: Provide a locale.delocalize() function which can remove
Antoine Pitrou
2014-10-23
1
-0/+54
*
|
Issue #22637: avoid using a shell in uuid
Victor Stinner
2014-10-21
1
-19/+19
*
|
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-10-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
Terry Jan Reedy
2014-10-18
1
-1/+1
*
|
Issue #17401: document closefd in io.FileIO docs and add to repr
Robert Collins
2014-10-18
1
-4/+6
*
|
Merge: #9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-17
1
-0/+7
|
\
\
|
|
/
|
*
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-17
1
-0/+7
*
|
Merge: #21991: make headerregistry params property MappingProxyType.
R David Murray
2014-10-17
1
-0/+3
|
\
\
|
|
/
|
*
#21991: make headerregistry params property MappingProxyType.
R David Murray
2014-10-17
1
-0/+3
*
|
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...
Antoine Pitrou
2014-10-17
1
-0/+29
|
\
\
|
|
/
|
*
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...
Antoine Pitrou
2014-10-17
1
-0/+29
*
|
Merge with 3.4
Zachary Ware
2014-10-17
1
-1/+4
|
\
\
|
|
/
|
*
Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built
Zachary Ware
2014-10-17
1
-1/+4
*
|
Issue #16000: Convert test_curses to use unittest
Zachary Ware
2014-10-17
1
-367/+347
|
\
\
|
|
/
|
*
Issue #16000: Convert test_curses to use unittest
Zachary Ware
2014-10-17
1
-367/+347
*
|
merge 3.4 (#22643)
Benjamin Peterson
2014-10-15
1
-0/+1
|
\
\
|
|
/
[next]