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 #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-0/+3
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
1
-0/+3
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
2
-0/+4
*
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes
2013-07-26
1
-0/+3
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-0/+2
*
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes
2013-07-26
1
-0/+2
*
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-0/+2
*
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
Brett Cannon
2013-07-25
1
-0/+3
*
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-0/+2
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
2
-1/+3
*
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-0/+4
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-0/+3
*
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
Terry Jan Reedy
2013-07-22
1
-0/+2
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-0/+2
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+3
*
#18480: Add missing PyType_Ready call to _elementtree extension
Ronald Oussoren
2013-07-19
1
-0/+2
*
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-0/+3
*
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-0/+3
*
Issue #18448: Fix a typo in Tools/demo/eiffel.py.
Serhiy Storchaka
2013-07-16
1
-0/+2
*
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
Serhiy Storchaka
2013-07-16
1
-0/+3
*
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
1
-0/+3
*
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
1
-0/+3
*
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
1
-0/+2
*
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
2
-0/+4
*
Issue #18432: Fix unintended API change in the sched module
Raymond Hettinger
2013-07-14
1
-0/+3
*
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Terry Jan Reedy
2013-07-13
2
-0/+6
*
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
1
-0/+3
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
1
-0/+4
*
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+3
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+3
*
#17987: properly document support.captured_xxx.
R David Murray
2013-07-11
1
-0/+1
*
Issue #18426: Fix NULL pointer dereference in C extension import when
Christian Heimes
2013-07-11
1
-0/+3
*
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti
2013-07-07
1
-0/+3
*
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
1
-0/+2
*
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
2
-0/+7
*
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
1
-0/+1
*
Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...
Ronald Oussoren
2013-07-06
1
-0/+3
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0/+3
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+3
*
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-0/+2
*
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+2
*
Issue #18343: faulthandler.register() now keeps the previous signal handler
Victor Stinner
2013-07-01
1
-0/+4
*
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-0/+3
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-0/+2
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+3
*
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
1
-0/+3
*
Issue #18224: Removed pydoc script from created venv, as it causes problems o...
Vinay Sajip
2013-06-30
1
-0/+3
*
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
2
-1/+6
*
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
1
-0/+1
*
#14360: Add news item.
R David Murray
2013-06-28
1
-0/+3
[next]