60 Commits (69e9727657dad167215b656de910d95cefe1ee45)

Author SHA1 Message Date
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Antoine Pitrou 3c6261a90b Merged revisions 84623 via svnmerge from 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Victor Stinner ef32bc8569 Merged revisions 78639 via svnmerge from 16 years ago
Martin v. Löwis 276c3718e3 Issue #3327: Don't overallocate in the modules_by_index list. 17 years ago
Christian Heimes 6a27efa2d3 Issue 3723: Fixed initialization of subinterpreters 17 years ago
Georg Brandl 6aa2d1fec7 Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes e1c981161c Merged revisions 60143-60149 via svnmerge from 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 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 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Tim Peters f4e6928c4d Patch 1413181, by Gabriel Becedillas. 20 years ago
Michael W. Hudson ce7da6c5e9 Forward port bugfix: 21 years ago
Michael W. Hudson 188d4366be Fix bug: 21 years ago
Michael W. Hudson 867f2d45cd You can have more than one thread state for a thread if they 21 years ago
Michael W. Hudson 774479c68b Fix: 21 years ago
Guido van Rossum 0f1f63cf07 Close the discussion in SF bug 1069160. 21 years ago
Tim Peters fb1ffb0ebb SF bug 1061968: threads: segfault or Py_FatalError at exit 22 years ago
Tim Peters 89c0ec9beb Revert rev 2.35. It was based on erroneous reasoning -- the current 22 years ago
Tim Peters 8470558a04 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. 22 years ago
Tim Peters 5c14e6498a PyGILState_Release(): If we need to delete the TLS entry for this thread, 22 years ago
Tim Peters f9becec8cd _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() 22 years ago
Tim Peters 19717fa33a Style guide & consistency changes. No semantic changes. 22 years ago
Tim Peters 4c1f5ecfe3 Trim trailing whitespace. 22 years ago
Martin v. Löwis f30d60edbc Patch #510695: Add TSC profiling for the VM. 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Martin v. Löwis f9ce67d65f Initialize thread_id to 0 in unthreaded build. Fixes #770247. 23 years ago
Guido van Rossum b8b6d0c2c6 Add PyThreadState_SetAsyncExc(long, PyObject *). 23 years ago
Martin v. Löwis 9e29625a1b Patch #729300: Disable error message if Python is not built for threads. 23 years ago
Mark Hammond 8d98d2cb95 New PyGILState_ API - implements pep 311, from patch 684256. 23 years ago
Guido van Rossum 0fc8f00252 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() 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 066a8df3a4 missed this one on the previous multi-file checkin - see 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 5755ce693d 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
Tim Peters 412f246024 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Moshe Zadka 9fb6af9640 Removing warnings by gcc -Wall -- cast ugly || to void. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago