- 7999a5c Added lstrip() and rstrip(). by Guido van Rossum · 28 years ago
- 339cfa3 Need config.h (for Win etc.) by Guido van Rossum · 28 years ago
- ec185bd Added hack to get it to compile on AIX. by Guido van Rossum · 28 years ago
- 8a170cb Rearrange include headers (needed on some platforms). by Guido van Rossum · 28 years ago
- 6412b1d Hack for Mac (where fabs is not usable as a function pointer). by Guido van Rossum · 28 years ago
- 97867b2 Add optional casts to free() calls. (Jack) by Guido van Rossum · 28 years ago
- 82df03e Rationalized instructions for _tkinter.c by Guido van Rossum · 28 years ago
- 6554419 Also remove *.sl (AIX shared libs) in make clean. by Guido van Rossum · 28 years ago
- 1dc19ba Removed by Guido van Rossum · 28 years ago
- a93b504 Latest AIX changes from Vlad by Guido van Rossum · 28 years ago
- b6b43e0 This commit was manufactured by cvs2svn to create tag 'r14beta2'. by cvs2svn · 28 years ago
- b4ae6a3 Re-install aix files (what happened?) by Guido van Rossum · 28 years ago
- 3bedce0 removed old file by Guido van Rossum · 28 years ago
- 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
- 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
- 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
- fe4b6ee Include mymath.h instead of declaring prototypes for math functions. by Guido van Rossum · 28 years ago
- 1d60614 Correctly use Py_PROTO, not obsolete PROTO. by Guido van Rossum · 28 years ago
- 6f90e98 Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). by Guido van Rossum · 28 years ago
- 578cedd Typo: PySequence_Lenth -> PySequence_Length. by Guido van Rossum · 28 years ago
- afb5e93 For method=POST, append a query string from the environment or from by Guido van Rossum · 28 years ago
- 306a8a6 Add optional third parameter to split() and splitfields(), giving the by Guido van Rossum · 28 years ago
- a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
- 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
- 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
- 0523d63 Don't use 'false'; use '0'. by Guido van Rossum · 28 years ago
- 5468a7b stupid typo in latest fix ('Name' should be 'name') by Guido van Rossum · 28 years ago
- 524e9a4 Need to import * from types by Guido van Rossum · 28 years ago
- fcce630 Added test for math module by Guido van Rossum · 28 years ago
- 47347f0 Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts by Guido van Rossum · 28 years ago
- d44e0c3 New AIX specific subdirs by Guido van Rossum · 28 years ago
- c442d43 Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 codegen. by Jack Jansen · 28 years ago
- 3638935 Moved build.html to building.html by Jack Jansen · 28 years ago
- 4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, by Jack Jansen · 28 years ago
- 3d159f0 New releases of CWGUSI, Waste and Tcl/Tk. by Jack Jansen · 28 years ago
- bb708ae Updated for new tcl/tk release by Jack Jansen · 28 years ago
- 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
- eb1284b New waste release by Jack Jansen · 28 years ago
- 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
- cf34d2a #updated commentary by Barry Warsaw · 28 years ago
- 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
- c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
- 6aadd26 rebinhexed by Jack Jansen · 28 years ago
- 8f2d802 Build instructions for source distribution that were somehow never by Jack Jansen · 28 years ago
- a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
- bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
- 402030f 1.4b2 projects by Jack Jansen · 28 years ago
- 4f1fe32 Upped version number, rebinhexed everything by Jack Jansen · 28 years ago
- 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
- d84e7aa Regenerated by Jack Jansen · 28 years ago
- 84c21a8 Regenerated from CW9 includes (only QuickDraw really got a few new values) by Jack Jansen · 28 years ago
- 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
- 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
- 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
- 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
- ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
- 6d9cc80 Final text for beta2 release. Hopefully no pre-1.4 information is left. by Guido van Rossum · 28 years ago
- ff0c4b5 New project files, with sliceobject.c added. by Guido van Rossum · 28 years ago
- 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
- a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
- e5b7b85 CW9 by Jack Jansen · 28 years ago
- 880e6eb Removed debug output by Jack Jansen · 28 years ago
- a6d78c4 Removed unused var by Jack Jansen · 28 years ago
- 5674e4e NumVersion stuff has changed by Jack Jansen · 28 years ago
- d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
- 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
- 9e43ae4 Use Tcl/Tk 7.5/4.1 by default. by Guido van Rossum · 28 years ago
- 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
- cee555b Allow compilation by K&R C compiler. by Guido van Rossum · 28 years ago
- 42dcad3 The usual by Guido van Rossum · 28 years ago
- 8a2574e Changes for AIX; also remove all references to _REENTRANT. by Guido van Rossum · 28 years ago
- d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
- 02530b0 Changes for AIX shared libs by Guido van Rossum · 28 years ago
- 9e277db #comment update by Barry Warsaw · 28 years ago
- c08a949 #comment update by Barry Warsaw · 28 years ago
- 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
- 68f56e4 Don't trip over empty string in sys.path. by Guido van Rossum · 28 years ago
- 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
- f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
- 32aa1a7 getprogramname --> Py_GetProgramName by Guido van Rossum · 28 years ago
- 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
- 5e41644 Added _REENTRANT definition by Guido van Rossum · 28 years ago
- 0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. by Guido van Rossum · 28 years ago
- 276de58 Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
- a68acba The usual by Guido van Rossum · 28 years ago
- d02ba45 Added doc para for --with-libs by Guido van Rossum · 28 years ago
- 93ee6e0 Add entry for _REENTRANT macro by Guido van Rossum · 28 years ago
- c5a3903 Three changes: by Guido van Rossum · 28 years ago
- bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
- b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
- 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago
- 8d7d4ed Numerous changes, but still a lot of XXX thingies. by Guido van Rossum · 28 years ago
- ccdfce3 Exhaustive list of news in beta2 compared to beta1. by Guido van Rossum · 28 years ago
- 24cf88d FreeBSD platform specific modules by Guido van Rossum · 28 years ago
- 7a7eb37 patch level 1.4b2 by Guido van Rossum · 28 years ago
- 91f87ca Note that the values are ints. by Guido van Rossum · 28 years ago
- e288f9d New zip code and release; added guido@python.org as alternative email. by Guido van Rossum · 28 years ago
- 557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). by Guido van Rossum · 28 years ago
- 64b6567 Some more install changes: by Guido van Rossum · 28 years ago
- 02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes by Guido van Rossum · 28 years ago