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
*
unicode_writer_finish() checks string consistency
Victor Stinner
2012-05-09
1
-0/+4
*
Issue #14727: Fix race in test_multiprocessing
Richard Oudkerk
2012-05-08
1
-1/+1
*
Minor fix for test_multiprocessing
Richard Oudkerk
2012-05-08
1
-1/+1
*
merge 3.2
Benjamin Peterson
2012-05-08
1
-9/+0
|
\
|
*
remove basically bitrotted XXXs
Benjamin Peterson
2012-05-08
1
-9/+0
*
|
explicitly set UnsupportedOperation's module rather than relying on incorrect...
Benjamin Peterson
2012-05-08
1
-0/+3
*
|
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tool...
Mark Dickinson
2012-05-07
1
-1/+1
*
|
Issue #14583: Fix importlib bug when a package's __init__.py would first impo...
Antoine Pitrou
2012-05-07
3
-2/+62
*
|
Issue #14741: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #14741: Fix missing support for ellipsis in parser module.
Mark Dickinson
2012-05-07
1
-0/+2
*
|
Issue #14697: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+23
|
\
\
|
|
/
|
*
Issue #14697: Fix missing parser module support for set displays and set comp...
Mark Dickinson
2012-05-07
1
-0/+23
*
|
Issue #14701: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+8
|
\
\
|
|
/
|
*
Issue #14701: Add missing support for 'raise ... from' in parser module.
Mark Dickinson
2012-05-07
1
-0/+8
|
*
#13183: backport fixes to test_pdb to 3.2 branch
Georg Brandl
2012-05-06
1
-2/+5
|
*
Fix for issue 14725 for 3.2 branch
Richard Oudkerk
2012-05-05
2
-1/+21
*
|
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...
Mark Dickinson
2012-05-07
1
-0/+4
*
|
Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
Mark Dickinson
2012-05-07
1
-0/+5
*
|
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...
Nadeem Vawda
2012-05-06
2
-5/+5
*
|
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda
2012-05-06
2
-0/+44
*
|
Really fix test_gzip failures on Windows.
Nadeem Vawda
2012-05-06
1
-5/+7
*
|
Make test_multiprocessing more lenient about another timeout check
Richard Oudkerk
2012-05-06
1
-4/+7
*
|
Make AcquirerProxy.acquire() support timeout argument
Richard Oudkerk
2012-05-06
1
-2/+3
*
|
Fix test_gzip failures on Windows.
Nadeem Vawda
2012-05-06
1
-3/+3
*
|
Separate tests for gzip.GzipFile and gzip.open.
Nadeem Vawda
2012-05-06
1
-15/+14
*
|
Closes #13989: Add support for text modes to gzip.open().
Nadeem Vawda
2012-05-06
2
-9/+121
*
|
#12660: Skip test_gdb when run from an installed Python.
Vinay Sajip
2012-05-06
1
-0/+4
*
|
Issue #9116: Allowed test to pass on Windows by adjusting the test condition ...
Vinay Sajip
2012-05-06
1
-2/+2
*
|
Closes #14729: Allowed test to pass on Windows by adjusting the test conditio...
Vinay Sajip
2012-05-06
1
-1/+1
*
|
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Larry Hastings
2012-05-05
1
-0/+31
*
|
Fix for Issue 14725 for 3.3 branch.
Richard Oudkerk
2012-05-05
2
-9/+33
*
|
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
Lars Gustäbel
2012-05-05
2
-192/+73
*
|
don't append the bytecode suffix to the source suffixes global
Benjamin Peterson
2012-05-05
1
-2/+1
*
|
Clean up a docstring.
Brett Cannon
2012-05-04
1
-6/+1
*
|
Jython-friendly tweak.
Brett Cannon
2012-05-04
1
-1/+1
*
|
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
8
-56/+25
*
|
Properly mark names in importlib._bootstrap as private.
Brett Cannon
2012-05-04
2
-37/+37
*
|
Fix test connecting to sha256.tbs-internet.com.
Antoine Pitrou
2012-05-04
2
-114/+119
|
\
\
|
|
/
|
*
Fix test connecting to sha256.tbs-internet.com.
Antoine Pitrou
2012-05-04
2
-114/+119
*
|
Give test_multiprocessing better chance of avoiding timeout failures on Windows
Richard Oudkerk
2012-05-04
1
-7/+16
*
|
Issue #14127: Fix no-op stub for platforms that lack some "os" functions.
Larry Hastings
2012-05-03
1
-1/+1
*
|
Fix dangling warning for test_multiprocessing
Richard Oudkerk
2012-05-03
2
-1/+7
*
|
Merged hanged order of cleanup operations from 3.2.
Vinay Sajip
2012-05-03
1
-1/+1
|
\
\
|
|
/
|
*
Changed order of cleanup operations to be more sensible.
Vinay Sajip
2012-05-03
1
-1/+1
*
|
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings
2012-05-03
2
-15/+73
*
|
Merge.
Charles-François Natali
2012-05-02
1
-8/+13
|
\
\
|
*
|
Make test_multiprocessing cleanup properly
Richard Oudkerk
2012-05-02
1
-8/+13
*
|
|
os.popen().close() returns None on success, not 0...
Charles-François Natali
2012-05-02
1
-2/+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
os.popen().close() returns None on success, not 0...
Charles-François Natali
2012-05-02
1
-1/+1
*
|
Issue #14698: Make test_posix more robust when the current UID doesn't have an
Charles-François Natali
2012-05-02
1
-3/+9
|
\
\
|
|
/
[next]