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: Fix the second half of issue #21447: race in _write_to_self().
Guido van Rossum
2014-05-06
2
-6/+14
*
Add prompts to interactive example.
Zachary Ware
2014-05-06
1
-8/+8
*
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
*
asyncio docs: ProactorEventLoop does not support SSL.
Guido van Rossum
2014-05-05
1
-1/+1
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
3
-12/+45
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-04
1
-1/+3
*
use with blocks to make sure files are closed
Benjamin Peterson
2014-05-04
1
-18/+12
*
improve test coverage of filecmp (closes #21357)
Benjamin Peterson
2014-05-04
1
-5/+75
*
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Raymond Hettinger
2014-05-03
1
-8/+8
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
6
-73/+64
*
Update to 1.0.1g
Martin v. Löwis
2014-05-01
5
-7/+9
*
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
*
|
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
2
-4/+26
*
|
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea
2014-04-29
1
-4/+2
*
|
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 #21055: Index (augmented) assignment symbols.
Terry Jan Reedy
2014-04-29
1
-0/+13
*
|
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
2
-1/+5
*
|
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
2
-1/+6
*
|
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 #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
3
-3/+33
*
|
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum
2014-04-27
4
-2/+16
*
|
asyncio: Be careful accessing instance variables in __del__ (closes #21340).
Guido van Rossum
2014-04-27
1
-1/+3
*
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
*
|
make operations on closed dumb databases raise a consistent exception (closes...
Benjamin Peterson
2014-04-26
3
-4/+40
*
|
shallow defaults to 'True' not '1' (closes #21355)
Benjamin Peterson
2014-04-26
1
-1/+1
*
|
Issue #21207: Detect when the os.urandom cached fd has been closed or replace...
Antoine Pitrou
2014-04-26
3
-10/+85
*
|
#21225: copy docstrings from base classes
Andrew Kuchling
2014-04-25
1
-4/+4
*
|
Issue #21346: Fix typo, make message consistent in test_itertools.
Zachary Ware
2014-04-24
1
-1/+1
*
|
"Escape" a character in the middle of "warning"
Zachary Ware
2014-04-23
1
-8/+8
*
|
fix the test on windows which has different return codes from killed
Gregory P. Smith
2014-04-23
1
-5/+10
*
|
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
3
-10/+92
*
|
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
*
|
Issue #21127: Path objects can now be instantiated from str subclass instance...
Antoine Pitrou
2014-04-22
4
-2/+36
*
|
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
2
-2/+4
*
|
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
3
-10/+15
*
|
NEWS entry for #15002
Senthil Kumaran
2014-04-20
1
-0/+4
*
|
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
Senthil Kumaran
2014-04-20
2
-66/+60
*
|
#12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
4
-1/+11
*
|
Issue #11571: Ensure that the turtle window becomes the topmost window
Ned Deily
2014-04-20
2
-0/+10
*
|
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
3
-1/+5
*
|
#9364: Improve the text printed by help(pydoc) and help(help).
R David Murray
2014-04-19
2
-4/+9
*
|
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow
2014-04-19
3
-1/+22
*
|
Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.
Terry Jan Reedy
2014-04-18
1
-6/+6
*
|
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
Zachary Ware
2014-04-18
3
-4/+5
[next]