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
*
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
*
|
|
Add porting note for issue #20951.
Antoine Pitrou
2014-04-29
1
-0/+4
*
|
|
Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...
Antoine Pitrou
2014-04-29
4
-13/+54
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #21055: Index (augmented) assignment symbols.
Terry Jan Reedy
2014-04-29
1
-0/+13
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
2
-1/+5
|
\
\
\
|
|
/
/
|
*
|
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
2
-1/+5
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
2
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
2
-1/+6
*
|
|
merge heads
Giampaolo Rodola'
2014-04-29
2
-0/+11
|
\
\
\
|
*
|
|
Issue #18727: improve test coverage of the csv module by testing for DictWrit...
Antoine Pitrou
2014-04-28
2
-0/+11
*
|
|
|
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...
Giampaolo Rodola'
2014-04-29
3
-31/+3
|
/
/
/
*
|
|
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...
Antoine Pitrou
2014-04-28
1
-0/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...
Antoine Pitrou
2014-04-28
1
-0/+18
*
|
|
Issue #9815: assertRaises now tries to clear references to local variables in...
Antoine Pitrou
2014-04-28
3
-0/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #9815: assertRaises now tries to clear references to local variables in...
Antoine Pitrou
2014-04-28
3
-0/+37
*
|
|
Remove a workaround for fixed issue #20355.
Antoine Pitrou
2014-04-28
1
-2/+0
*
|
|
Issue #20355: -W command line options now have higher priority than the PYTHO...
Antoine Pitrou
2014-04-28
3
-3/+35
*
|
|
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Ned Deily
2014-04-28
1
-0/+2
*
|
|
Issue #21312: Update the thread_foobar.h template file to include newer threa...
Antoine Pitrou
2014-04-28
3
-3/+64
*
|
|
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...
Antoine Pitrou
2014-04-28
5
-16/+126
*
|
|
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
3
-3/+33
|
\
\
\
|
|
/
/
|
*
|
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
3
-3/+33
*
|
|
Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrappe...
Guido van Rossum
2014-04-27
4
-2/+16
|
\
\
\
|
|
/
/
|
*
|
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum
2014-04-27
4
-2/+16
[next]