14539 Commits (8408dc581e2baaa306b57f14486cfa013fd68c68)

Author SHA1 Message Date
Senthil Kumaran defe7f4c62 Expose --bind argument for http.server, enable http.server to bind to a user 12 years ago
Raymond Hettinger 46f5ca31d0 Issue #19018: The heapq.merge() function no longer suppresses IndexError 12 years ago
Antoine Pitrou 0715b9fad3 Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. 12 years ago
Georg Brandl bc75046bb3 Add a NEWS entry for b9b521efeba3. 12 years ago
Georg Brandl c5884d8930 Add NEWS entry for c18c18774e24. 12 years ago
Eli Bendersky 61f4cd1dd5 Add Germán M. Bravo to Misc/ACKS 12 years ago
Serhiy Storchaka bf28d2dcad Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. 12 years ago
Senthil Kumaran 72c238e21a Fix http.server's request handling case on trailing '/'. 12 years ago
Serhiy Storchaka 016af3f4d4 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, 12 years ago
Serhiy Storchaka dd4754e6a8 Issue #18988: The "Tab" key now works when a word is already autocompleted. 13 years ago
Raymond Hettinger f27623215c Issue #18962: Optimize the single iterator case for heapq.merge() 13 years ago
Larry Hastings 60560b18d2 Post-3.4.0a2-release fixups. 13 years ago
Serhiy Storchaka c700180443 Fix a typo. (closes #18953) 13 years ago
Victor Stinner 8898350076 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the 13 years ago
Nick Coghlan 0494c2ae7f Close #18952: correctly download test support data 13 years ago
Antoine Pitrou 7b4769937f Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. 13 years ago
Larry Hastings 3a2d18b7d7 Version number bump for Python 3.4.0a2. 13 years ago
Ethan Furman 9143b0e087 Added Elazar to Misc/ACKS. 13 years ago
Ned Deily f70f4a63b6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline 13 years ago
Antoine Pitrou b0478b3f5f Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. 13 years ago
R David Murray 4a0430166b #18852: Handle readline.__doc__ being None in site.py readline activation. 13 years ago
Eli Bendersky cdac551675 Issue #18920: argparse's default version action (for -v, --version) should 13 years ago
Eli Bendersky f315df31bd Issue #18849: Fixed a Windows-specific tempfile bug where collision with an 13 years ago
Ned Deily 981b69318d Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ 13 years ago
Ned Deily d819b931f3 Issue #1584: Provide options to override default search paths for Tcl and Tk 13 years ago
Tim Peters eaa3bcc370 Issue #18942: sys._debugmallocstats() output was damaged on Windows. 13 years ago
Serhiy Storchaka 134f0de66d Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in 13 years ago
Serhiy Storchaka c56894d305 Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write 13 years ago
Serhiy Storchaka 362c1b513d Issue #18830: inspect.getclasstree() no more produces duplicated entries even 13 years ago
Serhiy Storchaka 34d201374c Issue #18878: sunau.open now supports the context manager protocol. Based on 13 years ago
Victor Stinner e1040e276b Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 13 years ago
Antoine Pitrou e93b63b74b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. 13 years ago
Charles-François Natali 243d8d85de Issue #16853: Add new selectors module. 13 years ago
Andrew Svetlov 58b5c5ad14 Issue #18882: Add threading.main_thread() function. 13 years ago
Meador Inge c9e1dcdd53 Issue #16826: Revert fix while Windows issues are being worked out. 13 years ago
Serhiy Storchaka e06a89655a Issue #18901: The sunau getparams method now returns a namedtuple rather than 13 years ago
Meador Inge d151da9ef7 Issue #16826: Don't check for PYTHONCASEOK when using -E. 13 years ago
Serhiy Storchaka 4c6a020a2d Issue #17487: The result of the wave getparams method now is pickleable again. 13 years ago
Terry Jan Reedy 740d6b6f39 Issue #12037: Fix test_email for desktop Windows. 13 years ago
Terry Jan Reedy 31e4d325b6 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. 13 years ago
Ethan Furman fb13721b1b Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. 13 years ago
Antoine Pitrou 4879a963d4 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. 13 years ago
Charles-François Natali 9939cc89a4 Issue #18418: After fork(), reinit all threads states, not only active ones. 13 years ago
Gregory P. Smith dee0434e2f Fixes issue #15507: test_subprocess's test_send_signal could fail if the test 13 years ago
Serhiy Storchaka de2800f8f1 Issue #17974: Switch unittest from using getopt to using argparse. 13 years ago
Serhiy Storchaka 64f7c4e4ca Issue #16799: Switched from getopt to argparse style in regrtest's argument 13 years ago
Serhiy Storchaka 50254c57cd Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
Andrew Svetlov eb97368451 Issue #11798: TestSuite now drops references to own tests after execution. 13 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Serhiy Storchaka 9594942716 Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago