42 Commits (61baee0ee7c5183c80809e9b44da2542c682c235)

Author SHA1 Message Date
Sandro Tosi 61baee0ee7 #10741: add documentation for PyGILState_GetThisThreadState() 15 years ago
Victor Stinner 3cbf14bfb1 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago
Antoine Pitrou 0c759febb6 Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Jeffrey Yasskin 39370830a9 Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
Victor Stinner ef32bc8569 Merged revisions 78639 via svnmerge from 16 years ago
Victor Stinner 45b9be52de Merged revisions 78638 via svnmerge from 16 years ago
Antoine Pitrou 074e5ed974 Merge in the new GIL. 16 years ago
Christian Heimes 6a27efa2d3 Issue 3723: Fixed initialization of subinterpreters 17 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Martin v. Löwis 5b222135f8 Make identifiers str (not str8) objects throughout. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Brett Cannon 55fa66dd45 Add comments about PyThreadState and the usage of its fields. 21 years ago
Martin v. Löwis f30d60edbc Patch #510695: Add TSC profiling for the VM. 22 years ago
Tim Peters 174175bf3a Added a comment about the unreferenced PyThreadState.tick_counter 22 years ago
Nicholas Bastin c69ebe8d50 Enable the profiling of C functions (builtins and extensions) 22 years ago
Raymond Hettinger 4eec95ad2a SF patch #906501: Fix typos in pystate.h comments 22 years ago
Guido van Rossum b8b6d0c2c6 Add PyThreadState_SetAsyncExc(long, PyObject *). 23 years ago
Mark Hammond 8d98d2cb95 New PyGILState_ API - implements pep 311, from patch 684256. 23 years ago
Gustavo Niemeyer 5ddd4c3f77 Fixed SF bug #663074. The codec system was using global static 23 years ago
Guido van Rossum 6297a7a9fb - PyEval_GetFrame() is now declared to return a PyFrameObject * 23 years ago
Michael W. Hudson 019a78e76d Assorted patches from Armin Rigo: 24 years ago
Skip Montanaro d581d7792b replace thread state objects' ticker and checkinterval fields with two 24 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Guido van Rossum f5df46d701 Add a low-level API to access interpreters, for David Beazley. 25 years ago
Martin v. Löwis f0473d511b Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. 25 years ago
Fred Drake 9e3ad78444 This change adjusts the profiling/tracing support so that the common 25 years ago
Fred Drake 55fb6e0371 Revise the interface to the profiling and tracing support for the 25 years ago
Guido van Rossum 2975786dec Add a new API, PyThreadState_DeleteCurrent() that combines 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Fred Drake 5eb6d4e3bf ANSI-fication and Py_PROTO extermination. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum a8b47fe5c6 I can't seem to do anything right :-) 27 years ago
Guido van Rossum 275ea67e6b Add macro version of PyThreadState_GET(). This uses 27 years ago
Guido van Rossum 43466ec7b0 Add DL_IMPORT(returntype) for all officially exported functions. 27 years ago
Guido van Rossum 2c69336507 On second though, NEXITFUNCS should be defined in pythonrun.c and not 28 years ago
Guido van Rossum ee0a63bec5 Move 'dict' struct member to end of struct. This ensures binary 28 years ago
Guido van Rossum 204751b127 Add dict struct member and PyThreadState_GetDict() prototype. 28 years ago
Guido van Rossum 29e46a9a12 Mass checkin (more to follow for other directories). 29 years ago
Guido van Rossum 59943ba718 Added Py_PROTO macros for SunOS 4.x /bin/cc. 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago