Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | #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 | |
| |/ | | | | | | | Patch by Sean Rodman. | |||||
| * | Issue #9974: When untokenizing, use row info to insert backslash+newline. | Terry Jan Reedy | 2014-02-24 | 2 | -1/+21 | |
| | | | | | | | | Original patches by A. Kuchling and G. Rees (#12691). | |||||
| * | 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 | |
| | | | | | | | | variables names and values. | |||||
| * | Issue #20510: Confirm that the code attribute of the SystemExit | Zachary Ware | 2014-02-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka. | |||||
| * | Fixed grid_columnconfigure() and grid_rowconfigure() methods of | Serhiy Storchaka | 2014-02-19 | 2 | -11/+21 | |
| | | | | | | | | Tkinter widgets to work in wantobjects=True mode. | |||||
| * | Issue #20510: Rewrote test_exit in test_sys to match existing comments | Zachary Ware | 2014-02-18 | 2 | -55/+35 | |
| | | | | | | | | and to modernize. Initial patch by Gareth Rees. | |||||
| * | 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 | |
| | | | | | | | | Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees. | |||||
| * | Untokenize: An logically incorrect assert tested user input validity. | Terry Jan Reedy | 2014-02-17 | 2 | -2/+18 | |
| | | | | | | | | | | | | Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method. | |||||
| * | 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 | |
| | | | | | | | | Patch by Vajrasky Kok. | |||||
| * | 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 | |
| | | | | | | | | Based on patch by Stephen Tu. | |||||
| * | Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. | Serhiy Storchaka | 2014-02-12 | 1 | -2/+4 | |
| | | | | | | | | This silences a Coverity complain. | |||||
| * | Add references for Xcode and the Python Developer's Guide | Ned Deily | 2014-02-12 | 1 | -0/+7 | |
| | | | | | | | | to the internal Mac/README file. | |||||
| * | 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 | |
| | | | | | | | | on Windows if source name ends with os.altsep. | |||||
| * | 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 | |
| |/ | | | | | | | _active shouldn't be cached, it set to None on shutdown. | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output. | |||||
* | | 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 | |
| | | | | Patch mostly by Serhiy Storchaka. | |||||
* | 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 ↵ | Serhiy Storchaka | 2014-02-08 | 8 | -28/+29 | |
| | | | | tests. | |||||
* | 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 | |
| | | | | | | | | I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug. | |||||
* | 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 | |
| | ||||||
* | Issue #20374: Avoid compiler warnings when compiling readline with libedit. | Ned Deily | 2014-02-06 | 1 | -0/+9 | |
| | ||||||
* | Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | Serhiy Storchaka | 2014-02-05 | 2 | -0/+79 | |
| | ||||||
* | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 | |
| | ||||||
* | Issue #20509: Added cross-reference in documentation. | Vinay Sajip | 2014-02-04 | 1 | -2/+3 | |
| | ||||||
* | mmap obmalloc arenas so that they may be immediately returned to the system ↵ | Benjamin Peterson | 2014-02-04 | 5 | -15/+46 | |
| | | | | when unused (closes #20494) |