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
*
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
*
|
Merge: #12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
2
-0/+4
|
\
\
|
|
/
|
*
#12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
2
-0/+4
*
|
Issue #11571: merge with 3.4
Ned Deily
2014-04-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #11571: Ensure that the turtle window becomes the topmost window
Ned Deily
2014-04-20
1
-0/+3
*
|
Issue #21311: merge with 3.4
Ned Deily
2014-04-19
2
-0/+4
|
\
\
|
|
/
|
*
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
2
-0/+4
*
|
Merge from 3.4.
Eric Snow
2014-04-19
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow
2014-04-19
1
-0/+2
*
|
Merge with 3.4
Zachary Ware
2014-04-18
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
Zachary Ware
2014-04-18
1
-0/+1
*
|
Issue #21068: The ssl.PROTOCOL* constants are now enum members.
Antoine Pitrou
2014-04-18
1
-0/+2
*
|
Merge news item from 3.4
Guido van Rossum
2014-04-18
1
-0/+3
|
\
\
|
|
/
|
*
NEWS for latest asyncio commit.
Guido van Rossum
2014-04-18
1
-0/+3
*
|
- Merge 3.4
doko@ubuntu.com
2014-04-17
1
-0/+3
|
\
\
|
|
/
|
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
1
-0/+3
*
|
- Merge 3.4
doko@ubuntu.com
2014-04-17
1
-0/+9
|
\
\
|
|
/
|
*
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
1
-0/+9
[next]