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
*
Blurb release and pydoc-topics for 3.4.10 final.
Larry Hastings
2019-03-18
1
-78/+12505
*
[3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-03-16
2
-2/+41
*
bpo-35647: Fix path check in cookiejar (#11436) (#12278)
Xtreak
2019-03-16
2
-5/+35
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-11
2
-0/+40
*
PyDoc and blurb updates for 3.4.10rc1.
Larry Hastings
2019-03-04
1
-12863/+78
*
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872)
Victor Stinner
2019-02-25
2
-2/+4
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11868)
Victor Stinner
2019-02-25
2
-0/+44
*
PyDoc and blurb updates for 3.4.9rc1.
Larry Hastings
2018-07-19
1
-1/+1
*
[3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992)
Steve Dower
2018-05-14
1
-0/+40
*
[3.4] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6035)
Ned Deily
2018-03-11
4
-4/+34
*
[3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5274) (#5...
larryhastings
2018-02-04
1
-0/+1
*
blurb release and pydoc topics for 3.4.8rc1.
Larry Hastings
2018-01-23
1
-78/+12863
*
[3.4] bpo-32072: Fix issues with binary plists. (GH-4455) (#4658)
Serhiy Storchaka
2018-01-22
2
-37/+107
*
Blurb release and pydoc topics for 3.4.7 final.
Larry Hastings
2017-08-09
1
-12863/+78
*
[3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-27
2
-1/+7
*
Update pydoc topics and susp-ignored for 3.4.7rc1.
Larry Hastings
2017-07-24
1
-78/+12863
*
[3.4] Backport CI config from master (#2475)
Victor Stinner
2017-07-22
3
-15/+9
*
[3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (...
Serhiy Storchaka
2017-07-22
1
-0/+8
*
bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782)
Victor Stinner
2017-07-12
2
-3/+22
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291)
Victor Stinner
2017-07-12
2
-13/+40
*
[3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678)...
Serhiy Storchaka
2017-07-11
1
-0/+86
*
[security][3.4] bpo-30730: Prevent environment variables injection in subproc...
Serhiy Storchaka
2017-07-11
2
-2/+46
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Victor Stinner
2017-03-10
1
-15/+21
*
Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)
Larry Hastings
2017-01-02
1
-1/+1
*
Fix test failure so it's no longer dependent on example.com.
Larry Hastings
2017-01-02
1
-1/+1
*
Upgrade pip to 9.0.1 and setuptools to 28.8.0
Donald Stufft
2016-11-16
3
-2/+2
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
2
-8/+20
|
\
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
2
-8/+20
*
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
2
-45/+212
|
\
\
|
|
/
|
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
2
-45/+212
*
|
Upgrade pip to 9.0 and setuptools to 28.7.1
Donald Stufft
2016-11-02
4
-2/+2
*
|
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Yury Selivanov
2016-10-06
2
-9/+40
*
|
Upgrade setuptools to 27.1.2
Donald Stufft
2016-09-09
2
-1/+1
*
|
Upgrade setuptools to 27.1.1
Donald Stufft
2016-09-09
2
-1/+1
*
|
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by deve...
Jason R. Coombs
2016-09-06
1
-2/+5
*
|
Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
Jason R. Coombs
2016-09-02
2
-67/+29
*
|
Backed out changeset cc86e9e102e8
Jason R. Coombs
2016-09-02
1
-2/+9
*
|
Issue #12285: Replace implementation of findall with implementation from Setu...
Jason R. Coombs
2015-09-19
1
-27/+21
*
|
Sort result to avoid spurious errors due to order.
Jason R. Coombs
2015-08-30
1
-2/+2
*
|
Add docstring and additional test revealing nuances of the implementation as ...
Jason R. Coombs
2015-09-19
1
-0/+16
*
|
Add another test capturing the basic discovery expectation.
Jason R. Coombs
2015-08-30
1
-0/+11
*
|
Issue #12285: Add test capturing failure.
Jason R. Coombs
2015-08-30
1
-0/+10
*
|
Use modern mechanism for test discovery
Jason R. Coombs
2015-08-30
1
-5/+2
*
|
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+2
*
|
Update setuptools/pip to 25.2.0/8.1.2
Donald Stufft
2016-08-14
3
-2/+2
*
|
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+3
*
|
Issue #20160: Merged fix from 3.3.
Vinay Sajip
2016-08-05
1
-0/+35
|
\
\
|
|
/
|
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
1
-0/+35
*
|
Merge 3.3
Donald Stufft
2016-08-03
3
-5/+5
|
\
\
|
|
/
|
*
Switch upload.pypi.io to upload.pypi.org
Donald Stufft
2016-08-03
3
-4/+4
[next]