76472 Commits (c35151cf41eda485e40aadabbbfd61822bb157e8)
 

Author SHA1 Message Date
Roger Serwy c35151cf41 #6698: IDLE now opens just an editor window when configured to do so. 13 years ago
Roger Serwy 420e2d8e39 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. 13 years ago
Charles-Francois Natali 7a03e2d377 Issue #6419: Fix a test_kqueue failure on some BSD flavors. 13 years ago
Gregory P. Smith e5aefa452b Skip a test of an old API on ARM Linux that isn't supported by the OS. 13 years ago
Roger Serwy 71c9e1a5c3 #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. 13 years ago
Terry Jan Reedy 32622236d5 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. 13 years ago
R David Murray 19aeb439c6 Issue #17435: Don't use mutable default values in Timer. 13 years ago
Vinay Sajip 8028a5cf15 Updated logging cookbook with additional example for output using str.format(). 13 years ago
Ezio Melotti b40a2203ad #17539: fix MagicMock example. Patch by Berker Peksag. 13 years ago
Ezio Melotti 1b145927d7 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. 13 years ago
Ezio Melotti 9098472299 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. 13 years ago
Vinay Sajip 28421c6f62 Issue #17540: Added style to Formatter configuration by dict. 13 years ago
Ezio Melotti 6d2bc6e80b #17438: add links to the conversion tables in dump(s)/load(s). 13 years ago
Ezio Melotti 31797e5efe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. 13 years ago
Ezio Melotti a5d55baecc Update the suspicious builder to detect unused rules, and remove currently unusued rules. 13 years ago
Georg Brandl 44ea77bd81 Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 13 years ago
Georg Brandl 6ba6b13e32 Fix XML vulnerability link targets. 13 years ago
Ezio Melotti e5caf29743 Update suspicious ignore file. 13 years ago
Ezio Melotti fd4365a4d8 Update suspicious ignore file. 13 years ago
Ezio Melotti 184e59357e #17329: merge with 3.2. 13 years ago
Ezio Melotti 265281ac02 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. 13 years ago
Christian Heimes 768f6a5360 Issue 17538: Document XML vulnerabilties 13 years ago
Christian Heimes 7380a67267 Issue 17538: Document XML vulnerabilties 13 years ago
Georg Brandl c40f97f8be NEWS: add new header for Python 3.3.2 13 years ago
Benjamin Peterson dbc5f8c39b move to correct section 13 years ago
Benjamin Peterson 615ea1a98f fix variable reference to fix --enable-profiling (closes #17550) 13 years ago
Ezio Melotti a1eb483d8f Add versionadded for `-X faulthandler` (also fix typo and markup). 13 years ago
Raymond Hettinger 153866ea9a Add missing docstrings to the collections ABCs 13 years ago
Martin v. Löwis 005fb742b9 Fix typo 13 years ago
Martin v. Löwis cc0b927b74 Issue #17425: Build with openssl 1.0.1d on Windows. 13 years ago
Martin v. Loewis 710f0c39cd #17425: null merge 3.2 13 years ago
Martin v. Loewis 5be6d74a0d Issue #17425: Build with openssl 1.0.0k on Windows. 13 years ago
doko@ubuntu.com 945c3bbf42 - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, 13 years ago
Ezio Melotti 31a7835df8 #17504: remove duplicated sentence. Patch by Radu Voicilas. 13 years ago
Gregory P. Smith b803c6c4b8 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and 13 years ago
Ezio Melotti 93f756b274 Merge test_queue clean up from 3.2. 13 years ago
Ezio Melotti 656c80809c Clean up references to threads in test_queue. 13 years ago
Gregory P. Smith a1b9ed32ee Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value 13 years ago
Gregory P. Smith a1ed539268 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value 13 years ago
Raymond Hettinger 3ddba16aa6 Update collections ABC table to match the __abstractmethods__ attribute for each container. 13 years ago
Raymond Hettinger 378170d5d9 Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. 13 years ago
Ezio Melotti daa42c778e #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. 13 years ago
Raymond Hettinger 325dc887ca Backport improved dict comparison logic 13 years ago
Vinay Sajip 9b862b9d66 Issue #17521: Merged fix from 3.2. 13 years ago
Vinay Sajip 68b4cc87cd Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 13 years ago
Vinay Sajip e29dd24706 Merged Misc/NEWS update for #17508. 13 years ago
Vinay Sajip a4cfd60f3d Updated Misc/NEWS with #17508. 13 years ago
Gregory P. Smith bcd2aa6d06 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. 13 years ago
Gregory P. Smith 4b52ae8f97 Clean up references to the no longer existing PyString_ APIs in our docs. 13 years ago
Vinay Sajip 340a4bb2fe Issue #17508: Merged fix from 3.2. 13 years ago