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
*
post 3.3.7, should there be any
3.3
3.3
Ned Deily
2017-09-19
1
-1/+1
*
Bump to 3.3.7
v3.3.7
Ned Deily
2017-09-19
3
-5/+13
*
Link to generated changelog, not website.
Ned Deily
2017-09-07
2
-1/+3
*
Ensure Doc build has Misc/NEWS for changelog
Ned Deily
2017-09-07
2
-1/+15
*
Bump version for post 3.3.7rc1
Ned Deily
2017-09-06
1
-1/+1
*
Bump to 3.3.7rc1
v3.3.7rc1
Ned Deily
2017-09-06
3
-15/+16
*
Remove unused suspicious rules
Ned Deily
2017-09-06
1
-6/+0
*
Backport changes to pyspecific.py
Ned Deily
2017-09-06
1
-58/+66
*
Update pydoc topics for 3.3.7rc1
Ned Deily
2017-09-06
1
-4/+4
*
Update NEWS.d and suspicious doc filter
Ned Deily
2017-09-06
30
-6843/+20776
*
[3.3] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3352)
Victor Stinner
2017-09-06
23
-153/+1289
*
Fix doc role typos in argparse.rst.
Ned Deily
2017-09-04
1
-2/+2
*
[3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-26
3
-1/+10
*
bpo-26657: Fix Windows directory traversal vulnerability with http.server (#7...
Victor Stinner
2017-07-26
3
-3/+25
*
[3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817)
Serhiy Storchaka
2017-07-26
3
-0/+95
*
[3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678)...
Serhiy Storchaka
2017-07-26
4
-29/+143
*
[3.3] bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849)...
Victor Stinner
2017-07-26
4
-52/+208
*
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)
Victor Stinner
2017-07-20
2
-10/+54
*
[security][3.3] bpo-30730: Prevent environment variables injection in subproc...
Serhiy Storchaka
2017-07-19
5
-8/+70
*
[3.3] bpo-30585: [security] raise an error when STARTTLS fails (#225)
Victor Stinner
2017-07-19
2
-0/+8
*
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
Segev Finer
2017-07-16
1
-1/+1
*
[3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (...
Victor Stinner
2017-07-16
17
-607/+1407
*
bpo-23844: Fix test_dh_params failure
Ned Deily
2017-07-16
3
-10/+8
*
Fix test_site test_license_exists_at_url
Ned Deily
2017-07-16
1
-1/+1
*
Fix distutils test_upload failure
Ned Deily
2017-07-16
1
-1/+1
*
Bump PY_VERSION to 3.3.6+
Ned Deily
2017-07-16
1
-1/+1
*
Add "Misc/NEWS.d" directory tree for "blurb". GH-2332
larryhastings
2017-06-22
11
-0/+11
*
ring IDLE.app into 2017, too
Ned Deily
2017-01-02
1
-1/+1
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
8
-9/+10
*
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 #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
3
-45/+216
*
Issue #26171: Prevent buffer overflow in get_data
Berker Peksag
2016-09-14
2
-0/+8
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
2
-8/+9
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
2
-3/+3
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
2
-9/+18
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
2
-4/+22
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
3
-2/+65
*
Switch upload.pypi.io to upload.pypi.org
Donald Stufft
2016-08-03
3
-4/+4
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
5
-0/+42
*
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
Martin Panter
2016-07-14
2
-4/+5
|
\
|
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
3.2
Martin Panter
2016-07-14
2
-4/+5
|
*
Issue #22758: Move NEWS entry to Library section
Martin Panter
2016-07-14
1
-3/+3
*
|
#22758 null merge
R David Murray
2016-07-10
0
-0/+0
|
\
\
|
|
/
|
*
#22758: fix regression in handling of secure cookies.
R David Murray
2016-07-10
3
-11/+61
*
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-4/+4
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
3
-0/+27
*
|
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
Martin Panter
2016-01-15
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
Martin Panter
2016-01-15
1
-1/+3
*
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
Martin Panter
2016-01-14
7
-89/+111
|
\
\
|
|
/
[next]