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
*
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
*
|
Issue #20633: Replace relative import by absolute import.
Richard Oudkerk
2014-03-23
2
-1/+3
*
|
Update doc version switcher for 3.4/3.5.
Georg Brandl
2014-03-17
1
-1/+2
*
|
improve set_tunnel docs (closes #11448)
Benjamin Peterson
2014-03-16
1
-4/+18
*
|
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
4
-12/+14
*
|
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou
2014-03-16
1
-3/+13
*
|
send people to the right editors page (#20938)
Benjamin Peterson
2014-03-15
1
-1/+2
*
|
Issue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily
2014-03-15
2
-1/+7
*
|
remove runtime_library_dirs for _sqlite; it isn't needed
Benjamin Peterson
2014-03-15
1
-1/+0
*
|
avoid referencing past the bounds of an array
Benjamin Peterson
2014-03-15
1
-1/+1
*
|
only define zero constant when it is used
Benjamin Peterson
2014-03-15
1
-0/+2
*
|
remove unused zero constants
Benjamin Peterson
2014-03-15
1
-3/+0
*
|
#20933: At least one place maps 'test' to 'localhost'...fix test.
R David Murray
2014-03-15
1
-1/+2
*
|
avoid referencing out-of-bounds memory
Benjamin Peterson
2014-03-15
1
-1/+1
*
|
fix c89 declaration order
Benjamin Peterson
2014-03-15
1
-1/+2
*
|
don't do pointer arithmetic with signed numbers
Benjamin Peterson
2014-03-15
1
-1/+2
*
|
#7475: Remove references to '.transform' from transform codec docstrings.
R David Murray
2014-03-14
6
-12/+6
*
|
Clarify distutils’ clean command (ref #6142)
Éric Araujo
2014-03-13
2
-1/+7
*
|
Closes #20908: Memory leak in Reg2Py()
Jesus Cea
2014-03-13
1
-1/+4
*
|
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
4
-22/+57
*
|
weaken callback count inequality (closes #20901)
Benjamin Peterson
2014-03-13
1
-1/+1
*
|
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-13
2
-2/+2
*
|
Fix note markup (#16805).
Éric Araujo
2014-03-12
13
-6/+28
*
|
merge 3.2 (#20896)
Benjamin Peterson
2014-03-12
1
-3/+8
|
\
\
|
|
/
|
*
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
Benjamin Peterson
2014-03-12
1
-3/+8
[next]