1997-05-19 |
Guido van Rossum | Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Renamed strndup to my_strndup to avoid conflict witth... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Added CRLF for Notepad. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Address the following problem on DOS and Win 3.1, repor... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Added CRLF for Notepad. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Got rid of all the last_name_* bogosities. I don't... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Changes to make these tests work on the Mac. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Guido van Rossum | Increase the child's sleep time to 5 for slow machines. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Correct comment; -c is off by default. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Made a start with api.tex, the Python-C API Reference... |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Oops, another forgotten renaming: varobject -> PyVarObject. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Remove the last three uses of PyArg_GetInt() from the... |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Barry Warsaw | Catch nis.error and raise TestFailed instead. This... |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Open the output files with 'wb', not 'w'. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Added BabylMailbox class by Fred Lundh (untested). |
commit | commitdiff | tree | snapshot |
1997-05-15 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5a2 |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Guido van Rossum | Add pthred-std define for Linux. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Jack Jansen | Regenreated for MSL |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Jack Jansen | MSL errno.h has moved some errors around, and doesn... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Bump level to 1.5a2. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Update description of "make test" to new test harness. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Fix typo in error reporting. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Fix hex tests for 64-bit machines. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Instructions updated for 1.5. Added the important... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Add -Olimit 1500 to OPT if CC supports it. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Suppress fork part of socket test when we can't fork. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Updated, mappingobject -> dictobject plus some other... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Add sections for PIL (Fred Lundh). |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Fix sys.platform test -- on Win, it is 'win32', not... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | More rational implementation of get_qualified_path... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Fix reversed test for failure in PySequence_List()... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Typo! \\lib\\<path> should be .\\lib\\<path> |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Fix showstopping bug (^ wouldn't match after \n). ... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | A new set of symbols. Hopefully this will be sufficien... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | One last rename glitch: import_modules -> _PyImport_Mod... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | New makefile, for 1.5, with CRLF |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Guido van Rossum | Add a cast to a malloc to shut up the DEC Unix compiler. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Subsumed mappingobject.h in dictobject.h. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Renamed mappingobject.c to dictobject.c. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Renamed from mappingobject.c to dictobject.c. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Faster floating point allocator, same idea as the int... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | A completely new Rat.py by Sjoerd. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Longer default PYTHONPATH will find test, tkinter,... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Remove a spurious ^M. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Untested changes by Skip Montanaro to have an optional... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Use compile-time test for 64-bit hardware instead of... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Added $(srcdir)/ prefix to python.exp for AIX. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | TESTPATH is no longer needed |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Removed symbols that are no longer defined. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Keep picky compilers happy. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Support for various versions of the pthread draft. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | (int) cast for strlen() to keep picky compilers happy. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Regenerated on newer Solaris version |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Guido van Rossum | Removed out-of-date TODO file |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Jack Jansen | Use ProgressBar to show progress in stead of print |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Jack Jansen | Don't free the MacOS_Splash() dialog twice... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Jack Jansen | Add a few more BringToFont calls |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Jack Jansen | Export a few more New/Convert routines, on Just's request |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Jack Jansen | Regenrated from CW11 IDE |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Guido van Rossum | Finally found a wat to set a file nonblocking that... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Guido van Rossum | Another change suggested by Donn Cave -- forget "step... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Guido van Rossum | Fix problem reported by Donn Cave: if VPATH is an absol... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Guido van Rossum | Fix big ineficciency in regobj.search/match (introduced... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Jack Jansen | Fixes to progress bar by SDM, modified by Jack: |
commit | commitdiff | tree | snapshot |
1997-05-10 |
Guido van Rossum | Add optional 'sizehint' argument to readlines(). After... |
commit | commitdiff | tree | snapshot |
1997-05-10 |
Guido van Rossum | Rewrite readlines() to speed it up -- about a factor... |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Speed up read() (i.e. read till EOF) considerably by... |
commit | commitdiff | tree | snapshot |
1997-05-09 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5a1 |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Modernized for 1.5 |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | New heros. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Scroll to top of info window when done. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Oops -- missed FloatingPointError. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Oops -- missed FloatingPointError in renaming. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Added --with-fpectl. Change checks for -lm, -lc. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Move WANT_SIGFPE_HANDLER. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | 1.5a1 adaptations. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Latest from Jeffrey Ollie. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Fix the date. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Added docs for dumbdbm (AMK), and misc small fixes. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Document return value of wait[pid]() more carefully. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Document "" and "<broadcast>". |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Regenerated on a newer Linux version. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Avoid warning from gcc on Linux about dropping const. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Fix the NDELAY test; avoid outputting binary garbage. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Print less in test_socket. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Latest and greatest. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Add root.tkraise() to the _test() program so the window... |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Get rid of obsolete support for access statement. |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Guido van Rossum | Get rid of obsolete ACCESS_MODE opcode. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Add warning that it's out of date. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | forgot to rename import_filetab |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | ??? maybe window size |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Added assert statement. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Added assert resword. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Tiny utility prints the latest set of reserved words. |
commit | commitdiff | tree | snapshot |
next |