- 09 Sep, 1994 1 commit
-
-
Guido van Rossum authored
putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code
-
- 07 Sep, 1994 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
after it has been freed.
-
Guido van Rossum authored
rename1.h: add PyArg_GetInt.
-
Guido van Rossum authored
that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette.
-
- 06 Sep, 1994 4 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
Guido van Rossum authored
-
- 05 Sep, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 31 Aug, 1994 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 30 Aug, 1994 12 commits
-
-
Guido van Rossum authored
rest: the usual
-
Guido van Rossum authored
its own version now) * Python/bltinmodule.c (builtin_tuple): use pre-existing listtuple(v) for lists
-
Guido van Rossum authored
contributed a curses interface. Setup.in uses .c instead of .o now.
-
Guido van Rossum authored
ACKS: Added Ulf README: fix typo
-
Guido van Rossum authored
Tkinter.py: on destroy(), remove self from master's dict of children
-
Guido van Rossum authored
example
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 29 Aug, 1994 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
*module.o/*module.so * Python/import.c: if initializing a module did not enter the module into sys.modules, it may have raised an exception -- don't override this exception. Merged NT changes * Python/import.c: add lost NT-specific code back in Fixed NT changes
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
pow(x,y,z) == pow(x,y)%z, but without incurring overflow
-
Guido van Rossum authored
-
Guido van Rossum authored
the exception returned by a syntax error (when reported) would contain an object with refcnt zero! MPW changes
-
Guido van Rossum authored
pow(x,y,z) == pow(x,y)%z, but without incurring overflow Correct problems found by THINK C 6.0
-
Guido van Rossum authored
Add cast for Lance
-
Guido van Rossum authored
-
Guido van Rossum authored
literal (for "completeness" test)
-
Guido van Rossum authored
-
Guido van Rossum authored
CHILD(n,i) for i >= NCH(n)
-