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
...
|
*
|
|
Correct and improve comments in test_fileinput (closes #20501).
Serhiy Storchaka
2014-03-03
1
-3/+3
|
*
|
|
add Chris Angelico
Benjamin Peterson
2014-03-02
1
-0/+1
|
*
|
|
fix test_posix.test_initgroups to work without supplemental groups (closes #2...
Benjamin Peterson
2014-03-02
1
-1/+1
|
*
|
|
Issue #20567: Delete class attribute gui widgets in idle tests.
Terry Jan Reedy
2014-02-27
6
-3/+14
|
*
|
|
Issue #20501: fileinput module no longer reads whole file into memory when using
Serhiy Storchaka
2014-02-26
3
-3/+48
|
*
|
|
#20628: wrap lines to < 80.
R David Murray
2014-02-24
1
-29/+30
|
*
|
|
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
R David Murray
2014-02-24
1
-2/+8
|
|
/
/
|
*
|
Issue #9974: When untokenizing, use row info to insert backslash+newline.
Terry Jan Reedy
2014-02-24
2
-1/+21
|
*
|
Restore title style
Antoine Pitrou
2014-02-23
1
-0/+1
|
*
|
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
2
-0/+3
|
*
|
use sphinx from its own virtualenv (closes #20693)
Benjamin Peterson
2014-02-22
1
-1/+2
|
*
|
update logo url (#20695)
Benjamin Peterson
2014-02-20
1
-1/+1
|
*
|
Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment
Serhiy Storchaka
2014-02-19
6
-21/+145
|
*
|
Issue #20510: Confirm that the code attribute of the SystemExit
Zachary Ware
2014-02-19
1
-0/+4
|
*
|
Fixed grid_columnconfigure() and grid_rowconfigure() methods of
Serhiy Storchaka
2014-02-19
2
-11/+21
|
*
|
Issue #20510: Rewrote test_exit in test_sys to match existing comments
Zachary Ware
2014-02-18
2
-55/+35
|
*
|
whitespace
Terry Jan Reedy
2014-02-18
1
-1/+1
|
*
|
Issue #8478: Untokenizer.compat now processes first token from iterator input.
Terry Jan Reedy
2014-02-18
3
-10/+19
|
*
|
Untokenize: An logically incorrect assert tested user input validity.
Terry Jan Reedy
2014-02-17
2
-2/+18
|
*
|
backout 369bf9fbaeff
Benjamin Peterson
2014-02-16
2
-8/+7
|
*
|
remove tests for #19081
Benjamin Peterson
2014-02-16
1
-84/+21
|
*
|
finish backing out #19081
Benjamin Peterson
2014-02-16
1
-241/+53
|
*
|
backout #19081 to fix #20621
Benjamin Peterson
2014-02-16
3
-217/+88
|
*
|
add missing test assertion (closes #20080)
Benjamin Peterson
2014-02-15
1
-0/+1
|
*
|
give non-iterable TypeError a message (closes #20507)
Benjamin Peterson
2014-02-15
1
-1/+1
|
*
|
#19890: fix typo in multiprocessing docs. Patch by Mike Short.
Ezio Melotti
2014-02-15
1
-1/+1
|
*
|
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
Ezio Melotti
2014-02-15
1
-1/+1
|
*
|
fix links to builtin repr function (closes #20573)
Benjamin Peterson
2014-02-14
1
-4/+5
|
*
|
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Ned Deily
2014-02-14
2
-2/+10
|
*
|
#19680: add back documentation for print and exec in the interactive help.
Ezio Melotti
2014-02-14
2
-7/+9
|
*
|
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka
2014-02-12
3
-2/+48
|
*
|
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Serhiy Storchaka
2014-02-12
1
-2/+4
|
*
|
Add references for Xcode and the Python Developer's Guide
Ned Deily
2014-02-12
1
-0/+7
|
*
|
avoid name clash with posix_close (closes #20594)
Benjamin Peterson
2014-02-11
2
-2/+8
|
*
|
Issue #20558: Improved implementation of error handling.
Vinay Sajip
2014-02-11
1
-27/+30
|
*
|
Issue #19856: shutil.move() failed to move a directory to other directory
Serhiy Storchaka
2014-02-11
3
-1/+14
|
*
|
Merge heads
Serhiy Storchaka
2014-02-10
1
-2/+3
|
|
\
\
|
|
*
|
#19906: clarify note in urllib docs.
Ezio Melotti
2014-02-10
1
-2/+3
|
*
|
|
issue12085: Use more Pythonic way to check _child_created.
Serhiy Storchaka
2014-02-10
1
-4/+5
|
|
/
/
|
*
|
Issue #20437: Fixed 43 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
18
-82/+45
|
*
|
#14983: always add a line end after a MIME boundary marker.
R David Murray
2014-02-08
5
-12/+26
*
|
|
Issue #21810: Backport mmap-based arena allocation failure check.
Charles-François Natali
2014-06-19
1
-4/+9
|
/
/
*
|
Issue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy
2014-02-08
9
-1/+16
*
|
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka
2014-02-08
3
-38/+38
*
|
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...
Serhiy Storchaka
2014-02-08
8
-28/+29
*
|
Issue #20546: Use specific asserts in int tests.
Serhiy Storchaka
2014-02-08
1
-2/+2
*
|
#20013: don't raise socket error when selected mailbox deleted.
R David Murray
2014-02-07
2
-0/+9
*
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
20
-103/+204
*
|
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-6/+15
*
|
Issue #20374: delete spurious empty line
Ned Deily
2014-02-06
1
-1/+0
[prev]
[next]