| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46670: Remove unused macros in the Python directory (GH-31192) | Victor Stinner | 2022-02-07 | 1 | -4/+2 |
|
|
* | bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) | Victor Stinner | 2022-01-21 | 1 | -1/+2 |
|
|
* | bpo-46417: Finalize structseq types at exit (GH-30645) | Victor Stinner | 2022-01-21 | 1 | -0/+11 |
|
|
* | bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971) | Eric Snow | 2021-12-07 | 1 | -1/+1 |
|
|
* | bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) | Victor Stinner | 2021-08-06 | 1 | -0/+19 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -2/+0 |
|
|
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | Victor Stinner | 2020-04-14 | 1 | -1/+1 |
|
|
* | bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) | Victor Stinner | 2020-04-14 | 1 | -1/+1 |
|
|
* | bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) | Victor Stinner | 2020-03-13 | 1 | -1/+1 |
|
|
* | bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) | Raymond Hettinger | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-35081: Rename internal headers (GH-10275) | Victor Stinner | 2018-11-12 | 1 | -1/+1 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -1/+1 |
|
|
* | bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) | Victor Stinner | 2018-08-03 | 1 | -1/+1 |
|
|
* | bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#... | Serhiy Storchaka | 2017-12-12 | 1 | -1/+1 |
|
|
* | bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) | Masayuki Yamamoto | 2017-10-06 | 1 | -32/+28 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | Eric Snow | 2017-09-08 | 1 | -6/+2 |
|
|
* | Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) | Eric Snow | 2017-09-06 | 1 | -1/+6 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#2594) | Eric Snow | 2017-09-06 | 1 | -6/+1 |
|
|
* | bpo-30832: Remove own implementation for thread-local storage (#2537) | Masayuki Yamamoto | 2017-07-03 | 1 | -213/+8 |
|
|
* | Doc nits for bpo-16500 (#1841) | Antoine Pitrou | 2017-05-28 | 1 | -1/+1 |
|
|
* | bpo-30279: Remove unused Python/thread_foobar.h (#1473) | Masayuki Yamamoto | 2017-05-05 | 1 | -6/+0 |
|
|
* | bpo-6532: Make the thread id an unsigned integer. (#781) | Serhiy Storchaka | 2017-03-23 | 1 | -4/+4 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|
|
* | | Issue #22156: Fix "comparison between signed and unsigned integers" compiler | Victor Stinner | 2014-08-15 | 1 | -1/+1 |
|/ |
|
* | Issue #19787: PyThread_set_key_value() now always set the value | Victor Stinner | 2013-12-13 | 1 | -12/+8 |
|
|
* | Backout changeset 46393019b650 | Victor Stinner | 2013-12-13 | 1 | -8/+12 |
|
|
* | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, | Victor Stinner | 2013-12-13 | 1 | -12/+8 |
|
|
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -2/+4 |
|
|
* | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | Victor Stinner | 2013-07-07 | 1 | -4/+4 |
|
|
* | #16135: Removal of OS/2 support (I) | Jesus Cea | 2012-10-04 | 1 | -4/+0 |
|
|
* | Issue #11863: Remove support for legacy systems deprecated in Python 3.2 | Antoine Pitrou | 2011-07-08 | 1 | -43/+0 |
|
|
* | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -29/+54 |
|
|
* | Issue #11223: fix compiler warnings | Victor Stinner | 2011-04-20 | 1 | -0/+3 |
|
|
* | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -0/+57 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -132/+132 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -132/+132 |
|
|
* | | Disable support for Irix threads | Antoine Pitrou | 2009-10-24 | 1 | -6/+1 |
|
|
* | | Disable GNU pth support | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | | Disable support for SunOS LWP | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | | Disable support for Mach C Threads. | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -4/+0 |
|/ |
|
* | Merged revisions 68455,68476,68542 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -4/+0 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -1/+11 |
|
|
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+31 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
|
|