- e61093c Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). by Guido van Rossum · 28 years ago
- fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 28 years ago
- fc4f503 Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. by Guido van Rossum · 28 years ago
- 34570d7 A new set of symbols. Hopefully this will be sufficient, I have no by Guido van Rossum · 28 years ago
- af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 28 years ago
- 39d6ae7 New makefile, for 1.5, with CRLF by Guido van Rossum · 28 years ago
- 445efa9 Add a cast to a malloc to shut up the DEC Unix compiler. by Guido van Rossum · 28 years ago
- 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 28 years ago
- 9637432 Renamed mappingobject.c to dictobject.c. by Guido van Rossum · 28 years ago
- e4766f6 The usual by Guido van Rossum · 28 years ago
- a9e7a81 Renamed from mappingobject.c to dictobject.c. by Guido van Rossum · 28 years ago
- 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 28 years ago
- 0609f19 A completely new Rat.py by Sjoerd. by Guido van Rossum · 28 years ago
- e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 28 years ago
- df4549e Remove a spurious ^M. by Guido van Rossum · 28 years ago
- 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 28 years ago
- de8d6d7 Use compile-time test for 64-bit hardware instead of run-time test. by Guido van Rossum · 28 years ago
- c5d14a6 Added $(srcdir)/ prefix to python.exp for AIX. No idea if this actually works... by Guido van Rossum · 28 years ago
- 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 28 years ago
- 2ef21ef Removed symbols that are no longer defined. by Guido van Rossum · 28 years ago
- 4917d93 Keep picky compilers happy. by Guido van Rossum · 28 years ago
- d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 28 years ago
- 5f15b96 (int) cast for strlen() to keep picky compilers happy. by Guido van Rossum · 28 years ago
- 725a67e Regenerated on newer Solaris version by Guido van Rossum · 28 years ago
- f0ee937 Removed out-of-date TODO file by Guido van Rossum · 28 years ago
- af647dd Use ProgressBar to show progress in stead of print by Jack Jansen · 28 years ago
- 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 28 years ago
- 48c5527 Add a few more BringToFont calls by Jack Jansen · 28 years ago
- 79b5bb4 Export a few more New/Convert routines, on Just's request by Jack Jansen · 28 years ago
- 141f9a0 Regenrated from CW11 IDE by Jack Jansen · 28 years ago
- 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 28 years ago
- d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 28 years ago
- 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 28 years ago
- 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 28 years ago
- 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 28 years ago
- 789a161 Add optional 'sizehint' argument to readlines(). After approximately by Guido van Rossum · 28 years ago
- 6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my by Guido van Rossum · 28 years ago
- 5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to by Guido van Rossum · 28 years ago
- 5878b66 This commit was manufactured by cvs2svn to create tag 'r15a1'. by cvs2svn · 28 years ago
- d0f2372 Modernized for 1.5 by Guido van Rossum · 28 years ago
- 6a9ee0e New heros. by Guido van Rossum · 28 years ago
- 29f6533 Scroll to top of info window when done. by Guido van Rossum · 28 years ago
- ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 28 years ago
- b6a7f77 Oops -- missed FloatingPointError in renaming. by Guido van Rossum · 28 years ago
- 7f25391 The usual. by Guido van Rossum · 28 years ago
- 9327422 Added --with-fpectl. Change checks for -lm, -lc. by Guido van Rossum · 28 years ago
- 7a24c37 Move WANT_SIGFPE_HANDLER. by Guido van Rossum · 28 years ago
- f4eb63e Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. by Guido van Rossum · 28 years ago
- 33fde57 1.5a1 adaptations. by Guido van Rossum · 28 years ago
- 004c1e1 Latest from Jeffrey Ollie. by Guido van Rossum · 28 years ago
- 1681429 Fix the date. by Guido van Rossum · 28 years ago
- 51a6c90 Added docs for dumbdbm (AMK), and misc small fixes. by Guido van Rossum · 28 years ago
- 7e691de Document return value of wait[pid]() more carefully. by Guido van Rossum · 28 years ago
- e4f347e Document "" and "<broadcast>". by Guido van Rossum · 28 years ago
- 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 28 years ago
- db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 28 years ago
- 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 28 years ago
- f518d5e Print less in test_socket. by Guido van Rossum · 28 years ago
- 0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. by Guido van Rossum · 28 years ago
- c77b921 Latest and greatest. by Guido van Rossum · 28 years ago
- 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 28 years ago
- 9a0f04d Get rid of obsolete support for access statement. by Guido van Rossum · 28 years ago
- 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 28 years ago
- 1aceb05 Add warning that it's out of date. by Guido van Rossum · 28 years ago
- 22822d7 forgot to rename import_filetab by Guido van Rossum · 28 years ago
- d0e8436 ??? maybe window size by Guido van Rossum · 28 years ago
- 8812552 Added assert statement. by Guido van Rossum · 28 years ago
- d8f038e Added assert resword. by Guido van Rossum · 28 years ago
- 4408ed5 Tiny utility prints the latest set of reserved words. by Guido van Rossum · 28 years ago
- 78b21cf Checking in old changes -- no idea why (probably window size). by Guido van Rossum · 28 years ago
- de554ec The usual. by Guido van Rossum · 28 years ago
- 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 28 years ago
- 56f78d9 Set correct RFC number. by Guido van Rossum · 28 years ago
- 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
- ee2373b Oops, missed some renamings. by Guido van Rossum · 28 years ago
- 6778f25 Oops, rename2.h was included by some other headers. by Guido van Rossum · 28 years ago
- b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
- 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 28 years ago
- aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 28 years ago
- 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 28 years ago
- c512be0 Sometimes tried to modify a tuple. Fixed. by Jack Jansen · 28 years ago
- 73d203f Version upped to 1.5a1 by Jack Jansen · 28 years ago
- 3edc476 Included new MSL error numbers by Jack Jansen · 28 years ago
- e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 28 years ago
- 3089b7e - Various names in CodeFragments.h have changed by Jack Jansen · 28 years ago
- eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 28 years ago
- d1d242e c2pstr has moved to a different include file by Jack Jansen · 28 years ago
- b764eed c2pstring has moved to a different include file by Jack Jansen · 28 years ago
- 1473af7 Updated for building with MSL libraries by Jack Jansen · 28 years ago
- 2fe3a37 Updated for (optional) use of MSL libraries by Jack Jansen · 28 years ago
- a176485 Updated to use MSL libraries by Jack Jansen · 28 years ago
- 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 28 years ago
- 78089e2 Updated vc40.mak for Roger. Includes CRLF! by Guido van Rossum · 28 years ago
- 666b17a New dir() function -- by Guido van Rossum · 28 years ago
- 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 28 years ago
- c70c350 Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs by Jack Jansen · 28 years ago
- 2e146b3 Use spaces exclusively. by Guido van Rossum · 28 years ago
- 42c2e6a Added cStringIO and cPickle to the supported modules. by Guido van Rossum · 28 years ago
- c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. by Guido van Rossum · 28 years ago