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
...
*
|
|
merge
Raymond Hettinger
2016-11-21
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Simplify code in an example
Raymond Hettinger
2016-11-21
1
-6/+6
*
|
|
close issue28172: Change all example enum member names to uppercase, per Guid...
Ethan Furman
2016-11-21
3
-177/+178
|
\
\
\
|
|
/
/
|
*
|
close issue28172: Change all example enum member names to uppercase, per Guid...
Ethan Furman
2016-11-21
3
-177/+178
*
|
|
NEWS update
Ethan Furman
2016-11-21
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
issue28082: actually include NEWS entry
Ethan Furman
2016-11-21
1
-0/+2
*
|
|
update news and re doc
Ethan Furman
2016-11-21
2
-0/+5
|
\
\
\
|
|
/
/
|
*
|
closes issue28082: doc update and NEWS entry
Ethan Furman
2016-11-21
1
-0/+3
|
*
|
closes issue23591: add NEWS entry
Ethan Furman
2016-11-21
1
-0/+2
*
|
|
Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict
INADA Naoki
2016-11-21
2
-5/+22
*
|
|
Issue #28688: Null merge 3.6
Victor Stinner
2016-11-21
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #28688: Null merge 3.5
Victor Stinner
2016-11-21
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #28688: Remove warnings.filters check from regrtest
Victor Stinner
2016-11-21
1
-7/+1
*
|
|
Merge 3.6
Victor Stinner
2016-11-21
3
-8/+117
|
\
\
\
|
|
/
/
|
*
|
Implement rich comparison for _sre.SRE_Pattern
Victor Stinner
2016-11-21
3
-9/+118
*
|
|
Merge doc fixes from 3.6
Martin Panter
2016-11-21
2
-53/+53
|
\
\
\
|
|
/
/
|
*
|
Fix up grammar, markup, etc in 3.6 What’s New
Martin Panter
2016-11-21
1
-51/+51
|
*
|
Merge doc fixup from 3.5
Martin Panter
2016-11-21
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Fix indentation
Martin Panter
2016-11-21
1
-2/+2
*
|
|
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki
2016-11-21
5
-4/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki
2016-11-21
5
-4/+13
*
|
|
Change an en-dash to an em-dash.
Serhiy Storchaka
2016-11-21
1
-1/+1
*
|
|
merge
Raymond Hettinger
2016-11-21
1
-5/+29
|
\
\
\
|
|
/
/
|
*
|
Extend and improve the examples for the random module
Raymond Hettinger
2016-11-21
1
-5/+29
*
|
|
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka
2016-11-21
1
-10/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka
2016-11-21
1
-10/+4
*
|
|
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
*
|
|
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Serhiy Storchaka
2016-11-21
5
-4/+7
*
|
|
replace --with-optimizations references with --enable-optimizations in docs.
Gregory P. Smith
2016-11-21
2
-2/+2
|
\
\
\
|
|
/
/
|
*
|
replace --with-optimizations references with --enable-optimizations in docs.
Gregory P. Smith
2016-11-21
2
-2/+2
|
|
\
\
|
|
|
/
|
|
*
replace --with-optimizations references with --enable-optimizations in docs.
Gregory P. Smith
2016-11-21
1
-1/+1
*
|
|
Merge doc fixups from 3.6
Martin Panter
2016-11-21
7
-21/+21
|
\
\
\
|
|
/
/
|
*
|
Another en → em dash fix for 3.6
Martin Panter
2016-11-21
1
-1/+1
|
*
|
Merge doc fixups from 3.5
Martin Panter
2016-11-21
6
-20/+20
|
|
\
\
|
|
|
/
|
|
*
Change double hyphens (en dashes) to em (longer) dashes
Martin Panter
2016-11-21
6
-20/+20
*
|
|
Issue #28556: upstream improvements to docstrings and error messages by Ivan ...
Guido van Rossum
2016-11-21
1
-40/+44
|
\
\
\
|
|
/
/
|
*
|
Issue #28556: upstream improvements to docstrings and error messages by Ivan ...
Guido van Rossum
2016-11-21
1
-40/+44
|
|
\
\
|
|
|
/
|
|
*
Issue #28556: upstream improvements to docstrings and error messages by Ivan ...
Guido van Rossum
2016-11-21
1
-40/+44
*
|
|
issue 20572: remove the deprecation notice for the deleted endtime parameter.
Gregory P. Smith
2016-11-21
1
-6/+0
*
|
|
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
Gregory P. Smith
2016-11-21
3
-27/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
Gregory P. Smith
2016-11-21
3
-16/+25
*
|
|
Merge typo fixes from 3.6
Martin Panter
2016-11-20
2
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fix typos in documentation
Martin Panter
2016-11-20
2
-2/+2
*
|
|
Issue #25659: Merge ctypes fix from 3.6
Martin Panter
2016-11-20
3
-3/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #25659: Merge ctypes fix from 3.5
Martin Panter
2016-11-20
3
-3/+20
|
|
\
\
|
|
|
/
|
|
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
3
-3/+20
*
|
|
Issue #10656: Merge AIX build fix from 3.6
Martin Panter
2016-11-20
6
-3/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #10656: Merge AIX build fix from 3.5
Martin Panter
2016-11-20
6
-3/+9
|
|
\
\
|
|
|
/
[prev]
[next]