- 6e98f33 (py-shell): cope with make-comint instead of make-shell by Barry Warsaw · 30 years ago
- f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 30 years ago
- eceb3e3 Porting to CW CFM68K by Jack Jansen · 30 years ago
- f9480ce Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own by Jack Jansen · 30 years ago
- 464f62b added support for -L flag (local operation) by Guido van Rossum · 30 years ago
- 2ba1b4c add -L option by Guido van Rossum · 30 years ago
- bab4725 delete file after checkin by Guido van Rossum · 30 years ago
- 903afd0 add bug comment by Guido van Rossum · 30 years ago
- c503c97 restructured index somewhat by Guido van Rossum · 30 years ago
- ab75eb2 rewritten using rcslib.py by Guido van Rossum · 30 years ago
- 40de53c use the new rcslib by Guido van Rossum · 30 years ago
- 8608ab6 initial checkin by Guido van Rossum · 30 years ago
- 72974f3 define RCSProxyClient here instead of in RCSProxy.py by Guido van Rossum · 30 years ago
- 802c437 rewritten and documented by Guido van Rossum · 30 years ago
- 79ed32d barry's contributions by Guido van Rossum · 30 years ago
- 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 30 years ago
- 6cb15a0 add User-agent hdr; read and close the file upon http error by Guido van Rossum · 30 years ago
- 2ab1992 make split and splitfields, join and joinfields synonyms by Guido van Rossum · 30 years ago
- efe5ac4 make reporting unbalanced tags an overridable method by Guido van Rossum · 30 years ago
- b472815 use imp.new_module(), not new.module(); and /usr/local by Guido van Rossum · 30 years ago
- 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 30 years ago
- f71c79b test other name variable by Guido van Rossum · 30 years ago
- f4ef7e6 doctor the exception by Guido van Rossum · 30 years ago
- 4cdcef7 discard endrequest(); minor stuff; rfc822 no seek flag by Guido van Rossum · 30 years ago
- 2d95706 support <HTML>, remove <HEADER> by Guido van Rossum · 30 years ago
- 0daa13b set softspace to 0 in __init__ by Guido van Rossum · 30 years ago
- 6ea3f92 added notes about security by Guido van Rossum · 30 years ago
- 54175f7 import string; add 129.6.64 to security by Guido van Rossum · 30 years ago
- f3d39ab add security by Guido van Rossum · 30 years ago
- 541df3e bugfixes by Guido van Rossum · 30 years ago
- d1972af update -R; diff -r<rev>; send mail on commit by Guido van Rossum · 30 years ago
- 29cd62b add doc for extra field by Guido van Rossum · 30 years ago
- 45babef security stuff added by Guido van Rossum · 30 years ago
- 37a2911 placeholder for security measures by Guido van Rossum · 30 years ago
- e830e55 added ftp mirror script by Guido van Rossum · 30 years ago
- b01b4fa Added tbd's on python-font-lock-keywords by Barry Warsaw · 30 years ago
- 9859018 removed all references to modsupport.h by Guido van Rossum · 30 years ago
- 303c179 add bind(0,''); better way of guessing our fully qualified hostname by Guido van Rossum · 30 years ago
- 8d2033f Two new methods by Jack Jansen · 30 years ago
- 5214a29 Fixed sentence about modulator by Jack Jansen · 30 years ago
- 138497d Updated by Jack Jansen · 30 years ago
- 9a69112 Jim Fulton's change to support doc strings by Jack Jansen · 30 years ago
- 1e05402 Added methods as_Menu and as_Control to convert a resource to those object types by Jack Jansen · 30 years ago
- a177228 Added as_Resource() method to convert menu object to res object by Jack Jansen · 30 years ago
- 5d56f4b Added as_Resource() method to convert ctl object to res object by Jack Jansen · 30 years ago
- 80adc22 Added missing setselftype method to ManualGenerator by Jack Jansen · 30 years ago
- ae12e19 Added PY_RESOURCE (mac only) to imp module by Jack Jansen · 30 years ago
- 2c67362 Added FindFolder interface by Jack Jansen · 30 years ago
- 0830550 Added code to obtain sys.path from a resource by Jack Jansen · 30 years ago
- 68f1d45 Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) by Jack Jansen · 30 years ago
- e5e2cdd Removed >From stuff by Jack Jansen · 30 years ago
- 6a9df7a updated comments by Barry Warsaw · 30 years ago
- 268a39f converted to python by Barry Warsaw · 30 years ago
- f194546 two mime encoding schemes by Guido van Rossum · 30 years ago
- 8ddd0ad derived from new configure.in by Guido van Rossum · 30 years ago
- 36bc680 sys/wait.h; NeXT changes (no unistd, utime; getcwd?) by Guido van Rossum · 30 years ago
- 4a26986 fix NL for Linux bash bug; special processing for -u options by Guido van Rossum · 30 years ago
- ac56297 edited RCS cruft by Guido van Rossum · 30 years ago
- 31affb2 new modules soundex.c and environment.c by Guido van Rossum · 30 years ago
- 30b6b2b add setblocking(); NT changes; null-terminate Unix path by Guido van Rossum · 30 years ago
- 6e69fc7 removed rcs cruft by Guido van Rossum · 30 years ago
- 9caac91 NeXT doesn't like me to declare hypot(double, double) by Guido van Rossum · 30 years ago
- 75f288d re-enabled NeXT dynamic linking (#ifdef NeXT) by Guido van Rossum · 30 years ago
- 2e96eb9 replace "\r\n" with "\n" at line end (Jim Ahlstrom) by Guido van Rossum · 30 years ago
- b65a48e linux elf shlib; sys/wait.h; don't add -posix for NeXT by Guido van Rossum · 30 years ago
- 3c294ca add note about font-lock and fix doc URL by Guido van Rossum · 30 years ago
- 5d9acb6 Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. by Jack Jansen · 30 years ago
- 3f0c155 Added USE_* ifdefs for a couple of optional modules. by Jack Jansen · 30 years ago
- 2a58638 Ported to CW6 by Jack Jansen · 30 years ago
- a7ee15c Split shared-library support and dynamic-loading support (they were by Jack Jansen · 30 years ago
- 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 30 years ago
- fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 30 years ago
- 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 30 years ago
- a0e76be Ported to CodeWarrior 6 by Jack Jansen · 30 years ago
- b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
- ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
- c7cfb95 Rather massive changes: by Jack Jansen · 30 years ago
- f301dca Added img stuff (within #ifdef, so they're easy to remove) by Jack Jansen · 30 years ago
- c263286 StandardGetFile without args now shows all files (in stead of none) by Jack Jansen · 30 years ago
- 7be34a8 next version; python.org changes by Guido van Rossum · 30 years ago
- c8718c3 Backward compatibity module for constants from cl.h include file. The by Sjoerd Mullender · 30 years ago
- 3db845b Make constants from cl.h include file available as module variables. by Sjoerd Mullender · 30 years ago
- ebed751 Templates converted to new naming conventions (thanks to Chak Tan) by Jack Jansen · 30 years ago
- 52e0299 Made the example slightly more complete by Jack Jansen · 30 years ago
- 7a1f6f4 #updated to-do list by Barry Warsaw · 30 years ago
- ebaf104 don't show print passwords in debug output by Guido van Rossum · 30 years ago
- b1c1315 new release by Ken, fix handling of from by Guido van Rossum · 30 years ago
- 2db6bfc For anonymous ftp, make sure local hostname is fully qualified. by Jack Jansen · 30 years ago
- 009e79b unified join(fields), split(fields) by Guido van Rossum · 30 years ago
- 953dc1a added transferSize() method by Guido van Rossum · 30 years ago
- a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 30 years ago
- ad07f2b squeezed some space out of a line that was too long by Guido van Rossum · 30 years ago
- 2f7ef91 eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum by Guido van Rossum · 30 years ago
- ec8cfd4 largely rewritten FileClass and RCVS by Guido van Rossum · 30 years ago
- 1c653bd moved proxy; added __cmp__(); made proxy optional for getremote() by Guido van Rossum · 30 years ago
- 6c15046 extensive description of what's here by Guido van Rossum · 30 years ago
- 8b5e0fa added setentry() and use it in commit so CVS/Entries gets updated by Guido van Rossum · 30 years ago
- cf97469 removed duplicate defs for None, False, True by Guido van Rossum · 30 years ago
- eea4d9e moved package to standard place by Guido van Rossum · 30 years ago
- 3d761b5 addpack by Guido van Rossum · 30 years ago