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
*
#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
*
NEWS for latest asyncio commit.
Guido van Rossum
2014-04-18
1
-0/+3
*
asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163).
Guido van Rossum
2014-04-15
2
-0/+59
*
Fix a typo in the docstring of nb_index.
Zachary Ware
2014-04-18
1
-1/+1
*
Fix a typo in the signature for object.__ge__
Zachary Ware
2014-04-18
1
-1/+1
*
correct len signature in docstring (closes #21294)
Benjamin Peterson
2014-04-18
1
-1/+1
*
fix ref count annotations on sphinx >= 1.2.1 (closes #21286)
Benjamin Peterson
2014-04-17
1
-1/+4
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
3
-38/+53
*
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
4
-2/+15
*
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
doko@ubuntu.com
2014-04-17
2
-2/+17
*
Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Close...
Senthil Kumaran
2014-04-17
1
-6/+6
*
Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #...
Senthil Kumaran
2014-04-17
1
-1/+1
*
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-1/+1
*
remove superfluous and useless line
Benjamin Peterson
2014-04-16
1
-1/+0
*
use the called property of the run_pip mock rather than an assertion method t...
Benjamin Peterson
2014-04-16
1
-8/+8
*
Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...
Senthil Kumaran
2014-04-16
1
-1/+4
*
Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...
Antoine Pitrou
2014-04-16
1
-1/+6
*
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
2
-7/+8
*
#1704474: mark refleak test as specific to CPython
Andrew Kuchling
2014-04-15
1
-0/+1
*
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-16
1
-2/+2
*
#20874: reflow paragraph.
R David Murray
2014-04-16
1
-7/+7
*
#20874: update tutorial wording: sophisticated line editing is now standard.
R David Murray
2014-04-16
1
-4/+3
*
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...
Michael Foord
2014-04-15
3
-6/+31
*
Run test_urllib2_localnet tests using unittest.main().
Senthil Kumaran
2014-04-15
1
-7/+17
*
Closes Issue 21222.
Kushal Das
2014-04-15
3
-0/+9
*
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
doko@ubuntu.com
2014-04-15
2
-1/+5
*
asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly
Yury Selivanov
2014-04-15
2
-0/+20
*
Reverted 16efa8d27e4c after discussion with Eric.
Vinay Sajip
2014-04-15
3
-13/+0
*
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
Vinay Sajip
2014-04-15
3
-2/+22
*
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Pat...
Eric V. Smith
2014-04-15
3
-0/+13
[next]