1997-04-11 |
Guido van Rossum | Keep Microsoft VC happy. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Keep gcc -Wall and Microsoft VC happy. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Barry Warsaw | Removed two unused static function: string_addsep(... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | My own patch: support writable 'softspace' attribute. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) On the Mac, don't automatically enable dynamic... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) Don't define TRUE and FALSE if already defined. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) On the Mac, use standard strerror() if using... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) On the Mac, give syntax error on \r. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) Align mapping entries to 4-words if USE_CACHE_A... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) fopen arg typo (?) "rw" changed to "rb". |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) Mac only: get GUSI errno.h values too. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack+Guido:) interpret ../ in basejoin() according... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Open files in binary mode. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) Better MacOS support. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Jack:) Recognize PNG files. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Remove the Emacs shell-script line. It's not a shell... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | From: Clarence Gardner <clarence@king.silcom.com> |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | The default path components are now all relative instea... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Completely revamped the way the default path is constru... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Pass VERSION and VPATH into getpath.c. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Oops, added <URL:...> around the URL. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Sjoerd:) Incorporate `build number' stuff. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | (Sjoerd:) Install getbuildinfo.c in config/ so extensio... |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Bugfix by Sjoerd: |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | base64 support by Sjoerd. |
commit | commitdiff | tree | snapshot |
1997-04-11 |
Guido van Rossum | Added note about SWIG (replacing a whole lot of nonsens... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Use uuencoded test images. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Don't just die when an error is not defined; print... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Try calling getpid() from /usr/lib/libc.so instead... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Use TESTFN instead of /etc/passwd and /dev/null as... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Tweaks to keep the Microsoft compiler quiet. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Tweaks to keep the Microsoft compiler quier. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Remove unused variable. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Remove two unised variables. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Got rid of the static decl of PyCObject_Import, which... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Give PyErr_Format a new name and make it static. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | support module for cPickle |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Jim Fulton's version 2.2. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Unknown changes by Jim Fulton. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Changed the way the C API was exported. Jim Fulton. |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | New version by Digital Creations, supports binary forma... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Guido van Rossum | Ping's latest. Fixes triple quoted strings ending... |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Jack Jansen | NewMovieFromFile has extra parameter and return value |
commit | commitdiff | tree | snapshot |
1997-04-09 |
Jack Jansen | Enabled resID input/output parameter to NewMovieFromFil... |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Guido van Rossum | while (1) -> while 1. Sorry. |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Guido van Rossum | Search for a valid begin line instead of requiring... |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | (Optional) MSL compatability |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | DisposPtr -> DisposePtr |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | Changed the few old routine names still used to the... |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | Changed [SG]etCRefCon to [SG]etControlReference |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | Modified for (optional) use of MSL |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Jack Jansen | Fixed for compiling without OLDROUTINENAMES and OLDROUT... |
commit | commitdiff | tree | snapshot |
1997-04-08 |
Guido van Rossum | Ka-Ping's muich improved version of March 26, 1997: |
commit | commitdiff | tree | snapshot |
1997-04-06 |
Guido van Rossum | Support for alternative string quotes (a"xx", b"xx... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
Guido van Rossum | Support for alternative string quotes (a"xx", b"xx... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | Various status updates. |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | Added site |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | New stuff by AMK. |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | Remove a redundant XINCREF(value). This caused the... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | New version by Sjoerd, with support for IRIX 6 audio... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Jack Jansen | Added an attribute string_id_to_buffer, which gives... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Jack Jansen | - Most errors are *not* OSErr style, so raise better... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Jack Jansen | Still not a real test, but at least it runs again |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Jack Jansen | Use MacOS.string_id_to_buffer for id() to buffer addres... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Jack Jansen | Use MacOS.string_id_to_buffer for the hack to convert... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
Guido van Rossum | Checked in some new Tk demos that I wrote a while ago. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Fred Drake | Small grammatical touchups: |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Whole lotta changes. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | use /usr/bin/env |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Added replace() implementation by Perry Stoll (debugged... |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Spell Unix, not UNIX. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Horrible hack to split up code '--' to prevent |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Add complex(). |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Add cross-refs for int() to atoi() etc. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Changed my mind on replace(). |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Add #! line. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | New doc strings. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Fix two small bugs with proxies. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | New symbols due to assert statement. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | New test output for test_builtin |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Win32 precision clock() -- Mark Hammond. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Support include statement :-( |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Support assert stmt. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Several fixes reported by jim F. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Allow passing a .pyo file. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Added assert statement. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Added assert grammar. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Allow leading underscore in keywords. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Added AssertionError. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Added __assert__ statement (later to be renamed) |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Guido van Rossum | Optimized the hell out of listmessages(). |
commit | commitdiff | tree | snapshot |
1997-04-01 |
Guido van Rossum | Get rid of .conj pseudo data attribute for complex... |
commit | commitdiff | tree | snapshot |
1997-03-31 |
Guido van Rossum | Remove ConflictError (which was also removed from bltin... |
commit | commitdiff | tree | snapshot |
1997-03-31 |
Guido van Rossum | remove ConflictError |
commit | commitdiff | tree | snapshot |
1997-03-31 |
Guido van Rossum | Remove ConflictError, add InteractiveFlag, CObject_Type... |
commit | commitdiff | tree | snapshot |
1997-03-31 |
Guido van Rossum | 1. Add string conversions to int(), long(), float(... |
commit | commitdiff | tree | snapshot |
1997-03-31 |
Guido van Rossum | Added test of complex() (that catches a bug in 1.4!). |
commit | commitdiff | tree | snapshot |
1997-03-27 |
Guido van Rossum | Added a list of the main undocumented extension modules. |
commit | commitdiff | tree | snapshot |
1997-03-27 |
Guido van Rossum | Added docs for UserDict,UserList |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Guido van Rossum | Added docs for glob and mailcap |
commit | commitdiff | tree | snapshot |
next |