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 #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
*
|
add Sean Rodman
Benjamin Peterson
2014-03-12
1
-0/+1
*
|
use support.rmtree instead of shutil (closes #19614)
Benjamin Peterson
2014-03-12
1
-1/+1
*
|
Avoid “error: None” messages from distutils (#4931).
Éric Araujo
2014-03-12
6
-38/+20
*
|
#20030: doc that TestLoader.discover returns a TestSuite.
R David Murray
2014-03-11
1
-5/+5
*
|
improve algorithms_* documentation
Benjamin Peterson
2014-03-11
1
-6/+6
*
|
fix typo (closes #20892)
Benjamin Peterson
2014-03-11
1
-1/+1
*
|
Closes #20090: update Doc/README and the error message in sphinx-build.py to ...
Georg Brandl
2014-03-10
2
-32/+14
*
|
#19953: Clarify the wording of the augmented assignment discussion.
R David Murray
2014-03-09
2
-5/+8
*
|
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Ned Deily
2014-03-09
3
-1/+11
*
|
merge with 3.3.5 release repo
Georg Brandl
2014-03-09
7
-12/+34
|
\
\
|
*
|
Post-release update.
Georg Brandl
2014-03-09
2
-1/+13
|
*
|
Added tag v3.3.5 for changeset 62cf4e77f785
Georg Brandl
2014-03-09
1
-0/+1
|
*
|
Bump to 3.3.5 final.
v3.3.5
Georg Brandl
2014-03-09
6
-8/+16
|
*
|
Added tag v3.3.5rc2 for changeset ca5635efe090
Georg Brandl
2014-03-02
1
-0/+1
*
|
|
hgtouch: remove meta-variable from option spec
Georg Brandl
2014-03-09
1
-1/+1
*
|
|
#10197: Update get[status]output versionchanged with actual version.
R David Murray
2014-03-08
1
-4/+8
*
|
|
Issue #20813: Backport Python 2/3 HOWTO updates
Brett Cannon
2014-03-07
1
-380/+259
*
|
|
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.
Zachary Ware
2014-03-06
1
-0/+5
*
|
|
Issue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka
2014-03-06
3
-20/+84
*
|
|
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson
2014-03-05
8
-15/+66
*
|
|
Fix pickling of rangeiter. rangeiter_setstate would not allow setting it
Kristján Valur Jónsson
2014-03-04
2
-1/+13
*
|
|
Correct comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka
2014-03-03
1
-4/+7
|
/
/
*
|
Bump to 3.3.5rc2.
v3.3.5rc2
Georg Brandl
2014-03-02
5
-6/+6
*
|
Update NEWS for 3.3.5rc2.
Georg Brandl
2014-03-02
1
-17/+38
*
|
Issue #20404: reject non-text encodings early in TextIOWrapper.
Georg Brandl
2014-03-02
5
-39/+134
*
|
merge 3.3.5rc1 release commits with 3.3 branch
Georg Brandl
2014-03-02
8
-10/+12
|
\
\
[next]