1996-09-03 |
Barry Warsaw | (py-dump-help-string): Use documentation-property to... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Barry Warsaw | (python-mode): font-lock-defaults necessary for Emacs... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Barry Warsaw | #py-shell gets an autoload cookie |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Guido van Rossum | Initial release (+ 1 bugfix in setup.py) |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | More thorough test for working <stdarg.h>. |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | Typo (missing _) in _xdr line. |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | #include <netconfig.h> seems not needed and is harmful... |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | Added checks for strdup and changed checks for hypot. |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | Subtle hack so the eps printed is not dependent on... |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | Move backup definition for hypot() to Python/hypot.c. |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | Change comments/#ifdef structure for declaration for... |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | Needed more includes... |
commit | commitdiff | tree | snapshot |
1996-08-29 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Guido van Rossum | New version submitted by Jim Fulton. |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Guido van Rossum | Fix $PATH and add $PYTHONPATH used to run regen. |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Guido van Rossum | Fix paths to match python1.4 installation. |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Guido van Rossum | Fix paths to match python1.4 installation. |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Merged Guido's mkaliases and Jack's MkPluginAliases |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Completely revamped: it now uses separate instruction... |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Removed RunLibScript from build |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Removed silly dialog |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Projects for 1.4b3 distribution: debugging off, optimiz... |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | "Small" 68K interpreter, without waste, img and tkinter |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Version upped |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Added setwatchcursor() and setarrowcursor() functions |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Updated for 1.4b3 |
commit | commitdiff | tree | snapshot |
1996-08-28 |
Jack Jansen | Added note that these instruction are for a full source... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | No double underscores for globals please |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Added /base:0x1e100000 to link options for python14... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.4b3 |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Another batch of updates... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Remove the entry for private variables (it's supposed... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Some final changes. I'll give up on nicely reformattin... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Bump exposed __version__ to 1.4. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Reformatted some stuff. Put FEATURE FREEZE in all... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Don't die when getuid() or getpid() aren't defined. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Don't do truncation to 8+3 format -- this is used on... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Added Mime writer module (formerly in Grail) |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | typo (cotinue -> continue) |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Three sets of changes from Grail: |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Slightly faster (un)quoting. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Use correct separator for capwords(s, sep). |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Emacs font-lock de-bogo-kludgificocity |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | typo (#indef -> #undef) |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Use getstringsize where available instead of strlen. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Added NumVersion definition. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Insert filename in IOError message. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Call __initialize(), not __sinit() on Mac dynamic loadi... |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | OK, now it uses sys.[exec_]prefix and supports |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Get rid of it totally |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Added warning that this is unsupported |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Changes for 1.4 install targets |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Updated for 1.4beta3 |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Added all changes in beta1 and beta3. |
commit | commitdiff | tree | snapshot |
1996-08-26 |
Guido van Rossum | Final set of changes by Fred before 1.4beta3 |
commit | commitdiff | tree | snapshot |
1996-08-24 |
Guido van Rossum | Afterthough: leave both leading underscores in, |
commit | commitdiff | tree | snapshot |
1996-08-24 |
Guido van Rossum | Oops need to mangle global statement separately |
commit | commitdiff | tree | snapshot |
1996-08-24 |
Guido van Rossum | Name mangling, what the heck! |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Newly tweaked |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Use MS_DLL_ID and similar changes |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Use MS_DLL_ID as sys.winver |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Jack Jansen | Fixed names of vairous plugins to build, added a couple... |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Jack Jansen | - MWRuntimeStatic{arch} are static versions of MW share... |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Added dllbase_nt.txt and python_nt.rc; |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Jack Jansen | Turn on USE_TK and MAC_TCL by default |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | New version/date |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Jack Jansen | Always call __initialize(), also on PPC |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Jack Jansen | - Added cfm68k instructions |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Version number; started chapter on what's new in 1.4 |
commit | commitdiff | tree | snapshot |
1996-08-23 |
Guido van Rossum | Changes to dependencies (Fred) |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Niceties by Fred |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Changes for Canvas by Fred |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Be a bit more careful with printing a warning for a... |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Bump patchlevel (a bit early, but what the heck...) |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Allow whitespace before '#' in preprocessor directives. |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | PYTHONWIN -> MS_COREDLL |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Add PYTHON_API_STRING, which is PYTHON_API_VERSION... |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Added NumPy projects |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | imghdr.what(): check for not h'. This lets |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Added thread module (it was already in the project!) |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | Description of the new build procedure for Win NT/95. |
commit | commitdiff | tree | snapshot |
1996-08-22 |
Guido van Rossum | More changes for NT, Guido style |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Get rid of unused local variable. |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Added a small test program. |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Add needed #include <ctype.h> |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Removed environment, objc, sybase modules |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Get rid of some obsolete modules: |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Patches to make it compile with K&R C |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Avoid complaint about inconsistent hypot() linkage... |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python... |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | update -- Undo is now entry 1 |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | unicast pendant for broadcast.py |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Raise ValueError on empty string passed into atoi(... |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Added documentation for PyObject_DelItem and PySequence... |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Support for old CPP |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Hacks to support being a Windows DLL |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Added PyObject_DelItem and PySequence_Del{Item,Slice}. |
commit | commitdiff | tree | snapshot |
next |