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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove retired and security branches from active docs (#3883)
3.4
Ned Deily
2017-10-04
2
-7/+5
*
[3.4][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3353)
Victor Stinner
2017-09-24
23
-153/+1289
*
bpo-29169: Update zlib to 1.2.11 (#3107)
Victor Stinner
2017-08-16
29
-1176/+2106
*
Post-release bump for 3.4.7 final.
Larry Hastings
2017-08-09
1
-1/+1
*
Version bump for 3.4.7 final.
v3.4.7
Larry Hastings
2017-08-09
2
-5/+5
*
Blurb release and pydoc topics for 3.4.7 final.
Larry Hastings
2017-08-09
3
-12865/+86
*
[3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#...
Ned Deily
2017-07-28
1
-1/+13
*
[3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-27
3
-1/+9
*
Post-release bump for 3.4.7rc1.
Larry Hastings
2017-07-25
1
-1/+1
*
Version bump and copyright year fixes for 3.4.7rc1.
v3.4.7rc1
Larry Hastings
2017-07-24
4
-9/+10
*
Update pydoc topics and susp-ignored for 3.4.7rc1.
Larry Hastings
2017-07-24
2
-79/+12864
*
blurb release for 3.4.7rc1.
Larry Hastings
2017-07-24
10
-30/+99
*
Switch to using blurb to manage Misc/NEWS!
Larry Hastings
2017-07-24
39
-10645/+32268
*
[3.4] Backport CI config from master (#2475)
Victor Stinner
2017-07-22
6
-15/+152
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2724)
Ned Deily
2017-07-22
1
-1/+1
*
[3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (...
Serhiy Storchaka
2017-07-22
3
-12/+22
*
bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782)
Victor Stinner
2017-07-12
3
-3/+25
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291)
Victor Stinner
2017-07-12
4
-13/+45
*
[3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (...
Victor Stinner
2017-07-12
18
-610/+1388
*
[3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678)...
Serhiy Storchaka
2017-07-11
4
-30/+143
*
[security][3.4] bpo-30730: Prevent environment variables injection in subproc...
Serhiy Storchaka
2017-07-11
5
-8/+71
*
Add "Misc/NEWS.d" directory tree for "blurb". GH-2331
larryhastings
2017-06-22
11
-0/+11
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Victor Stinner
2017-03-10
3
-15/+29
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280)
Barry Warsaw
2017-02-24
2
-0/+12
*
Post-release updates for 3.4.6.
Larry Hastings
2017-01-17
2
-2/+14
*
Added tag v3.4.6 for changeset b662f4776921
Larry Hastings
2017-01-16
1
-0/+1
*
Version bump for Python 3.4.6.
v3.4.6
Larry Hastings
2017-01-16
3
-10/+6
*
Merge Python 3.4.6rc1 changes back into main branch.
Larry Hastings
2017-01-03
1
-1/+1
|
\
|
*
merge 3.3
Ned Deily
2017-01-02
1
-1/+1
|
|
\
|
|
*
ring IDLE.app into 2017, too
Ned Deily
2017-01-02
1
-1/+1
*
|
|
Post-release fixups for Python 3.4.6rc1.
Larry Hastings
2017-01-03
2
-1/+13
*
|
|
Added tag v3.4.6rc1 for changeset e199a272ccda
Larry Hastings
2017-01-02
1
-0/+1
*
|
|
Version bump for 3.4.6rc1.
v3.4.6rc1
Larry Hastings
2017-01-02
3
-7/+7
*
|
|
Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)
Larry Hastings
2017-01-02
3
-5/+5
|
/
/
*
|
Fix test failure so it's no longer dependent on example.com.
Larry Hastings
2017-01-02
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2017-01-02
8
-9/+10
|
\
\
|
|
/
|
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
8
-9/+10
*
|
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 #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
2
-1/+4
|
\
\
|
|
/
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
2
-1/+4
*
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
3
-45/+216
|
\
\
|
|
/
|
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
3
-45/+216
*
|
Upgrade pip to 9.0 and setuptools to 28.7.1
Donald Stufft
2016-11-02
4
-2/+2
*
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
2
-10/+5
*
|
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
Zachary Ware
2016-10-11
4
-3/+8
*
|
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Yury Selivanov
2016-10-06
3
-9/+43
*
|
properly handle the single null-byte file (closes #24022)
Benjamin Peterson
2016-09-19
1
-1/+1
*
|
Issue #26171: Null merge
Berker Peksag
2016-09-14
0
-0/+0
|
\
\
|
|
/
[next]