65619 Commits (2380feeff8e574690831d2eb778ca52d3af09b8a)
 

Author SHA1 Message Date
Kristján Valur Jónsson 2380feeff8 issue #879399 14 years ago
Ezio Melotti 513e9b4f61 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. 14 years ago
Ezio Melotti 94704fc25b #16765: remove unused import. 14 years ago
Senthil Kumaran 1974baadc6 Fix issue16713 - tel url parsing with params 14 years ago
Andrew Svetlov 332562f447 Keep ref to ECHILD in local scope (#16650) 14 years ago
Mark Dickinson 9fade768c8 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) 14 years ago
Andrew Svetlov d8590ff209 Issue #16511: Use default IDLE width and height if config param is not valid. 14 years ago
Andrew Svetlov 1c6c90fc73 Issue #16443: Add docstrings to regular expression match objects. 14 years ago
Senthil Kumaran f8a6b005fd Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly 14 years ago
Andrew Svetlov cddcafaf6b Issue #16045: add more unit tests for built-in int() 14 years ago
Georg Brandl 8e1e8165a3 Add missing label. 14 years ago
Georg Brandl 9a772e5e8f Fix indentation. 14 years ago
Kristjan Valur Jonsson ed512a4d09 ctypes: DECREF error_object _after_ re-acquiring GIL 14 years ago
Petri Lehtinen ab7dd183f3 #8853: Allow port to be of type long for socket.getaddrinfo() 14 years ago
Benjamin Peterson 92014420d7 add news note (#16597) 14 years ago
Benjamin Peterson a2d6d7121e call close on the underlying stream even if flush raises (#16597) 14 years ago
Andrew Svetlov bacf1bf355 replace threw with raised (#16714) 14 years ago
Andrew Svetlov bd644608bd revert comment wording (#16714) 14 years ago
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 14 years ago
Andrew Svetlov 80ab6c53c6 merge heads 14 years ago
Andrew Svetlov ed3f6c6c79 Issue #16647: save socket error details in LMTP.connect() 14 years ago
Giampaolo Rodola' c2a8169aa3 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) 14 years ago
Andrew Svetlov 78efadb86f Update example: Counter.subtract returns None, not self 14 years ago
Brian Curtin bc453ca81d Fix #14901. Update some sections of Windows FAQ. 14 years ago
Antoine Pitrou 124ee8b1ab Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. 14 years ago
Hynek Schlawack 646c7b5086 #16664: Add regression tests for glob's behaviour concerning "."-entries 14 years ago
Benjamin Peterson b41524dde3 remove dead code 14 years ago
Antoine Pitrou 4113d2bd36 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. 14 years ago
Ezio Melotti eea058b014 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. 14 years ago
Ezio Melotti 67c563e2f1 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. 14 years ago
Ezio Melotti 28d21cab1f #16681: use "bidirectional class" instead of "bidirectional category". 14 years ago
Trent Nelson 25a48610a8 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) 14 years ago
Trent Nelson 05c197c75e Make PyAST_obj2mod C89 compliant. 14 years ago
Trent Nelson 15daa35d32 IRIX: force MIPSpro to treat #errors as errors, not warnings. 14 years ago
Gregory P. Smith 64ab35e11d 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. 14 years ago
Andrew Svetlov 33b9b71e8d Issue #16582: use int exit code in tkinter._exit 14 years ago
Senthil Kumaran bfb0989ea7 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag 14 years ago
Antoine Pitrou 7dddec4e9d Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. 14 years ago
Éric Araujo 367efc254d Branch merge 14 years ago
Éric Araujo 9e06e8d5de Use proper skip instead of reporting success in one distutils test 14 years ago
Éric Araujo 2320fa08a8 Fix setup.py register failure with invalid rst in description (#13614). 14 years ago
Antoine Pitrou d38c990bb7 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. 14 years ago
Éric Araujo 26ea4a08a3 Remove code unneeded after f833e7ec4de1 14 years ago
Éric Araujo 5ead5549d0 Add versionchanged note for a56cebff113a 14 years ago
Andrew Svetlov bd5279ea24 Drop double newlines printed in some file iteration examples. 14 years ago
Ezio Melotti b7bc92530e Remove debug output from example. 14 years ago
Antoine Pitrou 8eeda72742 Issue #16628: Fix a memory leak in ctypes.resize(). 14 years ago
Andrew Svetlov 766849b978 Document that hour in datetime.time ctor is optional parameter. 14 years ago
Jesus Cea 7ddd9c21da Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h 14 years ago
Victor Stinner 8c7c697e49 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. 14 years ago