- 1c9daa8 handle missing QUERY_STRING by Guido van Rossum · 29 years ago
- 3b7b813 recognize a few more file types by Guido van Rossum · 29 years ago
- 54c1510 improved test/main program by Guido van Rossum · 29 years ago
- a1e7e62 fix bug with missing default for last arg (discovered by Tommy Burnette) by Guido van Rossum · 29 years ago
- befa14f #undef argument, for the Mac by Guido van Rossum · 29 years ago
- 020dfe7 include Python.h by Guido van Rossum · 29 years ago
- 650ae0a remove unwanted fatal() from err_badcall() by Guido van Rossum · 29 years ago
- 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
- 8ca687a use Py_PROTO macro by Guido van Rossum · 29 years ago
- 8ba873b adapted to K&R C by Guido van Rossum · 29 years ago
- 6f011d7 Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise by Sjoerd Mullender · 29 years ago
- 0c6563f (py-electric-colon): turn off electric behavior inside strings and comments. by Barry Warsaw · 29 years ago
- 57697af (python-mode): comment-multi-line must be nil for Emacs 19 by Barry Warsaw · 29 years ago
- c01c5c8 (py-compute-indentation): when inside a comment, indent to under the by Barry Warsaw · 29 years ago
- e77438c new version from configure.in by Guido van Rossum · 29 years ago
- 7c53b77 plug some leaks by Guido van Rossum · 29 years ago
- 1c20648 added SITEPATH and DESTPATH variables by Guido van Rossum · 29 years ago
- 55a214e on osf/1, never use gcc; added test for strftime() by Guido van Rossum · 29 years ago
- bbc3410 added 5th return item, clock time, to posix.times() by Guido van Rossum · 29 years ago
- a3127e8 added strop.translate(s, table) by Guido van Rossum · 29 years ago
- 8d8c1ee added time.strftime() by Guido van Rossum · 29 years ago
- 26ee809 added strftime by Guido van Rossum · 29 years ago
- f65f278 added string.translate(s, table) by Guido van Rossum · 29 years ago
- 1e15061 add realtime as 5th item to os.times() return value by Guido van Rossum · 29 years ago
- 93cf55e HP-Prec is not 64-bit by Guido van Rossum · 29 years ago
- a67dee3 move uncomfortable backslash by Guido van Rossum · 29 years ago
- 502d960 incompletely converted to Tk 4.0 by Guido van Rossum · 29 years ago
- c27e042 adapted to Tk 4.0 and CNRI man page locations by Guido van Rossum · 29 years ago
- 69428f1 improve fonts; Tk 4.0 aware by Guido van Rossum · 29 years ago
- bbf8175 simplified no Tk() sets _default_root by Guido van Rossum · 29 years ago
- 55618ef use $DISPLAY by Guido van Rossum · 29 years ago
- c66394d Initial revision by Guido van Rossum · 29 years ago
- 23d7b4b removed redundant C++ hack by Guido van Rossum · 29 years ago
- a0dfc7a fixed the test program by Guido van Rossum · 29 years ago
- aad8692 Initial revision by Guido van Rossum · 29 years ago
- a5773dd move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate by Guido van Rossum · 29 years ago
- 1dc366f add (dummy) mode arg to open() by Guido van Rossum · 29 years ago
- edd6376 added read/writelines, bufsize to makefile, gethostbyaddr by Guido van Rossum · 29 years ago
- b9e39c8 Filter button should set selection's directory, too by Guido van Rossum · 29 years ago
- bf4d8f9 added OptionMenu class (tk_optionMenu interface) by Guido van Rossum · 29 years ago
- cf9e27c support value-less attributes, using regex.group() by Guido van Rossum · 29 years ago
- fd504d9 took out forms support (in favor a Grail extension) by Guido van Rossum · 29 years ago
- a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
- 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago
- 0f452fa Slightly reorganized so it is useable from another program, and by Jack Jansen · 29 years ago
- 54500bb Fixed typo by Jack Jansen · 29 years ago
- 8932a82 Projects used for 1.3b3 distribution (I promise I won't check them in by Jack Jansen · 29 years ago
- e83d201 Minor fix by Jack Jansen · 29 years ago
- 05249f96f Updated 1.3 relnotes and added top-level instructions by Jack Jansen · 29 years ago
- b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
- 54bc679 patchlevel set to 1.3b3 by Jack Jansen · 29 years ago
- dffa123 Seems I had never checked the README file in... by Jack Jansen · 29 years ago
- 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
- 9119ccf Added List module by Jack Jansen · 29 years ago
- 847e89e Removed unused variables by Jack Jansen · 29 years ago
- 57633c1 removed unused variables by Jack Jansen · 29 years ago
- 61c32fe Release notes for 1.3 by Jack Jansen · 29 years ago
- 6c60b6e Added version resource Added dialogs for initial preference file creation by Jack Jansen · 29 years ago
- e220f50 removed unused var by Jack Jansen · 29 years ago
- a6a55e9 Removed unused var by Jack Jansen · 29 years ago
- c9c99f2 Interactively create a distribution from a sourcetree. by Jack Jansen · 29 years ago
- 7c86b21 - Allow PythonApplet to be an alias - Correctly set bundle and init bits by Jack Jansen · 29 years ago
- 8094f0d Added functionality: locate CW projects, copy them, empty them and binhex them. by Jack Jansen · 29 years ago
- fbac4bb - imp seems to always want a file object arg by Jack Jansen · 29 years ago
- 0223aa1 Obscure bugfix by Jack Jansen · 29 years ago
- 0949055 its all in the name... by Jack Jansen · 29 years ago
- 8961847 Modeless dialog test by Jack Jansen · 29 years ago
- 423c798 copy() can now create destination path by Jack Jansen · 29 years ago
- f5101ee Constants useful when using macfs module by Jack Jansen · 29 years ago
- 13dc4f7 Fixed dialog-window event handling by Jack Jansen · 29 years ago
- 7765dbb Hexbinned CodeWarrior projects by Jack Jansen · 29 years ago
- f45e586 fix typo in bsddb entry by Guido van Rossum · 29 years ago
- 1100dca Initial revision by Guido van Rossum · 29 years ago
- 7e183e9 Documented new argument order. by Jack Jansen · 29 years ago
- 8b74512 Changed arguments and added a lot of functionality besides by Jack Jansen · 29 years ago
- ac4f8d3 Initial revision by Guido van Rossum · 29 years ago
- 4324536 forget previous change (content-encoding) by Guido van Rossum · 29 years ago
- a5cf179 encoding can be content-transfer-encoding or content-encoding by Guido van Rossum · 29 years ago
- ca44540 support overriding how to open unknown url types by Guido van Rossum · 29 years ago
- 92d0932 changed some commas into percent signs by Guido van Rossum · 29 years ago
- edb21c4 Fixed typo: == -> =. by Sjoerd Mullender · 29 years ago
- 4549b13 Documented binascii, binhex and uu modules. Put them in the by Jack Jansen · 29 years ago
- 6ec3c65 Implemented two new functions in sys: by Sjoerd Mullender · 29 years ago
- b0a2ce5 several new questions, 1.3 beta mentioned by Guido van Rossum · 29 years ago
- 740f357 Fixed calling of __del__ method with TRACE_REFS defined. by Sjoerd Mullender · 29 years ago
- 24260ec This commit was manufactured by cvs2svn to create tag 'r13beta1'. by cvs2svn · 29 years ago
- d4901c8 changes by Barry, e.g. font lock & email addresses by Guido van Rossum · 29 years ago
- e7017ba updates by Guido van Rossum · 29 years ago
- bf8e7d5 new stuff by Guido van Rossum · 29 years ago
- 7911813 new people by Guido van Rossum · 29 years ago
- 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
- d639b45 dbhash -> bsddb by Guido van Rossum · 29 years ago
- e03f277 fix bug in close() by Guido van Rossum · 29 years ago
- 66017aa fix leaks in keys(); fix bug in close() by Guido van Rossum · 29 years ago
- 0587011 rd_object() with exception is fatal error by Guido van Rossum · 29 years ago
- 69f6ee6 err_badcall() is fatal error by Guido van Rossum · 29 years ago
- 97162b5 exec() -> exec by Guido van Rossum · 29 years ago
- 9d8c5a4 add errno.h by Guido van Rossum · 29 years ago
- 84c8c7f 1.3b1 notes by Guido van Rossum · 29 years ago
- 45ee2ea improve ac_sys_system/release, add ac_syts_cpu by Guido van Rossum · 29 years ago