382 Commits (d393c1b227f22fb9af66040b2b367c99a4d1fa9a)

Author SHA1 Message Date
Eric Snow d393c1b227 bpo-28411: Isolate PyInterpreterState.modules (#3575) 8 years ago
Eric Snow dae0276bb6 bpo-30860: Fix a refleak. (#3567) 8 years ago
Eric Snow 93c92f7d1d bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) 8 years ago
Eric Snow 8728018624 bpo-30860: Fix a refleak. (#3506) 8 years ago
Eric Snow 2ebc5ce42a bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
Nick Coghlan 5a8516701f bpo-31344: Per-frame control of trace events (GH-3417) 8 years ago
Antoine Pitrou a6a4dc816d bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
Eric Snow 05351c1bd8 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) 8 years ago
Eric Snow 76d5abc868 bpo-30860: Consolidate stateful runtime globals. (#2594) 8 years ago
Eric Snow 86b7afdfee bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) 8 years ago
INADA Naoki 6b42eb1764 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) 9 years ago
INADA Naoki a8f8d5b4bd bpo-29585: optimize site.py startup time (GH-136) 9 years ago
Victor Stinner 865de27dd7 bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998) 9 years ago
Segev Finer 48fb766f70 bpo-30567: Fix refleak in sys.getwindowsversion (#1940) 9 years ago
Eric Snow 6b4be195cd bpo-22257: Small changes for PEP 432. (#1728) 9 years ago
Ned Deily 5c4b0d063a bpo-27593: Get SCM build info from git instead of hg. (#446) 9 years ago
Yen Chi Hsuan 72e81d00ee bpo-29556: Remove unused #include <langinfo.h> (#98) 9 years ago
Serhiy Storchaka 228b12edcc Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
Victor Stinner 7e42541d08 Use _PyObject_CallMethodIdObjArgs() 9 years ago
Victor Stinner f17c3de263 Use _PyObject_CallNoArg() 9 years ago
Victor Stinner 7bfb42d5b7 Issue #28858: Remove _PyObject_CallArg1() macro 9 years ago
Victor Stinner de4ae3d486 Backed out changeset b9c9691c72c5 9 years ago
Victor Stinner d6958ac6c0 Add sys.getandroidapilevel() 9 years ago
Victor Stinner 27580c1fb5 Replace PyObject_CallFunctionObjArgs() with fastcall 9 years ago
Victor Stinner 048afd98b3 Remove CALL_PROFILE special build 9 years ago
Serhiy Storchaka 85b0f5beb1 Added the const qualifier to char* variables that refer to readonly internal 9 years ago
Serhiy Storchaka 06515833fe Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
Victor Stinner 0cae609847 Use PyThreadState_GET() in performance critical code 9 years ago
Ned Deily da4887a88d Issue #28616: Correct help for sys.version_info releaselevel component. 9 years ago
Steve Dower 74f4af7ac3 Issue #27932: Prevent memory leak in win32_ver(). 9 years ago
Steve Dower 1ec262be80 Issue #27932: Prevent memory leak in win32_ver(). 9 years ago
Benjamin Peterson 4fd64b9a6a remove ceval timestamp support 9 years ago
Yury Selivanov 87672d777a Issue #28003: Fix a compiler warning 9 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
Steve Dower cc16be85c0 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
Larry Hastings 10108a7b9a Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
Victor Stinner 559bb6a713 Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
Victor Stinner c3ccaae6f3 sys_pyfile_write_unicode() now uses fast call 9 years ago
Victor Stinner 78da82bf3e call_trampoline() now uses fast call 9 years ago
doko@ubuntu.com 5553231b91 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to 10 years ago
Stefan Krah 1845d144bc Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. 10 years ago
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var 10 years ago
Victor Stinner bfd316e750 Add _PyThreadState_UncheckedGet() 10 years ago
Serhiy Storchaka 576f132b98 Issue #20440: Cleaning up the code by using Py_SETREF. 10 years ago
Serhiy Storchaka 2d06e84455 Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
Victor Stinner cf01b68b88 sysmodule.c: reuse Py_STRINGIFY() macro 10 years ago
Victor Stinner 50856d5ae7 sys.setrecursionlimit() now raises RecursionError 10 years ago
Yury Selivanov d8cf382ee7 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private 11 years ago
Benjamin Peterson baa2e562ce use our normal bracing style 11 years ago
Yury Selivanov 1dde177f82 Issue #24017: Plug ref leak. 11 years ago