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
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
4
-0/+16
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
4
-7/+9
*
Backout 7d399099334d.
Georg Brandl
2013-11-04
1
-3/+0
*
Backout 265d369ad3b9.
Georg Brandl
2013-11-04
1
-2/+1
*
Backout d80207d15294.
Georg Brandl
2013-11-04
1
-31/+0
*
Update NEWS for 265d369ad3b9.
Jason R. Coombs
2013-11-02
1
-0/+3
*
Issue #19286: [distutils] Only match files in build_py.find_data_files.
Jason R. Coombs
2013-11-02
1
-1/+2
*
Issue #19286: Adding test demonstrating the failure when a directory is found...
Jason R. Coombs
2013-11-02
1
-0/+31
*
merge 3.1 (#19435)
Benjamin Peterson
2013-10-30
3
-5/+18
|
\
|
*
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
3
-5/+16
*
|
Merge #14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
|
\
\
|
|
/
|
*
#14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
*
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
4
-6/+61
|
\
\
|
|
/
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
4
-6/+61
*
|
Null merge of 3.1 into 3.2
Tim Peters
2013-09-15
0
-0/+0
|
\
\
|
|
/
|
*
Fix tkinter regression introduced by the security fix in #16248.
Georg Brandl
2013-09-14
1
-1/+1
*
|
Add a NEWS entry for b9b521efeba3.
Georg Brandl
2013-09-14
1
-0/+3
*
|
Add NEWS entry for c18c18774e24.
Georg Brandl
2013-09-14
1
-0/+11
*
|
Fix tkinter regression introduced by the security fix in #16248.
Georg Brandl
2013-09-14
1
-1/+1
*
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
3
-1/+22
*
|
Added tag v3.2.5 for changeset cef745775b65
Georg Brandl
2013-05-12
1
-0/+1
*
|
Bump to version 3.2.5.
v3.2.5
Georg Brandl
2013-05-12
6
-7/+7
*
|
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl
2013-05-12
3
-0/+39
*
|
Issue #1159051: Back out a fix for handling corrupted gzip files that
Georg Brandl
2013-05-12
4
-68/+41
*
|
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
4
-7/+13
*
|
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Georg Brandl
2013-05-12
3
-7/+12
*
|
Issue #15535: Fix pickling of named tuples.
Georg Brandl
2013-05-12
3
-0/+8
*
|
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
3
-4/+23
*
|
news entry
Gregory P. Smith
2013-04-30
1
-0/+4
*
|
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
*
|
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
Gregory P. Smith
2013-04-30
3
-33/+58
*
|
Added tag v3.2.4 for changeset 1e10bdeabe3d
Georg Brandl
2013-04-06
1
-0/+1
*
|
Bump to 3.2.4.
v3.2.4
Georg Brandl
2013-04-06
7
-13/+11
*
|
close search and replace dialog after it is used (closes #17625)
Benjamin Peterson
2013-04-04
2
-0/+12
*
|
merge
Georg Brandl
2013-04-02
1
-0/+2
|
\
\
|
*
|
Add 3.2.4 UUIDs
Martin v. Löwis
2013-03-30
1
-0/+2
*
|
|
Fix XML vulnerability link references.
Georg Brandl
2013-03-28
1
-2/+2
*
|
|
merge with last upstream doc changes in 3.2
Georg Brandl
2013-03-28
3
-13/+18
|
\
\
\
|
*
|
|
Update suspicious ignore file.
Ezio Melotti
2013-03-28
4
-12/+11
|
*
|
|
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
2
-4/+11
|
*
|
|
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
10
-0/+187
*
|
|
|
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
10
-0/+187
|
|
/
/
|
/
|
|
*
|
|
Added tag v3.2.4rc1 for changeset b2cb7bc1edb8
Georg Brandl
2013-03-25
1
-0/+1
*
|
|
merge with main repo 3.2 branch
v3.2.4rc1
Georg Brandl
2013-03-25
10
-27/+62
|
\
\
\
|
|
/
/
|
*
|
Issue #17425: Build with openssl 1.0.0k on Windows.
Martin v. Loewis
2013-03-24
6
-7/+9
|
*
|
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
1
-1/+4
|
*
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
4
-19/+49
*
|
|
Copyright update to 2013.
Georg Brandl
2013-03-23
7
-9/+12
*
|
|
Bump to 3.2.4rc1.
Georg Brandl
2013-03-23
6
-13/+13
*
|
|
Fix suspicious markup in the docs.
Georg Brandl
2013-03-23
4
-5/+10
[next]