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 #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-0/+3
|
\
|
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
2
-0/+7
*
|
Issue #21037: Add a build option to enable AddressSanitizer support.
Charles-François Natali
2014-05-08
1
-0/+2
*
|
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+12
*
|
Issue18314 ACKS & NEWS
Tim Golden
2014-05-05
2
-0/+3
*
|
Issue #21088: Merge from 3.4.
Larry Hastings
2014-05-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-0/+3
*
|
Issue #19414: Have the OrderedDict mark deleted links as unusable.
Raymond Hettinger
2014-05-04
1
-0/+3
*
|
Issue #21421: Add __slots__ to the MappingViews ABCs.
Raymond Hettinger
2014-05-04
1
-0/+3
*
|
Issue #21101: Eliminate double hashing in the C code for collections.Counter().
Raymond Hettinger
2014-05-03
1
-0/+3
*
|
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
|
\
\
|
|
/
[next]