summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't use NDEBUGGuido van Rossum1996-05-242-7/+3
* X11 install.sh scriptGuido van Rossum1996-05-241-0/+119
* Removed most of the README text since it is all about the Mac specificGuido van Rossum1996-05-241-161/+5
* Fix typos (need to use tag_bind, not bind).Guido van Rossum1996-05-241-3/+2
* Added mkfifo, ftruncate. Windows/PC changes.Guido van Rossum1996-05-231-31/+214
* Be more careful about default args.Guido van Rossum1996-05-231-16/+25
* Use struct _inittab def from import.hGuido van Rossum1996-05-231-4/+1
* Added flock().Guido van Rossum1996-05-231-0/+29
* Microsoft C changesGuido van Rossum1996-05-231-1/+4
* Subtle Windows changesGuido van Rossum1996-05-231-2/+2
* Use sigaction if possibleGuido van Rossum1996-05-231-0/+6
* Windows/PC changesGuido van Rossum1996-05-231-7/+40
* Added __doc__ strings. Added get_soundex().Guido van Rossum1996-05-231-2/+36
* Watcom changes.Guido van Rossum1996-05-231-1/+18
* removed verbose decl; added win3.1 dynamic linking.Guido van Rossum1996-05-231-3/+19
* moved verbose decl to pydebug.h; added dos_8x3 featureGuido van Rossum1996-05-231-2/+18
* Added copyright.Guido van Rossum1996-05-231-1/+31
* removed sime redundant header includes and decls.Guido van Rossum1996-05-231-8/+0
* Removed some redundant header includes.Guido van Rossum1996-05-231-5/+5
* new debugger symbol namesGuido van Rossum1996-05-233-8/+8
* TRACE_REFS -> Py_TRACE_REFSGuido van Rossum1996-05-231-2/+2
* Added PySys_SetPath.Guido van Rossum1996-05-221-0/+1
* Don't declare Py_FatalError.Guido van Rossum1996-05-221-1/+2
* Define DL_IMPORT if necessary.Guido van Rossum1996-05-221-1/+6
* Added __WATCOMC__ as DOS compiler.Guido van Rossum1996-05-221-1/+1
* Added decl for PyImport_Init.Guido van Rossum1996-05-221-2/+6
* Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.Guido van Rossum1996-05-221-2/+3
* Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum1996-05-221-0/+3
* Debug related variable/function definitions go here.Guido van Rossum1996-05-221-0/+40
* Non-trivial DL_IMPORT must now be defined in config.h.Guido van Rossum1996-05-221-17/+16
* Use new names for debug macros. Don't include pythonrun.h.Guido van Rossum1996-05-221-6/+5
* TRACE_REFS -> Py_TRACE_REFS.Guido van Rossum1996-05-221-1/+5
* Added some visual enhancements of debugging ifdefs.Guido van Rossum1996-05-221-5/+11
* Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.Guido van Rossum1996-05-221-8/+2
* Plug memory leak in the previous fix :-(Guido van Rossum1996-05-211-1/+0
* Fix obscure bug in string%mapping where the mapping creates its itemsGuido van Rossum1996-05-211-21/+12
* more changes copied from GrailGuido van Rossum1996-05-212-60/+98
* Modified for 1.3.3 distributionJack Jansen1996-05-201-17/+10
* Added splash method (to quickly display splash screen without firstJack Jansen1996-05-201-0/+20
* Added wasteJack Jansen1996-05-201-0/+6
* Fixed callback handling on 68K machines.Jack Jansen1996-05-202-16/+22
* re-binhexed for 1.3.3 distributionJack Jansen1996-05-206-237/+239
* Added waste and _tkinter modulesJack Jansen1996-05-201-0/+2
* Recreated tkpython.rsrc, upped version numberJack Jansen1996-05-204-3486/+3567
* Added USE_WASTE defineJack Jansen1996-05-201-0/+1
* Fixed up for 1.3.3 distribution, removed various old (and nuused)Jack Jansen1996-05-2019-8984/+5114
* Export OptResObj_{New,Convert}Jack Jansen1996-05-201-0/+2
* Changed for 1.3.3 distributionJack Jansen1996-05-202-17/+144
* Remember source filename as <module>.__file__.Guido van Rossum1996-05-161-0/+3
* Made Place.info == Pack.infoGuido van Rossum1996-05-162-2/+20