31591 Commits (20f8728bf0cce877c1908b15ddc59e2d1011ad0f)

Author SHA1 Message Date
Terry Jan Reedy f106f8f29c whitespace 12 years ago
Terry Jan Reedy 9dc3a36c84 Issue #9974: When untokenizing, use row info to insert backslash+newline. 12 years ago
Terry Jan Reedy 938ba685dc Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The 12 years ago
Antoine Pitrou 220cc21cec Issue #20743: Fix a reference leak in test_tcl. 12 years ago
Victor Stinner 1be39e5154 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. 12 years ago
Georg Brandl ed7d0c4ff6 Update pydoc topics. 12 years ago
Terry Jan Reedy c3111fcbc7 Issue #20730: Fix typo reported by Claudiu Popa. 12 years ago
Benjamin Peterson 1b94030b37 update logo url (#20695) 12 years ago
Benjamin Peterson f6218a2191 open retrieved file in binary mode, since it's now compressed 12 years ago
Zachary Ware 1f9e601765 Issue #20510: Confirm that the code attribute of the SystemExit 12 years ago
Serhiy Storchaka 162c477f41 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. 12 years ago
Serhiy Storchaka e95977621d Fixed grid_columnconfigure() and grid_rowconfigure() methods of 12 years ago
Victor Stinner d5c8ce7cc0 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores 12 years ago
Zachary Ware cefe6b34de Issue #20510: Rewrote test_exit in test_sys to match existing comments 12 years ago
Terry Jan Reedy 5b8d2c3af7 Issue #8478: Untokenizer.compat now processes first token from iterator input. 12 years ago
Terry Jan Reedy 58edfd9ff1 whitespace 12 years ago
Terry Jan Reedy 5e6db31368 Untokenize: An logically incorrect assert tested user input validity. 12 years ago
Benjamin Peterson cf62603276 backout fafac90b69c4 12 years ago
Benjamin Peterson eb43736de2 backout 2807a5f011e4 for causing #20621 12 years ago
Benjamin Peterson 29352c436c add missing test assertion (closes #20080) 12 years ago
Ezio Melotti f4e998364e #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. 12 years ago
Ned Deily b24f481ab4 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. 12 years ago
Serhiy Storchaka ffadbb7ee7 Fixed typo in previous commit (issue #6815). 12 years ago
Serhiy Storchaka dbb101909d Issue #6815: os.path.expandvars() now supports non-ASCII environment 12 years ago
Serhiy Storchaka 61e2493b83 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. 12 years ago
Serhiy Storchaka 3a308b9f37 Issue #19856: shutil.move() failed to move a directory to other directory 12 years ago
Georg Brandl f0560d9592 Fix trailing whitespace. 12 years ago
Serhiy Storchaka 72e7761301 issue12085: Use more Pythonic way to check _child_created. 12 years ago
R David Murray e9c31470e1 #14983: always add a line end after a MIME boundary marker. 12 years ago
Antoine Pitrou b7d6d2ac6e Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. 12 years ago
R David Murray 0400d33928 #16983: Apply postel's law to encoded words inside quoted strings. 12 years ago
R David Murray 905c8c3d8d #19772: Do not mutate message when downcoding to 7bit. 12 years ago
Serhiy Storchaka 7c389e2404 Issue #20553. Use specific asserts in ipaddress tests. 12 years ago
Terry Jan Reedy a7c07d320b Issue #20406: Use Python application icons for Idle window title bars. 12 years ago
Nick Coghlan 932346f572 Issue #18805: better netmask validation in ipaddress 12 years ago
Serhiy Storchaka 578c6777aa Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. 12 years ago
Serhiy Storchaka 25d8aeac7c Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. 12 years ago
Serhiy Storchaka 3a20a5dead Issue #20546: Use specific asserts in int tests. 12 years ago
Serhiy Storchaka 016a3f33a5 Issue #20538: UTF-7 incremental decoder produced inconsistant string when 12 years ago
R David Murray 1e949890f6 #17369: Improve handling of broken RFC2231 values in get_filename. 12 years ago
R David Murray bd3a11ba34 #20013: don't raise socket error when selected mailbox deleted. 12 years ago
R David Murray fcc0072380 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. 12 years ago
Serhiy Storchaka 5cfc79deae Issue #20532: Tests which use _testcapi now are marked as CPython only. 12 years ago
Serhiy Storchaka fe4ef392d5 Silence BytesWarning (backport 267a4d4d9d65). 12 years ago
Serhiy Storchaka bc27a050a7 Issue #20363. Fixed BytesWarning triggerred by test suite. 12 years ago
Serhiy Storchaka 5b4fab1ad7 Issue #20520: Fixed readline test in test_codecs. 12 years ago
Georg Brandl c81402527a Bump to 3.3.4 final 12 years ago
Serhiy Storchaka 3b4f1594ff Issue #19920: TarFile.list() no longer fails when outputs a listing 12 years ago
Serhiy Storchaka 1812bd44d5 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. 12 years ago
Ned Deily c564038580 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. 12 years ago