summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 100 bottles of beer on the wall example.Guido van Rossum1998-12-211-0/+14
* Add macro version of PyThreadState_GET(). This usesGuido van Rossum1998-12-211-0/+11
* Make current_tstate a global, _PyThreadState_Current. This is toGuido van Rossum1998-12-211-10/+10
* Add XXX comment about the need to add a dump() method to the TextGuido van Rossum1998-12-211-0/+1
* Add XXX comment about a test that doesn't seem right -- no time toGuido van Rossum1998-12-211-0/+1
* A mod whose author I forget. (I must've mislaid the email. If it'sGuido van Rossum1998-12-211-8/+19
* Sjoerd Mullender:Guido van Rossum1998-12-211-24/+34
* replace missing zalloc initialization (test_zlib now runsJeremy Hylton1998-12-211-0/+1
* remove debugging fprintf (should have checked this before previousJeremy Hylton1998-12-211-2/+0
* Typo discovered by Just.Guido van Rossum1998-12-211-1/+1
* Use __stdin__ instead of stdin to derive FileType -- safer againstGuido van Rossum1998-12-191-1/+1
* Fred's sysconfig module.Greg Ward1998-12-181-0/+106
* patches from AndrewJeremy Hylton1998-12-181-23/+51
* Chris H. writes:Guido van Rossum1998-12-181-1/+1
* Improved instructions by Chris H.Guido van Rossum1998-12-181-4/+26
* Initial checkin of distutils source files.Greg Ward1998-12-182-0/+301
* Sjoerd Mullender writes:Guido van Rossum1998-12-182-111/+180
* When _PyString_Resize() reports failure, the variable referring to theFred Drake1998-12-181-5/+0
* Fix the class browser to work even when the file is not on sys.path.Guido van Rossum1998-12-182-3/+3
* Forgot to check this in for Chris HerborthGuido van Rossum1998-12-181-0/+153
* Sjoerd Mullender:Guido van Rossum1998-12-181-6/+16
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-183-9/+21
* The usualGuido van Rossum1998-12-171-153/+155
* Several tiny changes:Guido van Rossum1998-12-171-2/+4
* Patch by Chris Herborth:Guido van Rossum1998-12-171-0/+4
* Patch by Chris Herborth:Guido van Rossum1998-12-171-1/+7
* Changes for new BeOS port by Chris HerborthGuido van Rossum1998-12-173-149/+74
* Jim Fulton writes:Guido van Rossum1998-12-151-42/+73
* Move the prototype for dump_counts() to before where it is used.Guido van Rossum1998-12-151-4/+4
* Sjoerd Mullender:Guido van Rossum1998-12-152-3/+7
* (py-goto-beginning-of-tqs): Finds the beginning of the triple quotedBarry Warsaw1998-12-151-11/+28
* Added most of the mechanism to change the strips from color variationsBarry Warsaw1998-12-151-20/+101
* A start on the TestModExp appletBarry Warsaw1998-12-153-6/+6
* grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2?Barry Warsaw1998-12-151-4/+8
* "Author" -> "Contact"Barry Warsaw1998-12-144-8/+8
* Fixed bug reported to Gregor Hoffleit:Andrew M. Kuchling1998-12-141-1/+1
* As noted by Per Cederqvist, new_buffersize() sometimes returns theGuido van Rossum1998-12-111-2/+11
* When tracing references, reset the type and size of tuples allocatedGuido van Rossum1998-12-111-0/+4
* Need to initialize self->safe_constructors early on to prevent crashGuido van Rossum1998-12-111-0/+1
* Gregor Hoffleit writes:Guido van Rossum1998-12-111-1/+1
* create_module_info(): New function: Modify a <section> to create aFred Drake1998-12-101-13/+99
* Remove another {\rm ...} construct.Fred Drake1998-12-101-2/+2
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6
* Remove prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-102-6/+0
* Add more SET_LINENO instructions in long argument listsGuido van Rossum1998-12-101-1/+7
* Remove prototype for PyOS_strtol -- Chris Herborth.Guido van Rossum1998-12-101-1/+0
* Add prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-101-0/+9
* Need to define DL_EXPORT, of course!Guido van Rossum1998-12-101-0/+1
* No longer needed.Guido van Rossum1998-12-101-473/+0
* Needed to add DL_EXPORT to (redundant?) extern decl of module init function.Guido van Rossum1998-12-102-2/+2