summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small clarifications / lay outGuido van Rossum1995-04-102-51/+41
|
* OS/2 thread supportGuido van Rossum1995-04-101-0/+214
|
* correct typo in exampleGuido van Rossum1995-04-101-1/+1
|
* typos, layout and other small thingsGuido van Rossum1995-04-1044-120/+174
|
* Graham MatthewsGuido van Rossum1995-04-071-0/+1
|
* typo bf should be \bfGuido van Rossum1995-04-072-2/+2
|
* first update from KenGuido van Rossum1995-04-071-24/+38
|
* call test() when run as scriptGuido van Rossum1995-04-071-0/+3
|
* original received from KenGuido van Rossum1995-04-071-0/+956
|
* change comparing instance methodsGuido van Rossum1995-04-061-4/+3
|
* Use variables from module cd instead of CD.Sjoerd Mullender1995-04-065-22/+21
|
* change in counting freed objectsGuido van Rossum1995-04-061-4/+4
|
* Also count UNREF's as freeing an object (only relevant whenSjoerd Mullender1995-04-061-1/+2
| | | | COUNT_ALLOCS is defined).
* finalizing 1.2Guido van Rossum1995-04-051-1/+1
|
* removed some harsh words and added some clarificationsGuido van Rossum1995-04-051-21/+30
|
* Jaap V's versionGuido van Rossum1995-04-051-0/+312
|
* backup Makefile tooGuido van Rossum1995-04-051-1/+13
|
* added Linux specific filesGuido van Rossum1995-04-0510-0/+1376
|
* two new modules for the Mac toolboxGuido van Rossum1995-04-052-0/+590
|
* changed treatment of local timeGuido van Rossum1995-04-041-19/+8
|
* minor thingsGuido van Rossum1995-04-046-18/+20
|
* more complete examplesGuido van Rossum1995-04-042-18/+46
|
* update list of supported os-esGuido van Rossum1995-04-042-4/+4
|
* Use mappinglookup instead of dictlookup for looking up __builtin__.Sjoerd Mullender1995-04-041-1/+7
|
* documented termios + TERMIOSGuido van Rossum1995-03-313-3/+213
|
* added TERMIOS.pyGuido van Rossum1995-03-314-0/+772
|
* renaming phase 3Guido van Rossum1995-03-311-15/+15
|
* rewritten AbstractGuido van Rossum1995-03-302-12/+58
|
* rewritten introductionGuido van Rossum1995-03-302-30/+90
|
* change \dfn to be \em not \slGuido van Rossum1995-03-301-1/+1
|
* added WNOHANGGuido van Rossum1995-03-302-2/+12
|
* restructured docs for callback typesGuido van Rossum1995-03-302-42/+66
|
* init sys_checkinterval to 10Guido van Rossum1995-03-301-1/+1
|
* flush stdout before writing to stderr in print_error()Guido van Rossum1995-03-301-0/+1
|
* move decl of realmain() out of #ifdefGuido van Rossum1995-03-301-1/+2
|
* add WNOHANGGuido van Rossum1995-03-301-0/+8
|
* rename debug() to set_debuglevel()Guido van Rossum1995-03-301-1/+2
|
* added "pystone" benchmarkGuido van Rossum1995-03-303-0/+459
|
* fix dusty debugging macrosGuido van Rossum1995-03-296-11/+11
|
* fix subtle refcnt bugGuido van Rossum1995-03-291-10/+11
|
* Don't reference removed files in MakefileGuido van Rossum1995-03-281-2/+2
|
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-2855-259/+883
|
* don't print PLAINTEXT = ...Guido van Rossum1995-03-282-4/+4
|
* remove (C) from copyright msgGuido van Rossum1995-03-282-2/+2
|
* add input time.sty; don't fiddle with sidemarginsGuido van Rossum1995-03-281-2/+3
|
* version 1.2-proof-3Guido van Rossum1995-03-282-2/+2
|
* use {} instead of \ after \copyrightGuido van Rossum1995-03-282-2/+2
|
* Use newgetargs instead of getargs.Sjoerd Mullender1995-03-281-167/+146
| | | | | | | | Check if objects are closed in getattr function instead of in each method. Removed functions sbtoa and timetoa. Added functions msftoframe. Added variables that used to be in standard module CD.
* New documentation on the CD module.Sjoerd Mullender1995-03-285-0/+579
|
* adapted to new naming; clarify comments somewhatGuido van Rossum1995-03-283-12/+14
|