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
...
|
*
|
asyncio docs: ProactorEventLoop does not support SSL.
Guido van Rossum
2014-05-05
1
-1/+1
*
|
|
Issue #21088: Merge from 3.4.
Larry Hastings
2014-05-04
3
-12/+45
|
\
\
\
|
|
/
/
|
*
|
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
3
-12/+45
*
|
|
Issue #19414: Have the OrderedDict mark deleted links as unusable.
Raymond Hettinger
2014-05-04
3
-0/+15
*
|
|
Issue #18604: merge from 3.4
Ned Deily
2014-05-04
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-04
1
-1/+3
*
|
|
Issue #21421: Add __slots__ to the MappingViews ABCs.
Raymond Hettinger
2014-05-04
2
-0/+11
*
|
|
Neaten-up a bit add add missing size change check.
Raymond Hettinger
2014-05-04
1
-6/+11
*
|
|
Simplify and speedup the internals of the heapq module.
Raymond Hettinger
2014-05-04
1
-71/+36
*
|
|
improve idioms (closes #20642)
Benjamin Peterson
2014-05-04
1
-5/+3
*
|
|
merge 3.4
Benjamin Peterson
2014-05-04
1
-18/+12
|
\
\
\
|
|
/
/
|
*
|
use with blocks to make sure files are closed
Benjamin Peterson
2014-05-04
1
-18/+12
*
|
|
merge 3.4 (#21357)
Benjamin Peterson
2014-05-04
1
-5/+75
|
\
\
\
|
|
/
/
|
*
|
improve test coverage of filecmp (closes #21357)
Benjamin Peterson
2014-05-04
1
-5/+75
*
|
|
do not expose known hash api in stable API
Benjamin Peterson
2014-05-03
1
-0/+4
*
|
|
Issue #21101: Eliminate double hashing in the C code for collections.Counter().
Raymond Hettinger
2014-05-03
2
-3/+17
*
|
|
Issue 21101: Internal API for dict getitem and setitem where the hash value ...
Raymond Hettinger
2014-05-03
2
-0/+60
*
|
|
merge
Raymond Hettinger
2014-05-03
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Raymond Hettinger
2014-05-03
1
-8/+8
*
|
|
Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to
Victor Stinner
2014-05-02
1
-3/+3
*
|
|
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
11
-71/+366
*
|
|
Issue #21393: random.c: on Windows, close the hCryptProv handle at exit
Victor Stinner
2014-05-02
1
-3/+6
*
|
|
Closes #18604: Merge with 3.4
Zachary Ware
2014-05-02
6
-73/+64
|
\
\
\
|
|
/
/
|
*
|
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
6
-73/+64
*
|
|
Use $type instead of $cls in the signature specification.
Stefan Krah
2014-05-02
1
-1/+1
*
|
|
Fix typo and tests without docstrings.
Stefan Krah
2014-05-01
1
-2/+3
*
|
|
Issue #21407: _decimal now supports function signatures.
Stefan Krah
2014-05-01
3
-378/+622
*
|
|
Merge with 3.4
Martin v. Löwis
2014-05-01
5
-7/+9
|
\
\
\
|
|
/
/
|
*
|
Update to 1.0.1g
Martin v. Löwis
2014-05-01
5
-7/+9
*
|
|
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the fir...
Antoine Pitrou
2014-05-01
2
-4/+42
*
|
|
Unite 'Build' sections of Misc/NEWS
Zachary Ware
2014-04-30
1
-7/+5
*
|
|
Issue #19962: The Windows build process now creates "python.bat"
Zachary Ware
2014-04-30
3
-1/+166
*
|
|
Issue #10650: Remove the non-standard 'watchexp' parameter from the
Stefan Krah
2014-04-30
4
-32/+8
*
|
|
setup.py: report modules which built but import failed (closes #21282)
Benjamin Peterson
2014-04-30
2
-3/+14
*
|
|
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
|
|
\
\
|
|
|
/
|
|
*
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
*
|
|
Null merge.
Stefan Krah
2014-04-29
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
2
-4/+26
*
|
|
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
2
-4/+26
*
|
|
MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea
2014-04-29
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea
2014-04-29
1
-4/+2
*
|
|
Closes #17386: Merge with 3.4
Zachary Ware
2014-04-29
4
-29/+125
|
\
\
\
|
|
/
/
|
*
|
Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
Zachary Ware
2014-04-29
2
-23/+101
|
*
|
Issue #17386: Update Doc/README.txt to list all targets
Zachary Ware
2014-04-29
1
-6/+23
|
*
|
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
Zachary Ware
2014-04-29
1
-0/+1
*
|
|
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
4
-5/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
4
-5/+37
*
|
|
Fix failure in test_poplib after issue #20951.
Antoine Pitrou
2014-04-29
1
-10/+5
*
|
|
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...
Antoine Pitrou
2014-04-29
3
-14/+52
[prev]
[next]