88435 Commits (c2ccce791ccbe35bee0edea2dedabb0fc7ea5906)
 

Author SHA1 Message Date
Serhiy Storchaka c2ccce791c Issue #23641: Cleaned out legacy dunder names from tests and docs. 11 years ago
Serhiy Storchaka a60c2fe480 Issue #23641: Cleaned out legacy dunder names from tests and docs. 11 years ago
Berker Peksag da0870c87a Add versionadded directives for the matmul operator. 11 years ago
Berker Peksag e7e497bdca Issue #23651: Fix typo in allow_abbrev docs. 11 years ago
Berker Peksag 9bd8af788d Issue #23581: Add matmul support to MagicMock. 11 years ago
Berker Peksag 4a0e14730b Issue #20617: Remove unused import in test_ssl. 11 years ago
Berker Peksag 18987a11ce Issue #20617: Remove unused import in test_ssl. 11 years ago
Victor Stinner 3b6d0ae8fe Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } 11 years ago
Victor Stinner 95bb714ff7 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() 11 years ago
Victor Stinner ebaa81f3b1 Merge 3.4 (test_os) 11 years ago
Victor Stinner 0561c53d78 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() 11 years ago
Serhiy Storchaka b669bfc2be Issue #22928: Disabled HTTP header injections in http.client. 11 years ago
Serhiy Storchaka a112a8ae47 Issue #22928: Disabled HTTP header injections in http.client. 11 years ago
Victor Stinner 411bf641d3 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks 11 years ago
Serhiy Storchaka 91427733ea Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. 11 years ago
Serhiy Storchaka c775ad615a Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. 11 years ago
Ethan Furman 354ecf1ef2 Close issue23486: performance boost for enum member lookup 11 years ago
Serhiy Storchaka ca8b64461d Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with 11 years ago
Serhiy Storchaka cf4a2f29ad Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with 11 years ago
Ethan Furman 62e977f1b6 Close issue23467: add %r compatibility to bytes and bytearray 11 years ago
Steve Dower 6dd20c2d52 Removes unused format string insertion in launcher.c. 11 years ago
Steve Dower 13be8c2691 Removes unused format string insertion in launcher.c. 11 years ago
Antoine Pitrou 63afdaa110 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. 11 years ago
Antoine Pitrou a654510150 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. 11 years ago
Steve Dower 12541dc22e Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls 11 years ago
Steve Dower ebb8c2d528 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls 11 years ago
Steve Dower 3d3aaa1eab Adds note about installed debug binaries. 11 years ago
Steve Dower 959ee7c200 Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change 11 years ago
Victor Stinner e3e56fea2a Merge 3.4 (asyncio) 11 years ago
Victor Stinner 7a82afee70 asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet 11 years ago
Victor Stinner fb581d9154 Merge 3.4 (asyncio doc) 11 years ago
Victor Stinner 84c717dd9e asyncio doc: changes on the Queue API missed Python 3.4.3 release 11 years ago
Berker Peksag 55f1949225 Issue #23432: Remove duplicate content from SystemExit docs. 11 years ago
Berker Peksag 77a6b20a35 Issue #23432: Remove duplicate content from SystemExit docs. 11 years ago
Victor Stinner 80f6bb4cd8 Merge 3.4 (os doc) 11 years ago
Victor Stinner 47c41b4e4d Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example 11 years ago
Victor Stinner 37f2034802 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 11 years ago
Victor Stinner 524a5ba111 Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). 11 years ago
Victor Stinner 283f3f8ab3 Issue #23571: Oops, fix #ifdef assert() 11 years ago
Steve Dower 8011382285 Issue #23619: Ensure C variable is initialized before using it. 11 years ago
Benjamin Peterson 5d2d63ed7d merge 3.4 11 years ago
Benjamin Peterson 101447b3fe fix up import style 11 years ago
Larry Hastings 551719be4a Merge. 11 years ago
Larry Hastings cfac654165 Post-release changes for 3.5.0a2. 11 years ago
Ned Deily 52eb536c99 Issue #23617: Correct plurals typo noted by Kentrell Johnson. 11 years ago
Ned Deily 8be2142377 Issue #23617: Correct plurals typo noted by Kentrell Johnson. 11 years ago
Steve Dower c49de35585 Issue #23612: Fixes upgrade code and version for Windows installer. 11 years ago
Steve Dower 1872f93fd1 Minor updates to Windows installer upload script. 11 years ago
Antoine Pitrou 5bd7bf5bab Issue #22980: Under Linux, C extensions now include bitness in the file name, 11 years ago
Benjamin Peterson af098a221a merge 3.4 (#23608) 11 years ago