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
*
Update OS X installer build script for changes to documentation build:
Ned Deily
2014-09-05
1
-11/+5
*
Issue #20643: Fixed references to the next() method (distinguish from the
Serhiy Storchaka
2014-09-05
8
-28/+27
*
Issue #22340: Fix test_collections if the sets module was already imported
Victor Stinner
2014-09-05
1
-2/+2
*
Issue #22340: Fix Python 3 warnings in Python 2 tests
Victor Stinner
2014-09-05
8
-38/+63
*
backport our own copy of the ref-counting extension
Benjamin Peterson
2014-09-05
2
-2/+122
*
regrtest: backport "[ 1/399]" progress back from Python 3
Victor Stinner
2014-09-05
1
-4/+15
*
Issue #22221: Backported fixes from Python 3 (issue #18960).
Serhiy Storchaka
2014-09-05
6
-5/+52
*
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Benjamin Peterson
2014-09-05
5
-98/+164
*
fix malformed use cmdoption directive
Benjamin Peterson
2014-09-05
1
-1/+2
*
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
Alex Gaynor
2014-09-04
1
-1/+1
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
5
-24/+84
*
the correct role is :meth: not :method:
Benjamin Peterson
2014-09-04
1
-8/+6
*
remove script that now lives at https://github.com/python/docsbuild-scripts
Benjamin Peterson
2014-09-02
1
-135/+0
*
NEWS items for Idle.
Terry Jan Reedy
2014-09-03
1
-0/+9
*
NEWS items for turtledemo.
Terry Jan Reedy
2014-09-03
1
-0/+12
*
Issue #22051: remove unneeded reload that allowed bad code.
Terry Jan Reedy
2014-09-03
1
-1/+0
*
Issue #22320: Fix broken link in the General Python FAQ.
Ned Deily
2014-09-01
1
-1/+2
*
don't index outside of the path (closes #22312)
Benjamin Peterson
2014-08-31
3
-1/+4
*
getuid() returns real process id not effective (closes #22307)
Benjamin Peterson
2014-08-31
1
-4/+4
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
3
-0/+23
*
PEP 466: backport persistent urandom fd (closes #21305)
Benjamin Peterson
2014-08-28
4
-16/+83
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
5
-4/+106
*
fix load_verify_locations on unicode paths (closes #22244)
Benjamin Peterson
2014-08-28
2
-8/+27
*
correct call grammar error (#3473)
Benjamin Peterson
2014-08-28
1
-1/+1
*
properly handle file closing in error cases (closes #22266)
Benjamin Peterson
2014-08-28
1
-29/+48
*
Issue 22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
2
-0/+7
*
allow test to work on implementations not using ref-counting (closes #22265)
Benjamin Peterson
2014-08-24
1
-0/+1
*
fix some test_weakref tests to not rely on ref-counting (closes #22267)
Benjamin Peterson
2014-08-24
1
-0/+2
*
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Benjamin Peterson
2014-08-24
3
-1/+16
*
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
14
-264/+229
*
Issue #21166: fix typo in comment
Ned Deily
2014-08-24
1
-1/+1
*
Issue #22243: fix except grammar in reference.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
Merge heads.
Terry Jan Reedy
2014-08-23
1
-1/+0
|
\
|
*
Idle ColorDelegator: finish removing code for 'as'.
Terry Jan Reedy
2014-08-19
1
-1/+0
*
|
Update PEP 466 What's New in 2.7 section
Nick Coghlan
2014-08-23
1
-6/+16
*
|
Issue #22199: update Misc/NEWS
Ned Deily
2014-08-22
1
-0/+3
*
|
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
Ned Deily
2014-08-22
3
-2/+18
*
|
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
4
-1/+20
*
|
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
5
-2/+25
*
|
Import Tkinter as tkinter to help merging and avoid backporting errors.
Serhiy Storchaka
2014-08-21
9
-214/+214
*
|
Issue #1730136: Fix backported exception name.
Ned Deily
2014-08-21
1
-1/+1
*
|
fix error message for invalid curve name
Benjamin Peterson
2014-08-21
1
-1/+5
*
|
Backed out changeset 7c19f1f792c6
Benjamin Peterson
2014-08-20
1
-2/+5
*
|
don't call rl_initialize when stdout is not a tty
Benjamin Peterson
2014-08-20
1
-5/+2
*
|
expect socket.error instead of the py3ism OSError
Benjamin Peterson
2014-08-20
1
-1/+1
*
|
allow any socket error for rude shutdown test
Benjamin Peterson
2014-08-20
1
-1/+1
*
|
link _ssl to crypt32.lib on windoze
Benjamin Peterson
2014-08-20
1
-8/+8
*
|
PyUnicode -> PyString and PyLong -> PyInt
Benjamin Peterson
2014-08-20
1
-4/+4
*
|
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
26
-1458/+9540
*
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
3
-18/+87
|
/
[next]