Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repair fill-paragraph damage. | Michael W. Hudson | 2002-07-30 | 1 | -8/+9 |
| | | | | | Clarify LLTRACE description. It was introduced in 1992, revision 2.20 of ceval.c, well before Python 1.0! | ||||
* | add description of LLTRACE. | Michael W. Hudson | 2002-07-30 | 1 | -6/+18 |
| | |||||
* | Replace rare tabs with 4 spaces, assuming that's what was intended. | Guido van Rossum | 2002-07-11 | 1 | -7/+7 |
| | |||||
* | Noted the releases in which COUNT_ALLOCS can blow up. | Tim Peters | 2002-07-11 | 1 | -0/+1 |
| | |||||
* | Recorded the introduction release for each gimmick, as best I was able to | Tim Peters | 2002-07-11 | 1 | -10/+18 |
| | | | | | reconstruct that info. Filled out some sketchy explanations of pragmatics. | ||||
* | Some clarifications. | Tim Peters | 2002-07-11 | 1 | -3/+9 |
| | |||||
* | Documented PYMALLOC_DEBUG. This completes primary coverage of all the | Tim Peters | 2002-07-10 | 1 | -0/+52 |
| | | | | | "special builds" I ever use. If you use others, document them here, or don't be surprised if I rip out the code for them <0.5 wink>. | ||||
* | Clarified sys.getobjects() pragmatics. | Tim Peters | 2002-07-10 | 1 | -6/+11 |
| | |||||
* | Typo repair. | Tim Peters | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | Moved COUNT_ALLOCS down and finished writing its description. | Tim Peters | 2002-07-09 | 1 | -6/+45 |
| | |||||
* | Checkin comment. | Tim Peters | 2002-07-09 | 1 | -1/+2 |
| | |||||
* | New file to try to document the "special build" preprocessor symbols. | Tim Peters | 2002-07-09 | 1 | -0/+76 |
Incomplete. Add to it! Once it settles down, it would make a nice appendix in the real docs. |