88 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
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
Collin Winter e19d7a3c0a Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. 19 years ago
Collin Winter 276887b16d Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Georg Brandl b14b59fcf9 Backport rev. 51987: superfluous semicola. 20 years ago
Neal Norwitz d3f91908dd Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. 20 years ago
Georg Brandl ec6c2dfb63 Forward-port of rev. 51857: 20 years ago
Neal Norwitz 0bcafac29e Building with HP's cc on HP-UX turned up a couple of problems. 20 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
Tim Peters 4643c2fda1 Followup to bug #1069160. 20 years ago
Neal Norwitz e1fdb32ff2 Handle allocation failures gracefully. Found with failmalloc. 20 years ago
Tim Peters 112aad3630 SF bug 1524317: configure --without-threads fails to build 20 years ago
Tim Peters 32a8361f2d After approval from Anthony, merge the tim-current_frames 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis ab0e284a24 Zap ZAP. 20 years ago
Anthony Baxter ac6bd46d5c spread the extern "C" { } magic pixie dust around. Python itself builds now 20 years ago
Anthony Baxter 7b782b61c5 more low-hanging fruit to make code compile under a C++ compiler. Not 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