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 |
1997-05-08 |
Guido van Rossum | Checking in old changes -- no idea why (probably window... |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Improve getting the mailbox from the environment. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Set correct RFC number. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Guido van Rossum | Set correct RFC number. Open input in binary. |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | Oops, missed some renamings. |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | Oops, rename2.h was included by some other headers. |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | Instead of importing graminit.h whenever one of the... |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | On popular demand, re-enable the readline event hook. |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | In makesockaddr(), if we don't know the address family... |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | - toolboxmodules built first (others depend on it) |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Sometimes tried to modify a tuple. Fixed. |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Version upped to 1.5a1 |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Included new MSL error numbers |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Workaround for bug in MSL and CWGUSI interaction that... |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | - Various names in CodeFragments.h have changed |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | - Changed the m# format for PyArg_ParseTuple back to s# |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | c2pstr has moved to a different include file |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | c2pstring has moved to a different include file |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Updated for building with MSL libraries |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Updated for (optional) use of MSL libraries |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Jack Jansen | Updated to use MSL libraries |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Guido van Rossum | Avoid the fancy handler for error 401 (request authenti... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Updated vc40.mak for Roger. Includes CRLF! |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | New dir() function -- |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Jack Jansen | - Use cfmfile to (finally) implement building fat Pythons |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Jack Jansen | Module to merge 'cfrg' resources (to create fat ppc... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Use spaces exclusively. |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Added cStringIO and cPickle to the supported modules. |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Added HAVE_ macros for getpeername, getpid, setvbuf. |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Keep MS compiler happy: use (int)strlen() when comparin... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Fix by Mark Hammond to enable truncate() on Windows. |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Guido van Rossum | Used operators from abstract.h where possible (arithmet... |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Use Python.h, not allobjects.h. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | CloseHandle should be RegCloseKey. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Checkin of Jack's buffer mods. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Removed misc outdated stuff for 1.5 |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Fix old typo PyArgs_VaParse -> PyArg_VaParse. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Fix old typo PyArgs_VaParse -> PyArg_VaParse. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Include Python.h, not allobjects.h (which no longer... |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Massive changes for separate thread state management. |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Only use PyCode_Addr2Line to get tb_lineno when Py_Opti... |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Add -lgl and -lm for imgfile. Better way to configure... |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Remove sys_* defines that are internal only and about... |
commit | commitdiff | tree | snapshot |
1997-05-05 |
Guido van Rossum | Remove 2 out of 3 __FreeBSD__ tests. |
commit | commitdiff | tree | snapshot |
1997-05-03 |
Fred Drake | Misc.__init__(): Removed method, replaced with class... |
commit | commitdiff | tree | snapshot |
1997-05-02 |
Guido van Rossum | Finally deleted this obsolete crud. |
commit | commitdiff | tree | snapshot |
1997-05-02 |
Guido van Rossum | Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H,... |
commit | commitdiff | tree | snapshot |
1997-05-02 |
Guido van Rossum | Moved allobjects.h to Python.h (without rename2.h). |
commit | commitdiff | tree | snapshot |
1997-05-02 |
Guido van Rossum | Quickly renamed the last directory. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Add detach call so threads are GC'ed. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Add PYTHONHOME to the usage message. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | One copy is enough; we already had resource.c. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Some updates (AMK at work, added resource.c). |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Add zlib |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Updated web ref and version#. Folded some long lines. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Avoid some potential (though unlikely) sprintf buffer... |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Avoid sprintf buffer overflow if more than 9999 arguments. |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | zlib by AMK |
commit | commitdiff | tree | snapshot |
1997-04-30 |
Guido van Rossum | Adding Jeremy Hylton's gzip module. |
commit | commitdiff | tree | snapshot |
1997-04-29 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1997-04-29 |
Guido van Rossum | Get rid of the "-n32" options for SGI IRIX 6.x. Instea... |
commit | commitdiff | tree | snapshot |
1997-04-29 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1997-04-29 |
Guido van Rossum | Added test for pthread.h. |
commit | commitdiff | tree | snapshot |
next |