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
*
open retrieved file in binary mode, since it's now compressed
Benjamin Peterson
2014-02-20
1
-3/+3
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+8
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
3
-7/+7
*
Backout 265d369ad3b9.
Georg Brandl
2013-11-04
1
-2/+1
*
Backout d80207d15294.
Georg Brandl
2013-11-04
1
-31/+0
*
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
2
-5/+16
|
\
|
*
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
2
-5/+14
*
|
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
2
-6/+47
|
\
\
|
|
/
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
2
-6/+47
|
*
Fix tkinter regression introduced by the security fix in #16248.
Georg Brandl
2013-09-14
1
-1/+1
|
*
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
1
-1/+3
|
*
bump to 3.1.5 final
v3.1.5
Benjamin Peterson
2012-04-06
2
-2/+2
|
*
bump to 3.1.5rc2
Benjamin Peterson
2012-03-15
2
-2/+2
|
*
version now 3.1.5rc1
v3.1.5rc1
Benjamin Peterson
2012-02-23
2
-2/+2
|
*
Remove setting hash seed to regrtest's random seed and re-execv()ing: this do...
Georg Brandl
2012-02-20
1
-5/+0
|
*
Fix dbm_gnu test relying on set order.
Georg Brandl
2012-02-20
1
-1/+1
*
|
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
2
-1/+19
*
|
Bump to version 3.2.5.
v3.2.5
Georg Brandl
2013-05-12
2
-2/+2
*
|
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl
2013-05-12
2
-0/+36
*
|
Issue #1159051: Back out a fix for handling corrupted gzip files that
Georg Brandl
2013-05-12
3
-66/+38
*
|
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Georg Brandl
2013-05-12
2
-7/+6
*
|
Issue #15535: Fix pickling of named tuples.
Georg Brandl
2013-05-12
2
-0/+5
*
|
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
2
-1/+9
*
|
Bump to 3.2.4.
v3.2.4
Georg Brandl
2013-04-06
3
-6/+4
*
|
close search and replace dialog after it is used (closes #17625)
Benjamin Peterson
2013-04-04
1
-0/+1
*
|
merge with last upstream doc changes in 3.2
Georg Brandl
2013-03-28
1
-1/+1
|
\
\
|
*
|
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
1
-1/+1
*
|
|
merge with main repo 3.2 branch
v3.2.4rc1
Georg Brandl
2013-03-25
3
-10/+35
|
\
\
\
|
|
/
/
|
*
|
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
2
-9/+31
*
|
|
Bump to 3.2.4rc1.
Georg Brandl
2013-03-23
2
-2/+2
*
|
|
Update pydoc topics.
Georg Brandl
2013-03-23
1
-17/+17
|
/
/
*
|
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
2
-4/+34
*
|
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
2
-6/+60
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-11/+14
*
|
#5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
*
|
#5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
*
|
remove the long obsolete mention of universal newlines mode only being
Gregory P. Smith
2013-03-21
1
-4/+3
*
|
#5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
2
-3/+75
*
|
#17493: re-enable a test on Windows. Patch by Zachary Ware.
Ezio Melotti
2013-03-20
1
-11/+9
*
|
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...
Senthil Kumaran
2013-03-19
1
-1/+9
*
|
#17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak
Senthil Kumaran
2013-03-19
1
-0/+3
*
|
#17443: Fix buffering in IMAP4_stream.
R David Murray
2013-03-19
1
-0/+2
*
|
Fix usage of the unittest.skip decorator.
Serhiy Storchaka
2013-03-19
1
-1/+1
*
|
#17476: make allmethods actually return all methods.
R David Murray
2013-03-19
2
-1/+28
[next]