summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct two typosGuido van Rossum1997-03-032-2/+2
* Fix name of PyObject_GetAttrStringGuido van Rossum1997-03-031-1/+1
* Added (minimal) StringIO docs.Guido van Rossum1997-03-035-1/+31
* Fix up indentation of examples to use 4 spaces instead of tabs.Guido van Rossum1997-02-282-118/+118
* Remove the list of Python users, replace it with a pointer to theGuido van Rossum1997-02-261-38/+2
* Added new ftp mirror site ftp://ftp.cdrom.com/pub/python/ (Walnut Creek CDROM).Guido van Rossum1997-02-251-0/+1
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-244-4/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-2417-205/+114
* Re-generated from new (CW11) universal headersJack Jansen1997-02-245-50/+215
* (python-font-lock-keywords): Use new convention for installing in modeBarry Warsaw1997-02-241-2/+3
* Removing this -- complex numbers are now builtin,Guido van Rossum1997-02-231-275/+0
* Change all three fopen calls to use binary mode.Guido van Rossum1997-02-211-3/+3
* Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.Guido van Rossum1997-02-211-118/+76
* Removed nonstandard strftime formats (strftime is tested moreGuido van Rossum1997-02-201-2/+2
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
* Added calldll moduleJack Jansen1997-02-201-0/+1
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-203-0/+13
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
* Comments around identifier after #endifJack Jansen1997-02-201-1/+1
* Added operator, errno and soundex modules.Jack Jansen1997-02-201-1/+7
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
* Remove some bogus code that would cause a NameError if a -r option was passed.Guido van Rossum1997-02-191-5/+0
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0
* join(): Wax the incorrect leading commentBarry Warsaw1997-02-182-8/+0
* Document the new join() semantics.Barry Warsaw1997-02-182-32/+12
* Restructured quite a bit, hopefully Lee Busby will find this useful.Guido van Rossum1997-02-181-50/+82
* join(): join one or more path componentsBarry Warsaw1997-02-183-26/+42
* Added a paragraph to describe clear_cache(), and why it's necessary.Barry Warsaw1997-02-182-0/+14
* Document the new get_syntax() function.Barry Warsaw1997-02-182-0/+8
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15
* regex_get_syntax(): New module function exported to Python.Barry Warsaw1997-02-181-0/+12
* Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env isGuido van Rossum1997-02-181-1/+1
* Change the question about os.environ changes not working -- it nowGuido van Rossum1997-02-171-19/+10
* Two changes:Guido van Rossum1997-02-171-0/+10
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-152-50/+20
* Add fpectl and fpetest modules.Guido van Rossum1997-02-141-0/+7
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-142-0/+6
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-148-1/+492
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-145-4/+38
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-143-10/+63
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-144-0/+168
* Fix the comments for bitwise and/or.Guido van Rossum1997-02-141-6/+6
* Keep gcc -Wall happy.Guido van Rossum1997-02-142-3/+3
* Added decl for Py_AddPendingCall and include mymalloc.h, all to keepGuido van Rossum1997-02-141-0/+4
* Add parentheses around && within || as gcc -Wall advises.Guido van Rossum1997-02-141-1/+1
* Oops, remove an unused variable from PyErr_Format().Guido van Rossum1997-02-141-1/+0