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
...
|
*
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Georg Brandl
2014-09-30
3
-6/+43
|
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2014-09-30
4
-2/+18
|
*
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Georg Brandl
2014-09-30
4
-6/+185
*
|
Added tag v3.3.6 for changeset 971fec30da1f
Georg Brandl
2014-10-12
1
-0/+1
*
|
Bump to 3.3.6
v3.3.6
Georg Brandl
2014-10-12
5
-8/+8
*
|
Added tag v3.3.6rc1 for changeset 51317c9786f5
Georg Brandl
2014-10-04
1
-0/+1
*
|
Issue #22518: Fixed integer overflow issues in "backslashreplace",
v3.3.6rc1
Serhiy Storchaka
2014-10-04
2
-2/+9
*
|
Bump to 3.3.6rc1
Georg Brandl
2014-10-04
6
-12/+12
*
|
prevent overflow in unicode_repr (closes #22520)
Benjamin Peterson
2014-09-30
2
-11/+20
*
|
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
3
-0/+11
*
|
these variables ought to be Py_ssize_t
Benjamin Peterson
2014-09-29
1
-1/+1
*
|
fix overflow checking in PyBytes_Repr (closes #22519)
Benjamin Peterson
2014-09-29
2
-12/+18
*
|
NEWS issue for #22518
Benjamin Peterson
2014-09-29
1
-0/+2
*
|
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...
Benjamin Peterson
2014-09-29
1
-18/+56
*
|
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
4
-1/+18
*
|
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...
Senthil Kumaran
2014-09-17
2
-2/+4
*
|
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou
2014-09-16
4
-1/+16
*
|
Issue #13540: Merge changes from 3.2
Jason R. Coombs
2014-08-03
1
-19/+53
|
\
\
|
|
/
|
*
Issue #13540: Update references to Action class to match syntax used for othe...
Jason R. Coombs
2014-08-03
1
-2/+2
|
*
Issue #13540: Removed redundant documentation about Action instance attribute...
Jason R. Coombs
2014-07-20
1
-49/+26
|
*
Issue #13540: Expanded argparse documents to clarify the action API
Jason R. Coombs
2011-12-14
1
-19/+76
*
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
Ned Deily
2014-07-13
4
-5/+25
|
\
\
|
|
/
|
*
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
Ned Deily
2014-07-13
4
-5/+25
*
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea
2014-06-25
1
-2/+16
*
|
Closes #21441: Reorder elements in documentation to match actual order in the...
Jesus Cea
2014-06-25
1
-10/+10
*
|
merge 3.2
Benjamin Peterson
2014-06-17
1
-1/+1
|
\
\
|
|
/
|
*
expect the correct platform-dependent linesep
Benjamin Peterson
2014-06-17
1
-1/+1
*
|
merge 3.2 (#21766)
Benjamin Peterson
2014-06-15
3
-1/+9
|
\
\
|
|
/
|
*
url unquote the path before checking if it refers to a CGI script (closes #21...
Benjamin Peterson
2014-06-15
3
-1/+9
*
|
Update docs to reflect resurrection of Setuptools over Distribute
Jason R. Coombs
2014-05-13
1
-2/+2
*
|
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Kristján Valur Jónsson
2014-05-08
2
-7/+7
*
|
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
4
-13/+15
*
|
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
*
|
merge 3.2
Benjamin Peterson
2014-04-14
0
-0/+0
|
\
\
|
|
/
|
*
fix poor spelling
Benjamin Peterson
2014-04-14
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2014-04-14
1
-4/+5
|
\
\
|
|
/
|
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-4/+5
*
|
merge 3.2
Benjamin Peterson
2014-04-14
4
-1/+12
|
\
\
|
|
/
|
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
4
-1/+12
*
|
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
merge 3.2
Benjamin Peterson
2014-04-04
0
-0/+0
|
\
\
|
|
/
|
*
fix versionchanged version
Benjamin Peterson
2014-04-04
1
-2/+2
*
|
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
4
-34/+20
|
\
\
|
|
/
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
4
-32/+20
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-2/+2
|
\
\
|
|
/
|
*
use https docs url (#21115)
Benjamin Peterson
2014-03-31
1
-2/+2
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-0/+1
|
\
\
|
|
/
|
*
add Ian Beer
Benjamin Peterson
2014-03-31
1
-0/+1
*
|
merge 3.2
Benjamin Peterson
2014-03-30
1
-19/+19
|
\
\
|
|
/
|
*
fix expandtabs overflow detection to be consistent and not rely on signed ove...
Benjamin Peterson
2014-03-30
1
-19/+19
[prev]
[next]