85016 Commits (ee558260727d160d43b14fc01851f73ef94ea587)
 

Author SHA1 Message Date
Terry Jan Reedy ee55826072 Issue #13540: add missing markup. 12 years ago
Ned Deily ec7aaf5de4 Issue #21166: fix typo in comment 12 years ago
Terry Jan Reedy 65e3ecb3e2 Issue #22243: fix except grammar in reference. 12 years ago
Terry Jan Reedy 004e87048a Issue #22232 (partial fix): update Universal newlines Glossary entry. 12 years ago
Terry Jan Reedy 130f303ba5 Merge heads. 12 years ago
Nick Coghlan a5bbc2ea3d Forward port PEP 466 What's New in 2.7 updates 12 years ago
Ned Deily fcbc246e9f Issue #21166: Prevent possible segfaults and other random failures of 12 years ago
Berker Peksag 0242f79051 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. 12 years ago
Berker Peksag 31f8a677a4 Issue #19447: Add a test case to py_compile.compile() to make sure 12 years ago
Berker Peksag eb265ab873 Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. 12 years ago
Brett Cannon 14ad5319d9 Issue #22191: Fix warnings.__all__. 12 years ago
Senthil Kumaran a969ae2e11 Fix issue22245 - Fix urllib2_localnet test. 12 years ago
Senthil Kumaran 783737625d Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. 12 years ago
Terry Jan Reedy 37ed873ac2 Idle ColorDelegator: finish removing code for 'as'. 12 years ago
Terry Jan Reedy c1a723a0b3 Idle ColorDelegator: remove special case code for 'as' in import statements. 12 years ago
Serhiy Storchaka 996c3deafe Fixed typo. 12 years ago
Serhiy Storchaka 76b47655ff Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. 12 years ago
Serhiy Storchaka d6ec309c36 Clean up test_user_command. 12 years ago
Benjamin Peterson 0c56bb97ea remove 2.2 and 2.6 compat code (closes #22200) 12 years ago
Serhiy Storchaka d9e9528818 Issue #22165: Fixed test_undecodable_filename on Mac OS. 12 years ago
Serhiy Storchaka 87bbf257ef Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. 12 years ago
Serhiy Storchaka 97f17ff840 Issue #22201: Command-line interface of the zipfile module now correctly 12 years ago
Serhiy Storchaka a64ce5d744 Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. 12 years ago
Serhiy Storchaka cb5bc408ad Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. 12 years ago
Senthil Kumaran 402df0975c backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 12 years ago
Victor Stinner 7869a4e03a Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from 12 years ago
Victor Stinner 8e7966b00e Closes #22205: sys._debugmallocstats is a cpython specific feature, so 12 years ago
Senthil Kumaran b2e3a939bf Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. 12 years ago
Terry Jan Reedy f819ef74da Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. 12 years ago
Terry Jan Reedy 011b55b8d7 #22053: actually remove .txt files from 3.4. 12 years ago
Terry Jan Reedy 94ee51ed9e Issue #10291: Backport 004fe3449193 with a few changes due to 22095. 12 years ago
Terry Jan Reedy 0726ddf449 Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. 12 years ago
Serhiy Storchaka 547d3bc3a6 Issue #22193: Added private function _PySys_GetSizeOf() needed to implement 12 years ago
Berker Peksag 143fe05da1 Issue #21445: Pass exception messages correctly to assertTrue in 12 years ago
Serhiy Storchaka cd3aacf525 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() 12 years ago
Raymond Hettinger 4d58897fdb Issue 22184: Early detection and reporting of missing lru_cache parameters 12 years ago
Serhiy Storchaka 4d83192ea0 Decreased memory requirements of new tests added in issue21448. 12 years ago
Serhiy Storchaka 320a1c0ff7 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. 12 years ago
Serhiy Storchaka 6f20170762 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on 12 years ago
Antoine Pitrou c04d468333 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. 12 years ago
Zachary Ware f9dd274692 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). 12 years ago
Victor Stinner 337e03ff78 Issue #22112, asyncio doc: replace loop.create_task(coro) with 12 years ago
Victor Stinner 6d201685e4 Close #22175: Improve test_faulthandler readability with dedent. 12 years ago
Raymond Hettinger ac191ce1d3 Issue #22174: Clean-up grammar and ambiguities in property() docs. 12 years ago
Raymond Hettinger 31b3683d9b Issue #22180: Remove weak example 12 years ago
Benjamin Peterson acb8c52343 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) 12 years ago
doko@ubuntu.com 3b48af018f - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement 12 years ago
doko@ubuntu.com 6a66f155df - Issue #22176: Add src/x86/win32.S for x86 libffi builds. 12 years ago
doko@ubuntu.com 736a913321 - Issue #22176: Update the ctypes module's libffi to v3.1. This release 12 years ago
Serhiy Storchaka 4f06d604c4 Issue #22161: Conformed arguments type checks in ctype to actually supported 12 years ago