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 #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
3
-3/+16
|
*
|
|
|
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
2
-1/+9
|
*
|
|
|
Closes #18312: 'make distclean' no longer deletes files in dot-directories.
Eric V. Smith
2013-07-02
1
-5/+5
|
*
|
|
|
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
2
-0/+3
|
*
|
|
|
Issue #14206: Clarify docs for Queue.join_cancel_thread().
Richard Oudkerk
2013-07-02
1
-0/+7
|
*
|
|
|
Issue #17273: Clarify that pool methods can only be used by parent process.
Richard Oudkerk
2013-07-02
1
-0/+6
|
*
|
|
|
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
4
-11/+127
|
*
|
|
|
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
4
-4/+7
|
*
|
|
|
Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by
Terry Jan Reedy
2013-06-30
3
-6/+10
|
*
|
|
|
Issue #18189: add test_delegator for Idle Delegator class.
Terry Jan Reedy
2013-06-30
2
-3/+40
|
*
|
|
|
Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
Terry Jan Reedy
2013-06-30
1
-8/+0
|
*
|
|
|
Tempfile.py: stop buildbot warning about using deprecated xreadlines.
Terry Jan Reedy
2013-06-30
1
-3/+3
|
*
|
|
|
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
4
-6/+48
|
*
|
|
|
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
Terry Jan Reedy
2013-06-29
2
-27/+69
|
*
|
|
|
Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
Terry Jan Reedy
2013-06-29
1
-1/+1
|
*
|
|
|
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
Terry Jan Reedy
2013-06-29
7
-15/+15
|
*
|
|
|
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
Terry Jan Reedy
2013-06-29
3
-47/+164
|
*
|
|
|
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
3
-8/+8
|
*
|
|
|
reapply f1dc30a1be72
Benjamin Peterson
2013-06-25
1
-1/+1
|
*
|
|
|
reapply 5accb0ac8bfb
Benjamin Peterson
2013-06-25
2
-12/+8
|
*
|
|
|
reapply f1dc30a1be72
Benjamin Peterson
2013-06-25
1
-1/+1
|
*
|
|
|
reapply f1dc30a1be72
Benjamin Peterson
2013-06-25
1
-1/+1
|
*
|
|
|
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
2
-8/+10
|
*
|
|
|
Issue #18164: Backport the more detailed embedding compile-and-link section
Ned Deily
2013-06-24
1
-28/+46
|
*
|
|
|
Fix typo.
Richard Oudkerk
2013-06-24
1
-1/+1
|
*
|
|
|
Clarify note and fix typo.
Richard Oudkerk
2013-06-24
1
-2/+3
|
*
|
|
|
Issue #15818: Typo in docs.
Richard Oudkerk
2013-06-24
1
-3/+3
|
*
|
|
|
Issue #18277: Document quirks of multiprocessing queue.
Richard Oudkerk
2013-06-24
1
-0/+17
|
*
|
|
|
Merge heads.
R David Murray
2013-06-23
2
-32/+43
|
|
\
\
\
\
|
|
*
|
|
|
#18179: reflow paragraphs.
R David Murray
2013-06-23
2
-39/+41
|
|
*
|
|
|
#18179: document the local_hostname parameter.
R David Murray
2013-06-23
2
-6/+15
|
*
|
|
|
|
also backout f1dc30a1be72 for not being a bugfix
Benjamin Peterson
2013-06-23
1
-1/+1
|
*
|
|
|
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
Serhiy Storchaka
2013-06-23
2
-1/+21
|
|
/
/
/
/
|
*
|
|
|
Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...
Christian Heimes
2013-06-23
1
-4/+8
|
*
|
|
|
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
2
-1/+9
|
*
|
|
|
Issue #18137: Detect integer overflow on precision in float.__format__()
Victor Stinner
2013-06-23
3
-2/+34
|
*
|
|
|
#18151, part 2: Silence debug build resource warning for each file opened by
Terry Jan Reedy
2013-06-22
2
-24/+100
|
*
|
|
|
backout 5accb0ac8bfb; needs more discussion on python-dev
Benjamin Peterson
2013-06-22
2
-8/+12
|
*
|
|
|
transplant test_stat from default to 2.7 in order to make sure it works on al...
Christian Heimes
2013-06-22
1
-0/+171
|
*
|
|
|
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
2
-3/+17
|
*
|
|
|
Arrange structure to match the common access patterns.
Raymond Hettinger
2013-06-22
1
-1/+1
|
*
|
|
|
Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray
2013-06-19
1
-18/+19
|
*
|
|
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
3
-0/+7
|
*
|
|
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
4
-2/+8
|
*
|
|
|
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
|
*
|
|
|
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
3
-0/+35
|
*
|
|
|
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
3
-0/+20
|
*
|
|
|
Fix comment blocks. Adjust blocksize to a power-of-two for better divmod com...
Raymond Hettinger
2013-06-14
2
-12/+8
|
*
|
|
|
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
2
-6/+7
|
*
|
|
|
Issue #18186: remove obsolete 2.2 compatibility comment.
Ned Deily
2013-06-11
1
-2/+0
[prev]
[next]