1. 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 18 years ago
  2. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  3. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  4. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  5. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
  6. ab0e284 Zap ZAP. by Martin v. Löwis · 18 years ago
  7. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 18 years ago
  8. 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 18 years ago
  9. f4e6928 Patch 1413181, by Gabriel Becedillas. by Tim Peters · 19 years ago
  10. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  11. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  12. 867f2d4 You can have more than one thread state for a thread if they by Michael W. Hudson · 19 years ago
  13. 774479c Fix: by Michael W. Hudson · 19 years ago
  14. 0f1f63c Close the discussion in SF bug 1069160. by Guido van Rossum · 20 years ago
  15. fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit by Tim Peters · 20 years ago
  16. 89c0ec9 Revert rev 2.35. It was based on erroneous reasoning -- the current by Tim Peters · 20 years ago
  17. 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 20 years ago
  18. 5c14e64 PyGILState_Release(): If we need to delete the TLS entry for this thread, by Tim Peters · 20 years ago
  19. f9becec _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() by Tim Peters · 20 years ago
  20. 19717fa Style guide & consistency changes. No semantic changes. by Tim Peters · 20 years ago
  21. 4c1f5ec Trim trailing whitespace. by Tim Peters · 20 years ago
  22. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  23. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  24. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  25. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  26. 9e29625 Patch #729300: Disable error message if Python is not built for threads. by Martin v. Löwis · 21 years ago
  27. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  28. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  29. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  30. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 22 years ago
  31. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  32. 066a8df missed this one on the previous multi-file checkin - see by Skip Montanaro · 22 years ago
  33. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  34. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  35. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  36. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  37. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 24 years ago
  38. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  39. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  40. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  41. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  42. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  43. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  44. 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 25 years ago
  45. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago
  46. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  47. 22348dc The warning about thread still having a frame now only happens in verbose mode. by Guido van Rossum · 27 years ago
  48. 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
  49. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  50. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  51. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  52. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago