- f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 29 years ago
- feeadef document OverflowError exception on mktime() by Guido van Rossum · 29 years ago
- 264302d atol supports trailing l/L if base is 0 by Guido van Rossum · 29 years ago
- c171552 document non-BSD SIGCHLD behaviour by Guido van Rossum · 29 years ago
- 789742b change jars email by Guido van Rossum · 29 years ago
- 8c07bb4 listdir no longer returns . or ..; added remove==unlink by Guido van Rossum · 29 years ago
- 71b1815 hypot is now always supported by Guido van Rossum · 29 years ago
- d2966cb don't die on unreadable files etc. by Guido van Rossum · 29 years ago
- 3326b67 Re-binhexed all projects. by Jack Jansen · 29 years ago
- 4fbb6d9 Added cmath module by Jack Jansen · 29 years ago
- d390325 Modules implementing WWW and URL suite, and a module to control netscape. by Jack Jansen · 29 years ago
- 7e156a7 Added missing get() method by Jack Jansen · 29 years ago
- bdd0747 Fixed access to Quickdraw globals. Unfortunately, they now have to be by Jack Jansen · 29 years ago
- 05a6d8f remove rcs history by Guido van Rossum · 29 years ago
- e36e1fe support fast mode for gdmb by Guido van Rossum · 29 years ago
- 15ad9a6 only use 'j' for imaginary constants by Guido van Rossum · 29 years ago
- c96ef6a properly initialize optional arguments to apply() by Guido van Rossum · 29 years ago
- faa436c use only j for imaginary constants by Guido van Rossum · 29 years ago
- efa3143 add keyword args to CanvasItem class __init__ by Guido van Rossum · 29 years ago
- 15c4fec more recent linux header files by Guido van Rossum · 29 years ago
- 8c8a02a speed up unquote() by using atoi() instead of eval() by Guido van Rossum · 29 years ago
- 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 29 years ago
- 0eaa74b add acct() method to send new account name by Guido van Rossum · 29 years ago
- ba42664 fix typo in _setval() return value by Guido van Rossum · 29 years ago
- 6700142 backward compatible interface for bsddb by Guido van Rossum · 29 years ago
- 0182c06 inherit error from _mod.error by Guido van Rossum · 29 years ago
- 13ad35a real test for executable script by Guido van Rossum · 29 years ago
- 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 29 years ago
- eacce12 add missing loop step to parseplist() by Guido van Rossum · 29 years ago
- f7476c5 fix default arg for read() -- should be -1 by Guido van Rossum · 29 years ago
- 06d7441 add ComplexType by Guido van Rossum · 29 years ago
- 7241879 use 'j' instead of 'i' for imaginary constants by Guido van Rossum · 29 years ago
- 1e7b2aa Removed unused var by Jack Jansen · 29 years ago
- 9fbcc6a (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. by Barry Warsaw · 29 years ago
- 996e6dc Corrected format string in api_version_warning. by Sjoerd Mullender · 29 years ago
- b89f32e Added prototype for PySys_SetArgv by Jack Jansen · 29 years ago
- 6c6ad83 Set default item for dialog by Jack Jansen · 29 years ago
- 76c79e9 Added 16-bit pixel support for some operations. by Jack Jansen · 29 years ago
- ba1de3b Fixed off-by-one error in rle-decode, and allow whitespace in base64 by Jack Jansen · 29 years ago
- 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 29 years ago
- 79fb732 Added Fm module by Jack Jansen · 29 years ago
- 00bd2e5 adde cmath; added version numbers to tk/tcl libs by Guido van Rossum · 29 years ago
- 3206268 added default hypot() implementation by Guido van Rossum · 29 years ago
- b123691 64-bit patch by Guido van Rossum · 29 years ago
- b28911c added new.classobj() by Guido van Rossum · 29 years ago
- c0fd1c0 fix argcount bug for build_node_children by Guido van Rossum · 29 years ago
- ca42b16 clear addr buffer before calling getsockname by Guido van Rossum · 29 years ago
- 71aa32f complex math by Guido van Rossum · 29 years ago
- f595fde changes for pow(**) and complex by Guido van Rossum · 29 years ago
- c7fea2f add sigrelse() call for SunOS 4.1; add some fflush() calls by Guido van Rossum · 29 years ago
- d8b4925 added complex and c objects by Guido van Rossum · 29 years ago
- 97ead3f Hack to force loading of cobject.o by Guido van Rossum · 29 years ago
- 39739ea better power implementation by Guido van Rossum · 29 years ago
- cf3d108 Added PyComplex_AsCComplex by Guido van Rossum · 29 years ago
- ff4af06 __hpux -> hpux equivalence by Guido van Rossum · 29 years ago
- b0352fa fix args options for setcheckinterval by Guido van Rossum · 29 years ago
- beeda8a changes for power (**) operator by Guido van Rossum · 29 years ago
- 50564e8 changes for complex and power (**) operator by Guido van Rossum · 29 years ago
- 8a5c5d2 changes for complex numbers by Guido van Rossum · 29 years ago
- 0bfd6c3 Added power (**) operator by Guido van Rossum · 29 years ago
- 5990592 added decl for PyComplex_AsCComplex by Guido van Rossum · 29 years ago
- 3d1f095 changes for ** (power) operator by Guido van Rossum · 29 years ago
- b17d5de changes for complex numbers by Guido van Rossum · 29 years ago
- e0dbd59 bump api version by Guido van Rossum · 29 years ago
- 3ca2a95 added complex and c object.h; get rid of Py_FatalError by Guido van Rossum · 29 years ago
- f9fca92 complex numbers a la Konrad Hinsen by Guido van Rossum · 29 years ago
- 77654a7 opaque C object a la Jim Fulton by Guido van Rossum · 29 years ago
- 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 29 years ago
- bf220a1 Added font manager toolbox module by Jack Jansen · 29 years ago
- 195e33e - Fixed bug in getfillable() - Added setcallback() method to set a user-callback by Jack Jansen · 29 years ago
- 6259af9 An interface to the font manager by Jack Jansen · 29 years ago
- c8a9949 Various fixes/enhancements, thanks to Ivan and Just: by Jack Jansen · 29 years ago
- 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 29 years ago
- 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 29 years ago
- b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 29 years ago
- 7d1eba9 Added extra module argument varstuff, to declare extra module-level vars by Jack Jansen · 29 years ago
- 29c6121 A different binhexer, apparently:-( by Jack Jansen · 29 years ago
- 6601964 Fixed example by Jack Jansen · 29 years ago
- e8ea21b Added pathname2url and url2pathname methods (only correct for unix and by Jack Jansen · 29 years ago
- b678975 (Minimal) instructions on how to build python from source by Jack Jansen · 29 years ago
- b696b25 Added missing newline by Jack Jansen · 29 years ago
- 5a01fe0 Common header file for all plugin modules by Jack Jansen · 29 years ago
- f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 29 years ago
- dc3e3f6 Fixed local file access for macintosh by Jack Jansen · 29 years ago
- 4f508ad Sample image drawing code (not fully functional yet) by Jack Jansen · 29 years ago
- 6f47bf4 Minor bugfix in keyboard input handling by Jack Jansen · 29 years ago
- 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
- 72b56e8 don't return from main loop when error occurs by Guido van Rossum · 29 years ago
- 9cfea10 It now actually works. Also, MovieInWindow and VerySimplePlayer by Jack Jansen · 29 years ago
- 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 29 years ago
- 1e4ce73 Added Sint8 and Uint8 types by Jack Jansen · 29 years ago
- 0a54ae2 Added cm and qt demos by Jack Jansen · 29 years ago
- cbc0358 Added QuickTime module by Jack Jansen · 29 years ago
- 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
- 992ded8 fix free memory reads in dictlookup et al by Guido van Rossum · 29 years ago
- e5fe4af Use global statement instead of importing ourselves to get to global variable. by Sjoerd Mullender · 29 years ago
- 453ced5 still untested (but it compiles) by Jack Jansen · 29 years ago
- 8b13703 Added Cm.slb, the component mgr interface by Jack Jansen · 29 years ago
- cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
- b996856 Component mgr support by Jack Jansen · 29 years ago