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 #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
4
-0/+42
|
\
|
*
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
4
-0/+42
*
|
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
2
-0/+33
|
\
\
|
|
/
|
*
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
2
-0/+33
*
|
(Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana
Victor Stinner
2014-01-08
1
-2/+16
|
\
\
|
|
/
|
*
Issue #20113: Fix test_posix on OpenIndiana
Victor Stinner
2014-01-08
1
-2/+16
*
|
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
Victor Stinner
2014-01-08
2
-1/+18
|
\
\
|
|
/
|
*
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
Victor Stinner
2014-01-08
2
-1/+18
*
|
Issue 19713: Remove PEP 451-related code that should have been factored out.
Eric Snow
2014-01-08
1
-24/+4
*
|
Fixes issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-19/+85
|
\
\
|
|
/
|
*
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-19/+85
*
|
Fix typo in asyncio/streams.py.
Guido van Rossum
2014-01-08
1
-1/+1
*
|
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon
2014-01-07
2
-6/+158
*
|
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
2
-8/+61
*
|
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
Serhiy Storchaka
2014-01-07
6
-71/+151
|
\
\
|
|
/
|
*
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
Serhiy Storchaka
2014-01-07
6
-71/+151
*
|
Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in
Victor Stinner
2014-01-07
1
-9/+10
*
|
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
13
-95/+307
*
|
Remove more usage of APIs deprecated by PEP 451.
Eric Snow
2014-01-07
3
-14/+16
*
|
Issue #19703: Update pydoc to use the new importer APIs.
Eric Snow
2014-01-07
2
-4/+15
*
|
Remove dead PEP 451 code.
Eric Snow
2014-01-07
2
-22/+0
*
|
asyncio: Fix deadlock in readexactly(). Fixes issue #20154.
Guido van Rossum
2014-01-07
1
-10/+19
*
|
Merge 3.4.0b2 release revisions back into mainline.
Larry Hastings
2014-01-06
3
-6/+30
|
\
\
|
*
|
Issue19995: %o, %x, %X now only accept ints
Ethan Furman
2014-01-05
3
-6/+30
*
|
|
Bump version number for 3.4.0b2.
v3.4.0b2
Larry Hastings
2014-01-05
2
-2/+2
*
|
|
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Larry Hastings
2014-01-05
1
-5/+5
|
/
/
*
|
Issue 20123: Disable a problematic test.
Eric Snow
2014-01-05
1
-2/+3
*
|
Issue 20123: try using a different builtin module in a pydoc test.
Eric Snow
2014-01-05
1
-2/+2
*
|
whatsnew: XMLPullParser, plus some doc updates.
R David Murray
2014-01-05
1
-1/+1
*
|
Issue 20123: Fix pydoc.synopsis() for "binary" modules.
Eric Snow
2014-01-05
2
-23/+75
*
|
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow
2014-01-04
2
-15/+30
*
|
Issue #19713: Move away from using find_module/load_module.
Eric Snow
2014-01-04
1
-4/+5
*
|
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow
2014-01-04
4
-2/+37
*
|
* Issue #16113: Remove sha3 module again.
Martin v. Löwis
2014-01-03
2
-120/+2
*
|
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow
2014-01-03
2
-1/+30
*
|
Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor o...
Daniel Holth
2014-01-03
1
-1/+3
*
|
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
Victor Stinner
2014-01-03
1
-0/+5
*
|
asyncio: make PY34 symbol private (rename it to _PY34)
Victor Stinner
2014-01-02
1
-2/+2
*
|
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
Antoine Pitrou
2014-01-02
2
-0/+26
*
|
merge 3.3 (closes #20108)
Benjamin Peterson
2014-01-02
1
-1/+3
|
\
\
|
|
/
|
*
avoid parameter name clash (closes #20108)
Benjamin Peterson
2014-01-02
1
-1/+3
*
|
Issue #20101: Merge with 3.3
Zachary Ware
2014-01-02
1
-1/+2
|
\
\
|
|
/
|
*
Issue #20101: Allow test_monotonic to pass on Windows machines on which
Zachary Ware
2014-01-02
1
-1/+2
*
|
Update pip to the released 1.5
Donald Stufft
2014-01-02
3
-16/+10
*
|
(Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters
Victor Stinner
2014-01-02
1
-0/+14
|
\
\
|
|
/
|
*
Issue #18829: Add tests for the csv module for invalid characters (delimiter,
Victor Stinner
2014-01-02
1
-0/+13
*
|
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou
2014-01-01
1
-13/+19
|
\
\
|
|
/
|
*
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou
2014-01-01
1
-13/+19
|
*
Backporing the fix from Issue #12692
Senthil Kumaran
2013-12-29
2
-0/+7
*
|
Update setuptools to 2.0.2
Donald Stufft
2013-12-31
2
-1/+1
[next]