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 |
1996-08-21 |
Guido van Rossum | Added delslice and delitem. |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Demos for Fred's parser module |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | NT specific files supplied by Mark Hammond |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | More efficient handling of "__doc__" lookup. |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | Add explicit #undef _POSIX_THREADS for use on Solaris... |
commit | commitdiff | tree | snapshot |
1996-08-21 |
Guido van Rossum | New batch from Fred |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Added Vlad. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | New generic makefile by Jim F; drop pyimenu.el |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Minor updates. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | typo |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Add #define MAC_TCL for Mac. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Get rid of access statement |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Attempt at Windows-NT compatibility. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Add optional separator character to capwords(), for... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | delattr() can raise AttributeError, not KeyError. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Correct description of splitext(). |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Added locking hacks for AIX |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Added print_exception() convenience function. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Improved tests; run twice, onece in normal mode, once... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Barry's 2.73 |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Get rid of debug print statements |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Don't require <dlfcn.h> -- rely on existence of dlopen(). |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Barry's 2.72 |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Barry Warsaw | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Write warning about exception in __del__ to stderr... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | *noconfig* -> *shared*. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Support *shared* and *static* as aliases for *noconfig... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Test for xdrmem_create() failure. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Install shared libs with executable mode -- needed... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Mention warning for exception in __del__. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Guido van Rossum | Erase all memory of the access statement |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | Adapted for cfm68k, new names and split off of qt. |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | Rationalized header files: |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | - Gave PPC shared libraries (and projects) .ppc in... |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | Added void before main |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | - Renamed USE_BGEN to USE_TOOLBOX |
commit | commitdiff | tree | snapshot |
1996-08-20 |
Jack Jansen | Re-binhexed |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Changes by Rob Hooft for GMP 2.0.2 |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Document actual behavior of splitext(). |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Documented class exceptions. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Remove mention of HAVE_CONFIG_H |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Added _xdr module |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Added imghdr,xdrlib; reformatted Makefile somewhat |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Rename __test() to _test(). |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | XDR interface, evolved from Demo/rpc/xdr.py by Barry. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Added note about standard library module xdrlib.py |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Always include config.h |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Many little fixes: |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | getprogramname -> Py_GetProgramName. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Raise TypeError, not KeyError, on unknown keyword argument. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Added *PyMarshal_WriteObjectToString() (moved the relev... |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Added declaration for *PyMarshal_WriteObjectToString(). |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Add prototypes for c_sum() etc. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Declare initregex() as returning void, as it should be. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Remove some unused variables. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Guido van Rossum | Declare a bunch of internal routines as returning void. |
commit | commitdiff | tree | snapshot |
next |