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
*
#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack
2013-02-05
1
-0/+11
*
#16811: Fix folding of headers with no value in provisional policies.
R David Murray
2013-02-04
1
-0/+45
*
Issue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka
2013-02-04
1
-36/+43
|
\
|
*
Issue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka
2013-02-04
1
-36/+43
|
*
Fix test_tools hangs on Windows. Patch by Jeremy Kloth.
Serhiy Storchaka
2013-02-04
1
-1/+1
|
*
Issue #16903: Popen.communicate() on Unix now accepts strings when
Serhiy Storchaka
2013-02-04
1
-2/+29
*
|
Do not raise self.skipTest().
Serhiy Storchaka
2013-02-04
1
-2/+1
|
\
\
|
|
/
|
*
Do not raise self.skipTest().
Serhiy Storchaka
2013-02-04
1
-2/+1
*
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
2
-0/+37
|
\
\
|
|
/
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
2
-0/+37
*
|
Way too many places create modules temporarily that never set
Brett Cannon
2013-02-03
1
-6/+0
*
|
merge
Brett Cannon
2013-02-03
1
-0/+24
|
\
\
|
*
\
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-0/+24
|
|
\
\
|
|
|
/
|
|
*
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-0/+24
*
|
|
pyexpat/xml.parsers.expat create their errors and model modules from
Brett Cannon
2013-02-03
1
-0/+4
|
/
/
*
|
Refactor recently added bugfix into more testable code by using a
Gregory P. Smith
2013-02-03
1
-12/+29
*
|
Issue #16698: merge from 3.2
Ned Deily
2013-02-02
1
-0/+7
|
\
\
|
|
/
|
*
Issue #16698: Skip posix test_getgroups when built with OS X
Ned Deily
2013-02-02
1
-0/+7
*
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
1
-3/+34
|
\
\
|
|
/
|
*
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
1
-3/+15
*
|
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-7/+0
|
\
\
|
|
/
|
*
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-7/+0
*
|
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-5/+17
|
\
\
|
|
/
|
*
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-5/+17
*
|
Fix tests for issue #11159.
Serhiy Storchaka
2013-02-02
1
-0/+16
|
\
\
|
|
/
|
*
Fix tests for issue #11159.
Serhiy Storchaka
2013-02-02
1
-0/+16
*
|
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka
2013-02-02
1
-0/+44
|
\
\
|
|
/
|
*
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka
2013-02-02
1
-0/+44
*
|
merge
Brett Cannon
2013-02-01
1
-9/+77
|
\
\
|
*
\
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-9/+77
|
|
\
\
|
|
|
/
|
|
*
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-9/+77
*
|
|
Issue #17098: Be more stringent of setting __loader__ on early imported
Brett Cannon
2013-02-01
1
-0/+6
*
|
|
Add a test for fix of issue #17098
Brett Cannon
2013-02-01
1
-1/+12
|
/
/
*
|
Issue #17041: Fix doctesting when Python is configured with the
Serhiy Storchaka
2013-01-31
2
-2/+4
|
\
\
|
|
/
|
*
Issue #17041: Fix doctesting when Python is configured with the
Serhiy Storchaka
2013-01-31
2
-2/+4
*
|
Added test to ensure localized calendar methods return strings and not bytes.
Serhiy Storchaka
2013-01-31
1
-3/+13
|
\
\
|
|
/
|
*
Added test to ensure localized calendar methods return strings and not bytes.
Serhiy Storchaka
2013-01-31
1
-3/+13
*
|
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-0/+14
|
\
\
|
|
/
|
*
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-0/+14
|
*
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Ned Deily
2013-01-31
2
-6/+290
*
|
Issue #17071: Signature.bind() now works when one of the keyword arguments is...
Antoine Pitrou
2013-01-29
1
-0/+10
*
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+25
|
\
\
|
|
/
|
*
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+24
*
|
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0/+50
|
\
\
|
|
/
|
*
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0/+51
*
|
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-36/+40
|
\
\
|
|
/
|
*
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-36/+40
*
|
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
2
-2/+86
|
\
\
|
|
/
|
*
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
2
-2/+87
*
|
Fix skip conditions in some docstings tests.
Serhiy Storchaka
2013-01-28
2
-3/+3
|
\
\
|
|
/
[next]