COMMITS
/ Misc/SpecialBuilds.txt February 7, 2025
B
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
April 16, 2022
D
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney committed
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
April 27, 2019
P
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Paul Ganssle committed
April 24, 2019
V
bpo-36465: Fix test_regrtest on Windows (GH-12945)
Victor Stinner committed
August 25, 2018
D
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
Danish Prakash committed
November 28, 2016
V
Issue #28799: Update Misc/SpecialBuilds.txt
Victor Stinner committed
September 9, 2016
B
remove ceval timestamp support
Benjamin Peterson committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
March 2, 2015
B
remove mention of Python 2.2 and 2.3
Benjamin Peterson committed
March 30, 2014
B
update notes to talk about -X showrefcount
Benjamin Peterson committed
September 20, 2013
T
Update internal comments to say _something_ about the "API ID".
Tim Peters committed
December 28, 2010
G
Remove history; adapt a bit more to reST, since this will once be part of the dev guide.
Georg Brandl committed
December 15, 2010
A
Encourage --with-pydebug rather than individual setting of debug options.
Antoine Pitrou committed
March 14, 2010
G
Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
Georg Brandl committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
November 7, 2005
B
Fix typo in envvar name.
Brett Cannon committed
April 24, 2005
B
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant
Brett Cannon committed
April 20, 2005
B
Clarify usage of OPT by noting that if it is set the default values will be
Brett Cannon committed
April 19, 2005
B
Add a line explaining what env var to use to set the compiler flags and an
Brett Cannon committed
January 18, 2005
M
tweaks, small updates
Michael W. Hudson committed
August 12, 2004
M
This is my patch:
Michael W. Hudson committed
April 18, 2003
T
_Py_PrintReferenceAddresses(): also print the type name. In real use
Tim Peters committed
March 23, 2003
T
When Py_TRACE_REFS is defined, a list of all live objects is maintained in
Tim Peters committed
February 5, 2003
J
Small function call optimization and special build option for call stats.
Jeremy Hylton committed
July 30, 2002
M
Repair fill-paragraph damage.
Michael W. Hudson committed
M
add description of LLTRACE.
Michael W. Hudson committed
July 11, 2002
G
Replace rare tabs with 4 spaces, assuming that's what was intended.
Guido van Rossum committed
T
Noted the releases in which COUNT_ALLOCS can blow up.
Tim Peters committed
T
Recorded the introduction release for each gimmick, as best I was able to
Tim Peters committed
T
Some clarifications.
Tim Peters committed
July 10, 2002
T
Documented PYMALLOC_DEBUG. This completes primary coverage of all the
Tim Peters committed
T
Clarified sys.getobjects() pragmatics.
Tim Peters committed
July 9, 2002
T
Typo repair.
Tim Peters committed
T
Moved COUNT_ALLOCS down and finished writing its description.
Tim Peters committed
T
Checkin comment.
Tim Peters committed
T
New file to try to document the "special build" preprocessor symbols.
Tim Peters committed