| 1995-01-07 |
Guido van Rossum | * Python/bltinmodule.c: restructured coerce(), divmod... |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | Grammar changed |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | NT dlls have .pyd extension instead of .dll |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | * Objects/classobject.c: added 5th (function) parameter to |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | * Objects/methodobject.c: changed drastically, the... |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | Added __doc__ attribute (alias func_doc), initialized... |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | initialize __doc__ to None |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | added getattr(), supporting __doc__ and _name__ |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | attribute-less object is AttributeError, not TypeError |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | initmodule2 -> initmodule3 (with doc string) |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | totally revamped |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | do not call newmethodobject directly |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | Changed since Grammar has changed |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | add 5th arg to instancebinop |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | added func_doc |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | added ml_doc and changed newmethodlist interface |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | new tp_str and tp_doc members in type object |
commit | commitdiff | tree | snapshot |
| 1995-01-07 |
Guido van Rossum | changed import to support NAME.NAME...NAME |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | New file -- creates FAQ.html. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 to copyright message; added a few people... |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Moved 1.1 and 1.1.1 news here |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added clarifying comment |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | sys.stderr(...) should be sys.stderr.write(), of course |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | copyright.tex: Add 1995 to copyright message. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | spam -> foo (etc.) in examples |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 to copyright message. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 to copyright message. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 to copyright message. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 to copyright message. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | Added 1995 copyright. |
commit | commitdiff | tree | snapshot |
| 1995-01-04 |
Guido van Rossum | README: changed URL format to <URL:...>; added section... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | * Objects/mappingobject.c (mappingremove): don't call |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | Another bulky set of minor changes. |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | Think 6.0 version |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | Lots of minor changes. Note for mappingobject.c: the... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | Lots of changes, most minor (fatal() instead of abort... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | * Lib/test/test_b1.py: test eval() and execfile()... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | * Lib/mhlib.py: added movemessage(), copymessage(... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | The usual changes when a release is nearing... |
commit | commitdiff | tree | snapshot |
| 1995-01-02 |
Guido van Rossum | Posted as 1.18 |
commit | commitdiff | tree | snapshot |
| 1994-12-30 |
Guido van Rossum | Add hacks for switching protocol and path but leaving... |
commit | commitdiff | tree | snapshot |
| 1994-12-30 |
Guido van Rossum | Test new __import__ module, test reload of built-in... |
commit | commitdiff | tree | snapshot |
| 1994-12-30 |
Guido van Rossum | Fixed 'propagate' method |
commit | commitdiff | tree | snapshot |
| 1994-12-30 |
Guido van Rossum | Parser/tokenizer.c (tok_nextc): zap tok->buf after... |
commit | commitdiff | tree | snapshot |
| 1994-12-30 |
Guido van Rossum | Lots of small things, see ChangeLog |
commit | commitdiff | tree | snapshot |
| 1994-12-21 |
Sjoerd Mullender | Ported the editor to X. The GL version won't work. |
commit | commitdiff | tree | snapshot |
| 1994-12-16 |
Barry Warsaw | (py-compute-indentation): in `t' clause, watch for the |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Sjoerd Mullender | Added comment symbols around word after #endif. |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Sjoerd Mullender | Let extensions start at the last period after the last... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Sjoerd Mullender | Can't remember the reason for the change, but it was... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Sjoerd Mullender | Added libaifc.tex to list of library files. |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Ported to CodeWarrior |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | New routines: |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Unix functionality expected by python but missing from... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | - Use PyErr_Mac for nicer exceptions |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Ported to MetroWerks, which misses file-descriptor... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Enlarged version buffer (nobody expects the spanish... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | - PYTHONPATH is now \n-separated, so you can have direc... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Added support for MetroWerks CodeWarrior compiler |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Interface to MacTCP and the MacTCP Domain Name Resolver |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | - Added Version method |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Interface to Mac Communications Toolbox (only Connectio... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | This file (which is Guido's) was somehow missing... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | New standard modules for the mac. |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | - Added ability to get at strings embedded in the struct |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Removed extraneous fclose() in case of .pyc file argument |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Use \n as PYTHONPATH delimiter on Mac (less likely... |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Added missing initialization |
commit | commitdiff | tree | snapshot |
| 1994-12-14 |
Jack Jansen | Added hook for better mac error messages. |
commit | commitdiff | tree | snapshot |
| 1994-12-12 |
Barry Warsaw | Initial revision |
commit | commitdiff | tree | snapshot |
| 1994-12-05 |
Barry Warsaw | Use /depot/gnu/plat/bin/perl |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.1.1 |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | bugfix release |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | next release |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | typos |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | misc stuff |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | workshop attendees etc |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | python-mode-hook instead of py-mode-hook |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | added timer and file callbacks and global mainloop... |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | don't use backslashes for continuation lines |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | don't fail moving empty list of shared modules |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | replace abort() calls by fatal() |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | set name to <lambda> instead of None for lambdas |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | prevent core dump for old getargs() with NULL arg |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | call err_clear in err_setval |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | fix pow() core dump |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | fix comparison of instances without _-cmp__ |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | pl1.1.1; added newgetargs renaming |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | improved prompt format |
commit | commitdiff | tree | snapshot |
| 1994-11-10 |
Guido van Rossum | more complete tests of built-in functions |
commit | commitdiff | tree | snapshot |
| 1994-11-03 |
Sjoerd Mullender | Removed erroneous +. |
commit | commitdiff | tree | snapshot |
| 1994-11-03 |
Sjoerd Mullender | Removed erroneous +. |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | test for presence of stddef.h |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | run sharedinstall; add BINDIR macros etc |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | include stddef.h |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | added option interface |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | fix bug in poly.minus |
commit | commitdiff | tree | snapshot |
| 1994-10-20 |
Guido van Rossum | clarifications |
commit | commitdiff | tree | snapshot |
| next |