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
*
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...
Antoine Pitrou
2013-04-26
2
-1/+74
*
merge heads
Giampaolo Rodola'
2013-04-26
4
-45/+86
|
\
|
*
17830: preserve line endings of original file when updating keywords.
R David Murray
2013-04-25
2
-38/+42
|
*
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
Senthil Kumaran
2013-04-25
2
-7/+44
*
|
ftplib: update connect() docstring by mentioning 'timeout' argument
Giampaolo Rodola'
2013-04-26
1
-0/+1
|
/
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
|
\
|
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
*
|
Issue #17244: Windows doesn't let you set permissions on directories.
Brett Cannon
2013-04-24
1
-0/+2
*
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-23
1
-0/+12
|
\
\
|
|
/
|
*
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-23
1
-0/+12
|
*
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
Łukasz Langa
2013-04-23
1
-1/+2
*
|
fix character index in ExtendedInterpolation's exception message
Łukasz Langa
2013-04-23
1
-1/+1
|
\
\
|
|
/
|
*
fix character index in ExtendedInterpolation's exception message
Łukasz Langa
2013-04-23
1
-1/+1
*
|
(3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
2
-2/+14
|
\
\
|
|
/
|
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
2
-2/+14
*
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-20/+18
|
\
\
|
|
/
|
*
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-20/+18
*
|
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
Serhiy Storchaka
2013-04-22
2
-2/+56
*
|
Closes #17795: Reverted backwards-incompatible change in SysLogHandler with U...
Vinay Sajip
2013-04-22
1
-4/+27
|
\
\
|
|
/
|
*
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...
Vinay Sajip
2013-04-22
1
-5/+24
*
|
Merge #17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
|
\
\
|
|
/
|
*
#17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
*
|
Merge removal of duplicated tests from 3.3.
Ezio Melotti
2013-04-21
1
-21/+0
|
\
\
|
|
/
|
*
Remove duplicated tests.
Ezio Melotti
2013-04-21
1
-21/+0
*
|
Merge 3.3
Alexandre Vassalotti
2013-04-20
2
-6/+62
|
\
\
|
|
/
|
*
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
Alexandre Vassalotti
2013-04-20
2
-6/+62
*
|
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
3
-33/+472
*
|
Remove superfluous try/except
Eli Bendersky
2013-04-20
1
-12/+6
*
|
Make license notices more consistent and remove old changelog.
Eli Bendersky
2013-04-20
1
-4/+3
*
|
#9607: restore keywords.kwlist after testing it.
R David Murray
2013-04-20
1
-0/+2
*
|
#9607: Add tests for the keyword module.
R David Murray
2013-04-20
2
-1/+135
*
|
Merge #17413: make sure settrace funcs get passed exception instances for 'va...
R David Murray
2013-04-19
1
-0/+23
|
\
\
|
|
/
|
*
#17413: make sure settrace funcs get passed exception instances for 'value'.
R David Murray
2013-04-19
1
-0/+23
*
|
#17790: merge with 3.3.
Ezio Melotti
2013-04-19
1
-84/+31
|
\
\
|
|
/
|
*
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-04-19
1
-84/+31
*
|
#17789: merge with 3.3.
Ezio Melotti
2013-04-19
1
-27/+12
|
\
\
|
|
/
|
*
#17789: test_random now works with unittest test discovery. Patch by Zachary...
Ezio Melotti
2013-04-19
1
-27/+12
*
|
#17779: merge with 3.3.
Ezio Melotti
2013-04-19
1
-5/+4
|
\
\
|
|
/
|
*
#17779: test_osx_env now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-19
1
-5/+4
*
|
Fix uploadTestCase to work even when HTTPSConnection is not available.
Ezio Melotti
2013-04-19
1
-5/+5
*
|
#11182: remove the unused and undocumented pydoc.Scanner class. Patch by Mar...
Ezio Melotti
2013-04-18
1
-24/+0
*
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...
Antoine Pitrou
2013-04-18
2
-109/+224
*
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
2
-2/+35
|
\
\
|
|
/
|
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
2
-2/+35
|
*
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
2
-1/+8
*
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
2
-1/+8
*
|
#14735: merge with 3.3.
Roger Serwy
2013-04-17
1
-2/+1
|
\
\
|
|
/
|
*
#14735: Update IDLE docs to omit "Control-z on Windows".
Roger Serwy
2013-04-17
1
-2/+1
*
|
#17766: merge with 3.3.
Ezio Melotti
2013-04-17
1
-32/+14
|
\
\
|
|
/
|
*
#17766: test_iterlen now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-17
1
-32/+14
[next]