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
*
Closes #21675: fix ordering of description in library intro
Georg Brandl
2014-10-11
1
-4/+2
*
prevent passing NULL to memcpy (closes #22605)
Benjamin Peterson
2014-10-11
1
-1/+1
*
Issue #21986: Idle now matches interpreter in not pickling user code objects.
Terry Jan Reedy
2014-10-10
1
-10/+10
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
3
-4/+16
*
Issue #15414: Clean and correct the os.path.join docs.
Zachary Ware
2014-10-10
1
-11/+16
*
Issue 22603: add Francisco Fernández Castaño to ACKS.
Terry Jan Reedy
2014-10-10
1
-0/+1
*
Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
Terry Jan Reedy
2014-10-10
1
-2/+2
*
Issue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen
2014-10-10
3
-8/+52
*
test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
Victor Stinner
2014-10-10
1
-11/+10
*
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Berker Peksag
2014-10-10
2
-0/+11
*
Issue #22564: ssl doc: mention asyncio in the non-blocking section
Victor Stinner
2014-10-10
1
-2/+10
*
Issue #22564: ssl doc: mention how SSLSocket are usually created
Victor Stinner
2014-10-10
1
-0/+3
*
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
Victor Stinner
2014-10-10
1
-24/+26
*
Issue #22564: ssl doc: document read(), write(), pending, server_side and
Victor Stinner
2014-10-10
1
-0/+54
*
Issue #22564: ssl doc: fix typos
Victor Stinner
2014-10-10
1
-2/+2
*
Issue #20167: revise condition to accomodate message change.
Terry Jan Reedy
2014-10-10
1
-11/+4
*
#18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-10
2
-2/+4
*
De-'colour'ize stdlib except for idlelib.configDialog.
Terry Jan Reedy
2014-10-09
5
-23/+25
*
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
2
-1/+2
*
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
2
-1/+5
*
Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
Victor Stinner
2014-10-09
1
-1/+1
*
Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
Victor Stinner
2014-10-09
1
-21/+21
*
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
*
Issue 3068: Move idlelib.configDialog action button creation into a separate
Terry Jan Reedy
2014-10-09
1
-19/+21
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
5
-42/+33
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
8
-161/+63
*
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag
2014-10-08
1
-4/+4
*
Merge from 3.4.2 release head back into 3.4 mainline.
Larry Hastings
2014-10-08
11
-12619/+99
|
\
|
*
Post-release changes after 3.4.2 final.
Larry Hastings
2014-10-08
2
-1/+13
|
*
Added tag v3.4.2 for changeset ab2c023a9432
Larry Hastings
2014-10-06
1
-0/+1
|
*
Release bump for 3.4.2 final.
v3.4.2
Larry Hastings
2014-10-06
5
-8/+8
|
*
Update pydoc topics and fix supsicious markup for 3.4.2 final.
Larry Hastings
2014-10-06
3
-85/+85
|
*
Drop pydocgui.pyw from the distribution.
Martin v. Löwis
2014-09-21
1
-4/+1
*
|
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
Terry Jan Reedy
2014-10-07
1
-255/+233
*
|
use source role instead of linking to svn
Benjamin Peterson
2014-10-07
1
-9/+8
*
|
Closes #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl
2014-10-06
3
-6/+17
*
|
Closes #12148: clarify "or's together option flags" in doctest docs.
Georg Brandl
2014-10-06
1
-3/+3
*
|
Closes #21782: the default hash(x) is not exactly id(x) but derived from it.
Georg Brandl
2014-10-06
1
-2/+2
*
|
Closes #10031: overhaul the "imports" section of the programming FAQ.
Georg Brandl
2014-10-06
1
-16/+2
*
|
Closes #21480: better explanation of "hg touch" in the Makefile.
Georg Brandl
2014-10-06
1
-2/+6
*
|
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...
Georg Brandl
2014-10-06
2
-30/+35
*
|
Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
Georg Brandl
2014-10-06
1
-0/+6
*
|
Document builtin classes as such, not functions.
Georg Brandl
2014-10-06
1
-41/+41
*
|
Closes #22565: fix argument types of PyErr_WarnEx.
Georg Brandl
2014-10-06
1
-1/+1
*
|
Issue #22546: update doc for mini-language float None presentation type.
Terry Jan Reedy
2014-10-06
1
-4/+6
*
|
PyObject not PyType (closes #18494)
Benjamin Peterson
2014-10-06
1
-2/+2
*
|
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...
Antoine Pitrou
2014-10-05
3
-0/+52
*
|
cleanup test_posix
Victor Stinner
2014-10-05
1
-9/+10
*
|
Issue #22390: Remove files created by tests
Victor Stinner
2014-10-05
7
-3/+10
*
|
Issue #22290: Fix error handling in the _posixsubprocess module.
Victor Stinner
2014-10-05
2
-6/+47
[next]