79 Commits (fe1bcb64cd2e00dcb0d1fc77f627cb538510efa6)

Author SHA1 Message Date
Antoine Pitrou 56cd62c04a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 14 years ago
Antoine Pitrou 2b0218a259 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 14 years ago
Antoine Pitrou 75506e8b7c Issue #15726: Fix incorrect bounds checking in PyState_FindModule. 14 years ago
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 14 years ago
Brett Cannon 62228dbd6c Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Benjamin Peterson 3bf01757b6 move outside WITH_THREAD conditional 14 years ago
Benjamin Peterson 43162b8a02 take linkage def outside of WITH_THREAD conditional (closes #14569) 14 years ago
Charles-François Natali a233df885b Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the 14 years ago
Antoine Pitrou 8db076cf8a Issue #10363: Deallocate global locks in Py_Finalize(). 14 years ago
Antoine Pitrou 0c759febb6 Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 15 years ago
Victor Stinner 3cbf14bfb1 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago
Victor Stinner 793b531756 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Kristján Valur Jónsson 2fea9b961d issue 9786 Native TLS support for pthreads 15 years ago
Antoine Pitrou 3c6261a90b Merged revisions 84623 via svnmerge from 16 years ago
Antoine Pitrou 079ce54efe Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 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
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 21 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