5099 Commits (17061a99b03dc101e7ab7a20ab23411f077b3efe)

Author SHA1 Message Date
Victor Stinner 17061a99b0 Use Py_ssize_t in _PyEval_EvalCodeWithName() 9 years ago
Victor Stinner c70200165c Issue #27128: Cleanup _PyEval_EvalCodeWithName() 9 years ago
Victor Stinner 3ee933f1c3 Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error 9 years ago
Victor Stinner 6974cf2c27 Issue #27776: Cleanup random.c 9 years ago
Victor Stinner cecdd9634b Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore 9 years ago
Victor Stinner 4bad3b622e Issue #27776: Cleanup random.c 9 years ago
Nick Coghlan d00342347e Issue #26823: Abbreviate recursive tracebacks 10 years ago
Serhiy Storchaka 9171a8b4ce Issue #27574: Decreased an overhead of parsing keyword arguments in functions 10 years ago
Raymond Hettinger 08eef3ff49 Re-linewrap comments 10 years ago
Martin Panter 69332c1a64 Fix spelling and grammar in documentation and code comments 10 years ago
Serhiy Storchaka 133138a284 Issue #22557: Now importing already imported modules is up to 2.5 times faster. 10 years ago
Martin Panter d2f87472fe Issue #17596: MINGW: add wincrypt.h in Python/random.c 10 years ago
Martin Panter 95f53c13ce Issue #16191: Fix up references to renamed variables 10 years ago
Serhiy Storchaka 80ab069f1b Issue #27419: Added temporary workaround for subinterpreters. 10 years ago
Serhiy Storchaka b3b65e618c Issue #27419: Standard __import__() no longer look up "__import__" in globals 10 years ago
Brett Cannon b2f8a801c2 Check in update for importlib_external.h 10 years ago
Brett Cannon 7ca63cb7cc Fix regressions introduced by fixes for issue #27083. 10 years ago
Benjamin Peterson e09ed5419b make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) 10 years ago
Brett Cannon 2247e5c48c Update frozen importlib code 10 years ago
Brett Cannon fdcdd9ed80 Issue #26896: Disambiguate uses of "importer" with "finder". 10 years ago
Serhiy Storchaka 1a2b24f02d Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
Serhiy Storchaka 7e160ce356 Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 10 years ago
Serhiy Storchaka fbd1523525 Issue #27352: Correct the validation of the ImportFrom AST node and simplify 10 years ago
Serhiy Storchaka da9c513414 Issue #27255: Added more predictions in ceval.c. 10 years ago
Serhiy Storchaka cfdfbb4d3c Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. 10 years ago
Victor Stinner d7292b5e9f Issue #27336: Fix compilation on Windows 10 years ago
Berker Peksag 531396c764 Issue #27336: Fix compilation failures --without-threads 10 years ago
Victor Stinner ec721f3305 py_getrandom(): use long type for the syscall() result 10 years ago
Serhiy Storchaka 694de3bff7 Issue #27301: Fixed incorrect return codes for errors in compile.c. 10 years ago
Victor Stinner c72828ba33 cleanup random.c 10 years ago
Victor Stinner b98a36e8f3 Fix os.urandom() using getrandom() on Linux 10 years ago
doko@ubuntu.com 5553231b91 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to 10 years ago
Serhiy Storchaka 64204de04c Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 10 years ago
Serhiy Storchaka 5697c4b641 Comment fixes extracted from patch by Demur Rumed. 10 years ago
Serhiy Storchaka 3c317e76a2 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling 10 years ago
Serhiy Storchaka 6a7506a77f Issue #27140: Added BUILD_CONST_KEY_MAP opcode. 10 years ago
Serhiy Storchaka f41b82fb19 Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support 10 years ago
Martin Panter 39b1025356 Fix typo and move comment to appropriate condition 10 years ago
Yury Selivanov a6f6edbda8 Issue #27243: Fix __aiter__ protocol 10 years ago
Serhiy Storchaka 5dee6551e2 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. 10 years ago
Victor Stinner cfb1961f61 py_getrandom(): use char* instead of void* for the destination 10 years ago
Victor Stinner dddf4849ec os.urandom() doesn't block on Linux anymore 10 years ago
Martin Panter 3ee6270262 Fix typos in code comment and documentation 10 years ago
Serhiy Storchaka c7385f31d3 Issue #27138: Regenerate Python/importlib_external.h. 10 years ago
Martin Panter 46f50726a0 Issue #27076: Doc, comment and tests spelling fixes 10 years ago
Serhiy Storchaka 74f2fe6489 Fixed the use of _Py_IS_ALIGNED (issue #27097). 10 years ago
Serhiy Storchaka f60bf5f7d6 Issue #27097: Python interpreter is now about 7% faster due to optimized 10 years ago
Serhiy Storchaka b0f80b0312 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. 10 years ago
Serhiy Storchaka 13e602ea0f Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" 10 years ago
Victor Stinner 744c34e2ea Cleanup import.c 10 years ago