78344 Commits (bb386cf810b9447ca819437c6009ac6aa2a00a8b)
 

Author SHA1 Message Date
Georg Brandl bb386cf810 Update NEWS for 3.3.5rc2. 12 years ago
Georg Brandl 2fc8f773e1 Issue #20404: reject non-text encodings early in TextIOWrapper. 12 years ago
Georg Brandl 2658bad090 merge 3.3.5rc1 release commits with 3.3 branch 12 years ago
Benjamin Peterson 9e90b12bb2 add Chris Angelico 12 years ago
Benjamin Peterson 659a6f562b fix test_posix.test_initgroups to work without supplemental groups (closes #20249) 12 years ago
Benjamin Peterson b77bf32685 fix test on debug builds (closes #20731) 12 years ago
Benjamin Peterson 4f8e4c203b merge 3.2 12 years ago
Brett Cannon 298bb96776 Issue #20778: Fix modulefinder to work with bytecode-only modules. 12 years ago
Martin v. Löwis 815b41b1cd Issue #20731: Properly position in source code files even if they 12 years ago
Terry Jan Reedy 9db1ab8250 Issue #20567: Delete class attribute gui widgets in idle tests. 12 years ago
Antoine Pitrou b807577da2 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. 12 years ago
Benjamin Peterson 3673670b67 fix importlib test failure when bytecode writing is disabled (closes #20796) 12 years ago
Serhiy Storchaka 517b74734a Added tests for issue #20501. 12 years ago
Zachary Ware 7bbd101bb1 Fix several C-API doc typos caught by tomo cocoa on docs@. 12 years ago
Zachary Ware 5ea5d2c3f7 Issue #20759: Fix some typos in the mock docs. 12 years ago
Gregory P. Smith 7b80716cff Mention issue 20621 fix in the NEWS file for 3.3.5rc1. 12 years ago
Serhiy Storchaka 270ce7360c Fix typo (issue #19619). 12 years ago
R David Murray f031a6f334 #20628: wrap lines to < 80. 12 years ago
R David Murray df714b9f70 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. 12 years ago
Ezio Melotti 6b532349d0 #20740: desquarify 2. 12 years ago
Serhiy Storchaka 94ee389308 Issue #19619: Blacklist non-text codecs in method API 12 years ago
Serhiy Storchaka 20f8728bf0 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. 12 years ago
Georg Brandl 09141c4782 Closes #20755: port sphinx-1.1 fixes from default 12 years ago
Georg Brandl c4f44c027e Closes #20735: remove erroneous deprecated marker from stringprep docs 12 years ago
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
Georg Brandl b772b03194 Added tag v3.3.5rc1 for changeset 9ec811df548e 12 years ago
Georg Brandl 68707af1fb merge 12 years ago
Georg Brandl 89e5671be7 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. 12 years ago
Georg Brandl e12675a0f2 Bump to 3.3.5rc1. 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
Zachary Ware 2d659518aa Issue #20221: Removed conflicting (or circular) hypot definition 12 years ago
Benjamin Peterson a96fd48298 merge 3.2 (#20695) 12 years ago
Benjamin Peterson 665a2bcdf8 bump Python-ast.c 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
Serhiy Storchaka 2bb6c358e8 Merge heads 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 9e5a9876ad Issue #20609: Fix building 64-bit binaries on 32-bit Windows. 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