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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-0/+6
*
Closes #18604: Merge with 3.4
Zachary Ware
2014-05-02
1
-0/+4
|
\
|
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
1
-0/+4
*
|
Issue #21407: _decimal now supports function signatures.
Stefan Krah
2014-05-01
1
-0/+2
*
|
Merge with 3.4
Martin v. Löwis
2014-05-01
1
-0/+2
|
\
\
|
|
/
|
*
Update to 1.0.1g
Martin v. Löwis
2014-05-01
1
-0/+2
*
|
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the fir...
Antoine Pitrou
2014-05-01
1
-0/+3
*
|
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
1
-0/+4
*
|
Issue #10650: Remove the non-standard 'watchexp' parameter from the
Stefan Krah
2014-04-30
1
-0/+4
*
|
setup.py: report modules which built but import failed (closes #21282)
Benjamin Peterson
2014-04-30
1
-0/+1
*
|
Closes #17386: Merge with 3.4
Zachary Ware
2014-04-29
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
Zachary Ware
2014-04-29
1
-0/+3
*
|
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
2
-0/+4
|
\
\
|
|
/
|
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
2
-0/+4
*
|
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...
Antoine Pitrou
2014-04-29
1
-0/+4
*
|
Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...
Antoine Pitrou
2014-04-29
1
-0/+4
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
1
-0/+1
*
|
merge heads
Giampaolo Rodola'
2014-04-29
1
-0/+1
|
\
\
|
*
|
Issue #18727: improve test coverage of the csv module by testing for DictWrit...
Antoine Pitrou
2014-04-28
1
-0/+1
*
|
|
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...
Giampaolo Rodola'
2014-04-29
1
-0/+3
|
/
/
*
|
Issue #9815: assertRaises now tries to clear references to local variables in...
Antoine Pitrou
2014-04-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #9815: assertRaises now tries to clear references to local variables in...
Antoine Pitrou
2014-04-28
1
-0/+3
*
|
Issue #20355: -W command line options now have higher priority than the PYTHO...
Antoine Pitrou
2014-04-28
1
-0/+3
*
|
Issue #21312: Update the thread_foobar.h template file to include newer threa...
Antoine Pitrou
2014-04-28
2
-0/+4
*
|
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...
Antoine Pitrou
2014-04-28
2
-0/+5
*
|
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0/+3
*
|
Backed out changeset: 4b97092aa4bd
Tim Golden
2014-04-27
1
-3/+0
*
|
Backed out changeset: 17df50df62c7
Tim Golden
2014-04-27
1
-1/+0
*
|
Issue #18314 Add NEWS item.
Tim Golden
2014-04-27
1
-0/+3
*
|
Issue #18314 os.unlink will now remove junction points on Windows. Patch by K...
Tim Golden
2014-04-27
1
-0/+1
*
|
merge 3.4 (#19385)
Benjamin Peterson
2014-04-26
1
-0/+3
|
\
\
|
|
/
|
*
make operations on closed dumb databases raise a consistent exception (closes...
Benjamin Peterson
2014-04-26
1
-0/+3
*
|
Issue #21207: Detect when the os.urandom cached fd has been closed or replace...
Antoine Pitrou
2014-04-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21207: Detect when the os.urandom cached fd has been closed or replace...
Antoine Pitrou
2014-04-26
1
-0/+3
*
|
Issue8297: module attribute lookup failures now include module name in error ...
Ethan Furman
2014-04-24
1
-0/+3
*
|
Merge from 3.4
Zachary Ware
2014-04-23
1
-1/+1
|
\
\
|
|
/
|
*
Prevent Sphinx error on whatsnew/changelog
Zachary Ware
2014-04-23
1
-1/+1
*
|
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith
2014-04-23
1
-0/+4
|
\
\
|
|
/
|
*
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith
2014-04-23
1
-0/+4
*
|
Issue #21127: Path objects can now be instantiated from str subclass instance...
Antoine Pitrou
2014-04-22
2
-0/+4
|
\
\
|
|
/
|
*
Issue #21127: Path objects can now be instantiated from str subclass instance...
Antoine Pitrou
2014-04-22
2
-0/+4
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-22
1
-1/+3
|
\
\
|
|
/
|
*
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
1
-1/+3
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
1
-0/+2
*
|
merge 3.4
Senthil Kumaran
2014-04-20
1
-0/+4
|
\
\
|
|
/
|
*
NEWS entry for #15002
Senthil Kumaran
2014-04-20
1
-0/+4
[next]