summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: changed URL format to <URL:...>; added section on Tk.Guido van Rossum1995-01-048-78/+252
| | | | | | | Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff.
* * Objects/mappingobject.c (mappingremove): don't callGuido van Rossum1995-01-022-0/+6
| | | | lookmapping() for empty dictionary
* Another bulky set of minor changes.Guido van Rossum1995-01-0218-85/+222
| | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
* Think 6.0 versionGuido van Rossum1995-01-021-138/+75
|
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-0212-96/+170
| | | | can now be NULL.
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-0215-995/+1777
| | | | | | err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c.
* * Lib/test/test_b1.py: test eval() and execfile() with globals,Guido van Rossum1995-01-021-0/+13
| | | | locals arguments
* * Lib/mhlib.py: added movemessage(), copymessage(), added copyGuido van Rossum1995-01-021-8/+81
| | | | fallback for refilemessages(), and updated the docs
* The usual changes when a release is nearing...Guido van Rossum1995-01-029-1530/+2238
|
* Posted as 1.18Guido van Rossum1995-01-021-389/+483
|
* Add hacks for switching protocol and path but leaving host unchangedGuido van Rossum1994-12-302-2/+14
|
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-304-2/+12
| | | | has_key() on empty dictionary
* Fixed 'propagate' methodGuido van Rossum1994-12-302-8/+10
|
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-305-15/+18
| | | | rest: abort() -> fatal(); small things
* Lots of small things, see ChangeLogGuido van Rossum1994-12-309-10/+14
|
* Ported the editor to X. The GL version won't work.Sjoerd Mullender1994-12-211-1/+1
| | | | | | | This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor".
* (py-compute-indentation): in `t' clause, watch for theBarry Warsaw1994-12-161-0/+7
| | | | re-search-backwards landing you inside a mult-line string.
* Added comment symbols around word after #endif.Sjoerd Mullender1994-12-141-1/+1
|
* Let extensions start at the last period after the last slash in theSjoerd Mullender1994-12-141-1/+6
| | | | name.
* Can't remember the reason for the change, but it was necessary. :-)Sjoerd Mullender1994-12-142-6/+6
|
* Added libaifc.tex to list of library files.Sjoerd Mullender1994-12-141-1/+1
|
* Ported to CodeWarriorJack Jansen1994-12-142-1/+4
|
* New routines:Jack Jansen1994-12-142-0/+89
| | | | | | | | macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications.
* Unix functionality expected by python but missing from CodeWarriorJack Jansen1994-12-142-0/+61
| | | | runtime system.
* - Use PyErr_Mac for nicer exceptionsJack Jansen1994-12-141-25/+57
| | | | | | - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff)
* Ported to MetroWerks, which misses file-descriptor like functionality.Jack Jansen1994-12-141-0/+22
|
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
| | | | Support for new sys.path code in config.c
* - PYTHONPATH is now \n-separated, so you can have directories withJack Jansen1994-12-141-2/+75
| | | | | | | | | | | | spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string.
* Added support for MetroWerks CodeWarrior compilerJack Jansen1994-12-141-1/+5
|
* Interface to MacTCP and the MacTCP Domain Name ResolverJack Jansen1994-12-145-0/+2204
|
* - Added Version methodJack Jansen1994-12-141-129/+127
| | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
* Interface to Mac Communications Toolbox (only Connection Manager forJack Jansen1994-12-141-0/+585
| | | | now)
* This file (which is Guido's) was somehow missing...Jack Jansen1994-12-141-0/+64
|
* New standard modules for the mac.Jack Jansen1994-12-143-0/+337
|
* - Added ability to get at strings embedded in the structJack Jansen1994-12-142-1/+30
| | | | - For the mac, added ability to get at pascal-style strings
* Removed extraneous fclose() in case of .pyc file argumentJack Jansen1994-12-141-1/+1
|
* Use \n as PYTHONPATH delimiter on Mac (less likely to occur inJack Jansen1994-12-141-1/+2
| | | | filenames than space).
* Added missing initializationJack Jansen1994-12-141-1/+1
|
* Added hook for better mac error messages.Jack Jansen1994-12-141-0/+10
|
* Initial revisionBarry Warsaw1994-12-121-0/+1670
|
* Use /depot/gnu/plat/bin/perlBarry Warsaw1994-12-051-1/+1
|
* This commit was manufactured by cvs2svn to create tag 'release111'.v1.1.1cvs2svn1994-11-101-0/+1
|
* bugfix releaseGuido van Rossum1994-11-105-50/+101
|
* next releaseGuido van Rossum1994-11-101-0/+9
|
* typosGuido van Rossum1994-11-102-8/+8
|
* misc stuffGuido van Rossum1994-11-101-21/+43
|
* workshop attendees etcGuido van Rossum1994-11-101-4/+23
|
* python-mode-hook instead of py-mode-hookGuido van Rossum1994-11-101-4/+13
|
* added timer and file callbacks and global mainloop and quit fnsGuido van Rossum1994-11-101-2/+156
|
* don't use backslashes for continuation linesGuido van Rossum1994-11-101-5/+5
|