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
*
Issue 17862: Improve the signature of itertools grouper() recipe.
Raymond Hettinger
2013-05-06
1
-2/+2
*
#17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.
Ezio Melotti
2013-05-05
2
-2/+5
*
Issue #14173: Avoid crashing when reading a signal handler during interpreter...
Antoine Pitrou
2013-05-04
2
-3/+14
*
Elaborate on bytes-like objects.
Antoine Pitrou
2013-05-04
1
-1/+5
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
5
-1/+53
*
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Serhiy Storchaka
2013-05-04
3
-0/+6
*
Issue #15535: Fix regression in pickling of named tuples.
Raymond Hettinger
2013-05-03
4
-6/+5
*
# 1722 - Add a note on urllib helper functions like splittype, splithost etc.
Senthil Kumaran
2013-05-02
1
-0/+7
*
#16518: fix links in glossary entry.
Ezio Melotti
2013-05-01
1
-2/+2
*
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou
2013-04-30
2
-22/+26
*
#16518: add "bytes-like object" to the glossary.
Ezio Melotti
2013-04-30
1
-0/+4
*
move the NEWS entry to the right section and mention ctypes.
Gregory P. Smith
2013-04-30
1
-3/+3
*
NEWS entry
Gregory P. Smith
2013-04-30
1
-0/+3
*
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
*
#17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.
Ezio Melotti
2013-04-29
1
-0/+2
*
#7152: Remove incorrectly added reference to DataHandler.
R David Murray
2013-04-28
1
-1/+1
*
Add missing NEWS entry for issue #17843.
Nadeem Vawda
2013-04-28
1
-0/+3
*
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Nadeem Vawda
2013-04-28
2
-7/+6
*
Reflow paragraph.
R David Murray
2013-04-28
1
-4/+4
*
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
R David Murray
2013-04-28
3
-9/+15
*
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-0/+26
*
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
4
-7/+10
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
3
-2/+14
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
3
-2/+16
*
#17729: remove the Advocacy HOWTO from the index.
Ezio Melotti
2013-04-23
1
-1/+0
*
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
Ezio Melotti
2013-04-23
1
-355/+0
*
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
3
-22/+24
*
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...
Vinay Sajip
2013-04-22
2
-6/+32
*
#15575: Clarify tutorial description of when modules are executed.
R David Murray
2013-04-21
1
-1/+2
*
Issue #17670: Provide an example of expandtabs() usage.
Ned Deily
2013-04-21
1
-4/+16
*
#17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
2
-2/+11
*
Issue #17801: fix shebang line of gprof2html.py
Ned Deily
2013-04-20
1
-1/+1
*
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
R David Murray
2013-04-20
1
-4/+17
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
3
-2/+38
*
#14735: Update IDLE docs to omit "Control-z on Windows".
Roger Serwy
2013-04-17
2
-2/+3
*
#17740: fix links to the socket function. Initial patch by Zachary Ware.
Ezio Melotti
2013-04-17
1
-8/+8
*
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...
Antoine Pitrou
2013-04-16
1
-5/+11
*
Issue #17710: Fix cPickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
4
-5/+11
*
Issue #17703: Fix a regression where an illegal use of Py_DECREF() after inte...
Antoine Pitrou
2013-04-15
2
-5/+14
*
#13510: clarify that f.readlines() is note necessary to iterate over a file. ...
Ezio Melotti
2013-04-15
3
-15/+8
*
Issue #17728: Specify default precision for float.format for presentation typ...
Eric V. Smith
2013-04-15
1
-2/+3
*
#17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
4
-2/+19
*
Issue #17221: Resort Misc/NEWS.
Serhiy Storchaka
2013-04-14
1
-138/+155
*
Fix example ignoring ".svn" directories in compileall.
Georg Brandl
2013-04-14
1
-1/+1
*
The Integral class does not contain implementations for the bit-shifting oper...
Georg Brandl
2013-04-14
1
-4/+4
*
The im_class of unbound class methods is actually not the same as im_self.
Georg Brandl
2013-04-14
1
-5/+4
*
Clarify that the function *definition* creates the function and the binding i...
Georg Brandl
2013-04-14
1
-2/+2
*
Fix refcount leak in the reference counting example section (!).
Georg Brandl
2013-04-14
1
-1/+3
*
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
Georg Brandl
2013-04-14
1
-7/+29
*
bind('') does not do the same as bind('localhost')
Georg Brandl
2013-04-14
1
-3/+5
[next]