| 1995-01-20 |
Guido van Rossum | fix import related leaks |
commit | commitdiff | tree | snapshot |
| 1995-01-20 |
Guido van Rossum | corrected two unconverted names |
commit | commitdiff | tree | snapshot |
| 1995-01-20 |
Guido van Rossum | define INSTALL_PROGRAM and INSTALL_DATA |
commit | commitdiff | tree | snapshot |
| 1995-01-20 |
Guido van Rossum | modernize all tests to use cache and report outcome |
commit | commitdiff | tree | snapshot |
| 1995-01-20 |
Guido van Rossum | change NeXT hint to add -posix to C compiler flags |
commit | commitdiff | tree | snapshot |
| 1995-01-20 |
Guido van Rossum | add INSTALL_PROGRAM and INSTALL_DATA; check for getopt |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Always use 'anonymous' if os.environ doesn't exist |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Yet another Pstring() |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Undef strerror on the mac before redefining it |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Added mac-only intrpeek routine that peeks for command-. |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Fix NULL dereference in case of out-of-memory condition |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Jack Jansen | Fixed listen()/getsockname() bug |
commit | commitdiff | tree | snapshot |
| 1995-01-19 |
Guido van Rossum | ported to THINK C (not tested yet) |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Guido van Rossum | ported Jacks changes back to think C |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Guido van Rossum | added high level event interface (requires stdwin patch) |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Guido van Rossum | modernized/rationalized, added PyMac_BuildOSType |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Guido van Rossum | fully adapted to new naming scheme and added some featu... |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Guido van Rossum | initial version |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Initial version of FSSpec and Alias code. Non-functiona... |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | More Pstring() stuff and some cosmetics |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Comment fix |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Some of these were overwriting their argument with... |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | - Moved some useful routines from macosmodule.c here |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Moved some generally useful routines to macglue.c |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | - Ported to powerpc |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Fast (and correct) malloc for MetroWerks PPC compiler |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Macconsole module is think-specific |
commit | commitdiff | tree | snapshot |
| 1995-01-18 |
Jack Jansen | Moved development-platform specific files to subdirectories |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.2b2 |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | use $INCLUDE path (Mark Hammond) |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | 1.2beta news |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | last bits |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | added getopt.c to object, permanently |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | be more careful about building Modules/Makefile.pre |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | add hint for NeXT users |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | hopefully final changes for Sequent -linet |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | fix strobject() behavior |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | added reverselist; free recycling bin on error exit |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | long_scan is no longer used |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | make a few things static |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | don't declare fmod/pow for any STDC compiler |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | include rename2.h |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | rename method arg because of typedef conflict |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | fix Alpha bug in (x)range; different __builtins__ initi... |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | nt thread support |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | different init for __builtins__ |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | Made some more things static, and other cleanup for... |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | fix loop on unterminated triple quotes |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | made interrupted static again |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | added $& to $(LIB) target for Sequent |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | new names for lots of new functions |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | evolution |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | must include rename2.h |
commit | commitdiff | tree | snapshot |
| 1995-01-17 |
Guido van Rossum | fix reentrancy bug in slice assignment |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.2b1 |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | improve treatment of multi-line replies, ignore empty... |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | typo |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | Invent Message-ID header if none is present |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | cosmetics/typos |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | optional bufsize arg for popen and fdopen |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | rename2 changes |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | new files |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | use getattr() instead of eval(), fix string representations |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | run config.status after recheck |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | removed refs to --with-svr4, add --without-gcc |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | try to improve svr4 socket library inquiries |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | The great renaming, phase two: all header files have... |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | use getbuiltins() everywhere, it defaults to getbuiltid... |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | Include rename2.h |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | cosmetics |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | rearrange declarations somewhat |
commit | commitdiff | tree | snapshot |
| 1995-01-12 |
Guido van Rossum | properly implement cmp() for class instances |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | cosmetic changes so these modules will work with the... |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | changes for C++ (Tim MacKenzie) |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | added interface to Tk_DoOneEvent (R Lindsay Todd) |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | fix subtle refcount big in filter() -- Tim MacKenzie |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | demonstrate shell in a Tk window |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | menu-simple.py: fixed lay-out |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | Improved explanation of what's here |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | initial checkin of www Tk examples |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | better test for existence of hstrerror() |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | added bufsize parameter to fdopen and popen |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | move coerce() from bltinmodule.c to object.c and implem... |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | implement coercions involving instances properly |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | fix memory leak and null pointer dereference |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | new module |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | sys.setcheckinterval(x) instead of sys.check_interval = x |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | updated eval(), added execfile() |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | some belated updates |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | fix globals/locals defaults for eval/execfile |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | add restrictions in restricted mode |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | add builtins handling and restricted flag |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | fix comments for list command |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | Fix exec test so presence of __builtins__ doesn't break it |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | shallow and deep copy operations |
commit | commitdiff | tree | snapshot |
| 1995-01-10 |
Guido van Rossum | shelve.py: database of persistent objects, on top of... |
commit | commitdiff | tree | snapshot |
| 1995-01-09 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
| next |