1. 11 Nov, 1993 2 commits
  2. 10 Nov, 1993 2 commits
  3. 08 Nov, 1993 2 commits
    • Sjoerd Mullender's avatar
      Use __init__ instead of init. · 43bbb483
      Sjoerd Mullender authored
      Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
      43bbb483
    • Guido van Rossum's avatar
      * string.py: added rindex(), rfind(); changed index() to interpret · cbb7ff32
      Guido van Rossum authored
        negative start indices starting from the right.
      * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
      * os.py: added execl, execlp, and execvp.
      * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
      * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
      * commands.py: use os, not posix
      * test_grammar.py: make it easy to disable non-portable int overflow tests
      * dis.py: don't abuse range()
      cbb7ff32
  4. 05 Nov, 1993 9 commits
  5. 03 Nov, 1993 1 commit
    • Guido van Rossum's avatar
      * nismodule.c: database keys and values can contain null bytes. be more · 7677437b
      Guido van Rossum authored
        careful about these.
      * arraymodule.c: added 8 byte swap; added 'i' format character; added
        reverse() method; rename read/write to fromfile/tofile.
      * config.c: Set version to 0.9.9++.
      * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts
        will have a well-defined effect independent of word size.
      * bltinmodule.c: renamed bagof() to filter().
      7677437b
  6. 02 Nov, 1993 1 commit
  7. 01 Nov, 1993 12 commits
  8. 30 Oct, 1993 3 commits
  9. 28 Oct, 1993 1 commit
  10. 27 Oct, 1993 6 commits
  11. 26 Oct, 1993 1 commit
    • Guido van Rossum's avatar
      * compile.[ch]: support for lambda() · 00ca6e64
      Guido van Rossum authored
      * PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC.
      * allobjects.h: added #include "rangeobject.h"
      * Grammar: added lambda_input; relaxed syntax for exec.
      * bltinmodule.c: added bagof, map, reduce, lambda, xrange.
      * tupleobject.[ch]: added resizetuple().
      * rangeobject.[ch]: new object type to speed up range operations (not
        convinced this is needed!!!)
      00ca6e64