85081 Commits (b85a97600a45bf235fd8b541ebab358f6a8aa5dd)
 

Author SHA1 Message Date
Serhiy Storchaka b85a97600a Restored re pickling test. 12 years ago
Ned Deily ad24d62882 Issue #17095: Temporarily revert getpath.c change that added the Modules 12 years ago
Serhiy Storchaka 9502487781 Issue #22384: An exception in Tkinter callback no longer crashes the program 12 years ago
Serhiy Storchaka d9cf65f00e Use more appropriate asserts in re tests. 12 years ago
Serhiy Storchaka a25875cfd0 Fixed re tests incorrectly ported from 2.x to 3.x. 12 years ago
Ned Deily 152dfd1dac Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. 12 years ago
Benjamin Peterson 7c8b89e156 make hg link secure 12 years ago
Vinay Sajip d1d4fbff63 Issue #22386: fixed regression. 12 years ago
Serhiy Storchaka 42d67af87f Issue #21147: sqlite3 now raises an exception if the request contains a null 12 years ago
Serhiy Storchaka abf68ce164 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with 12 years ago
Serhiy Storchaka 0794088379 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. 12 years ago
Victor Stinner 31a3ec313d Issue #22338: Fix a crash in the json module on memory allocation failure. 12 years ago
Benjamin Peterson 6d46dff5b5 y2k compliance, lol (closes #22380) 12 years ago
Serhiy Storchaka 148679982f Issue #22369: Change "context manager protocol" to "context management protocol". 12 years ago
Stefan Krah 964feabd79 Issue #22284: Update decimal.__all__ 12 years ago
Benjamin Peterson df0eb95b57 remove various dead version checks (closes #22349) 12 years ago
Serhiy Storchaka 8f0a1d0f28 Issue #22226: Added private function _splitdict() in the Tkinter module. 12 years ago
Serhiy Storchaka c70386ec16 Issue #22131: Fixed a bug in handling an error occured during reading from 12 years ago
Serhiy Storchaka f54c350160 Issue #19524: Fixed resource leak in the HTTP connection when an invalid 12 years ago
Nick Coghlan 1d52096d14 Issue #22295: Adopt 'python -m pip' as the preferred invocation 12 years ago
Nick Coghlan af117ed3d7 Issue #22346: also include asyncio PEP 411 notice in 3.4 12 years ago
Ned Deily 1ff32a9169 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). 12 years ago
Serhiy Storchaka 848c8b29f6 Issue #20643: Removed unneeded (and wrong) class directives. 12 years ago
Serhiy Storchaka 607cb9cf99 Issue #22221: Add tests for compile() with source encoding cookie. 12 years ago
Terry Jan Reedy d43ffc9aba Issue #21933: Make Control-Mousewhell only change font size and not also scroll. 12 years ago
Terry Jan Reedy be74668dd5 NEWS items for Idle. 12 years ago
Terry Jan Reedy 67fe046878 NEWS items for turtledemo. 12 years ago
Terry Jan Reedy 70349141ee Issue #22051: remove unneeded reload that allowed bad code. 12 years ago
Victor Stinner 88b215e20f Issue #21440: test_zipfile: replace last direct calls to os.remove() with 12 years ago
Victor Stinner 57004c696a Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use 12 years ago
Victor Stinner 19c899c1b1 Issue #20957: test_smtpnet now uses support.transient_internet() to call 12 years ago
Victor Stinner 2bb8a08159 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open 12 years ago
Victor Stinner 6ab728612d Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 12 years ago
Terry Jan Reedy c6a1c02cce Issue #21933: Users can now change the font size for example code. 12 years ago
Victor Stinner 282124b8c4 Closes #22258: Fix the the internal function set_inheritable() on Illumos. 12 years ago
Berker Peksag a42ad6bf84 Remove unused imports. 12 years ago
Berker Peksag a7614d08bf Issue #19447: Suppress output of py_compile.compile(). 12 years ago
Ned Deily 29020b155a Issue #22320: Fix broken link in the General Python FAQ. 12 years ago
Jason R. Coombs 311321edc1 #22315: Use advertised API for OSError 12 years ago
Jason R. Coombs d28c5f00ef #22315: Use an existent directory for 'src' to trigger appropriate behavior. 12 years ago
Jason R. Coombs 47f44c9309 #22315: Provide an actual directory during test invocation. 12 years ago
Jason R. Coombs e572ce3fb5 #22315: Use technique outlined in test_file_util 12 years ago
Jason R. Coombs 4b02e7041c #22315: Add test to capture the failure. 12 years ago
Jason R. Coombs 1be2e82c57 Correct indent 12 years ago
Jason R. Coombs b4efbe8a58 Remove unused import 12 years ago
Victor Stinner d5aeccf976 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() 12 years ago
Victor Stinner 41f3c3f226 Closes #22275: asyncio: enhance documentation of OS support 12 years ago
Benjamin Peterson e218bcbf39 getuid() returns real process id not effective (closes #22307) 12 years ago
R David Murray 0cff49fcf9 #22215: have the smtplib 'quit' command reset the state. 12 years ago
Antoine Pitrou a64b92edd3 Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. 12 years ago