Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: changed URL format to <URL:...>; added section on Tk. | Guido van Rossum | 1995-01-04 | 8 | -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 call | Guido van Rossum | 1995-01-02 | 2 | -0/+6 |
| | | | | lookmapping() for empty dictionary | ||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 18 | -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 version | Guido van Rossum | 1995-01-02 | 1 | -138/+75 |
| | |||||
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 12 | -96/+170 |
| | | | | can now be NULL. | ||||
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 15 | -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 Rossum | 1995-01-02 | 1 | -0/+13 |
| | | | | locals arguments | ||||
* | * Lib/mhlib.py: added movemessage(), copymessage(), added copy | Guido van Rossum | 1995-01-02 | 1 | -8/+81 |
| | | | | fallback for refilemessages(), and updated the docs | ||||
* | The usual changes when a release is nearing... | Guido van Rossum | 1995-01-02 | 9 | -1530/+2238 |
| | |||||
* | Posted as 1.18 | Guido van Rossum | 1995-01-02 | 1 | -389/+483 |
| | |||||
* | Add hacks for switching protocol and path but leaving host unchanged | Guido van Rossum | 1994-12-30 | 2 | -2/+14 |
| | |||||
* | Test new __import__ module, test reload of built-in module, test | Guido van Rossum | 1994-12-30 | 4 | -2/+12 |
| | | | | has_key() on empty dictionary | ||||
* | Fixed 'propagate' method | Guido van Rossum | 1994-12-30 | 2 | -8/+10 |
| | |||||
* | Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; | Guido van Rossum | 1994-12-30 | 5 | -15/+18 |
| | | | | rest: abort() -> fatal(); small things | ||||
* | Lots of small things, see ChangeLog | Guido van Rossum | 1994-12-30 | 9 | -10/+14 |
| | |||||
* | Ported the editor to X. The GL version won't work. | Sjoerd Mullender | 1994-12-21 | 1 | -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 the | Barry Warsaw | 1994-12-16 | 1 | -0/+7 |
| | | | | re-search-backwards landing you inside a mult-line string. | ||||
* | Added comment symbols around word after #endif. | Sjoerd Mullender | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | Let extensions start at the last period after the last slash in the | Sjoerd Mullender | 1994-12-14 | 1 | -1/+6 |
| | | | | name. | ||||
* | Can't remember the reason for the change, but it was necessary. :-) | Sjoerd Mullender | 1994-12-14 | 2 | -6/+6 |
| | |||||
* | Added libaifc.tex to list of library files. | Sjoerd Mullender | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | Ported to CodeWarrior | Jack Jansen | 1994-12-14 | 2 | -1/+4 |
| | |||||
* | New routines: | Jack Jansen | 1994-12-14 | 2 | -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 CodeWarrior | Jack Jansen | 1994-12-14 | 2 | -0/+61 |
| | | | | runtime system. | ||||
* | - Use PyErr_Mac for nicer exceptions | Jack Jansen | 1994-12-14 | 1 | -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 Jansen | 1994-12-14 | 1 | -0/+22 |
| | |||||
* | Enlarged version buffer (nobody expects the spanish inquisition:-) | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | | | | Support for new sys.path code in config.c | ||||
* | - PYTHONPATH is now \n-separated, so you can have directories with | Jack Jansen | 1994-12-14 | 1 | -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 compiler | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | |||||
* | Interface to MacTCP and the MacTCP Domain Name Resolver | Jack Jansen | 1994-12-14 | 5 | -0/+2204 |
| | |||||
* | - Added Version method | Jack Jansen | 1994-12-14 | 1 | -129/+127 |
| | | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior | ||||
* | Interface to Mac Communications Toolbox (only Connection Manager for | Jack Jansen | 1994-12-14 | 1 | -0/+585 |
| | | | | now) | ||||
* | This file (which is Guido's) was somehow missing... | Jack Jansen | 1994-12-14 | 1 | -0/+64 |
| | |||||
* | New standard modules for the mac. | Jack Jansen | 1994-12-14 | 3 | -0/+337 |
| | |||||
* | - Added ability to get at strings embedded in the struct | Jack Jansen | 1994-12-14 | 2 | -1/+30 |
| | | | | - For the mac, added ability to get at pascal-style strings | ||||
* | Removed extraneous fclose() in case of .pyc file argument | Jack Jansen | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | Use \n as PYTHONPATH delimiter on Mac (less likely to occur in | Jack Jansen | 1994-12-14 | 1 | -1/+2 |
| | | | | filenames than space). | ||||
* | Added missing initialization | Jack Jansen | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | Added hook for better mac error messages. | Jack Jansen | 1994-12-14 | 1 | -0/+10 |
| | |||||
* | Initial revision | Barry Warsaw | 1994-12-12 | 1 | -0/+1670 |
| | |||||
* | Use /depot/gnu/plat/bin/perl | Barry Warsaw | 1994-12-05 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'release111'.v1.1.1 | cvs2svn | 1994-11-10 | 1 | -0/+1 |
| | |||||
* | bugfix release | Guido van Rossum | 1994-11-10 | 5 | -50/+101 |
| | |||||
* | next release | Guido van Rossum | 1994-11-10 | 1 | -0/+9 |
| | |||||
* | typos | Guido van Rossum | 1994-11-10 | 2 | -8/+8 |
| | |||||
* | misc stuff | Guido van Rossum | 1994-11-10 | 1 | -21/+43 |
| | |||||
* | workshop attendees etc | Guido van Rossum | 1994-11-10 | 1 | -4/+23 |
| | |||||
* | python-mode-hook instead of py-mode-hook | Guido van Rossum | 1994-11-10 | 1 | -4/+13 |
| | |||||
* | added timer and file callbacks and global mainloop and quit fns | Guido van Rossum | 1994-11-10 | 1 | -2/+156 |
| | |||||
* | don't use backslashes for continuation lines | Guido van Rossum | 1994-11-10 | 1 | -5/+5 |
| |