1997-08-15 |
Jack Jansen | Added support for WCTabHandle, AuxWinHandle, PixPatHand... |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Jack Jansen | Added #include <string.h> for memcpy() |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Jack Jansen | Added support for GDHandle, CTabHandle, ITabHandle... |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Jack Jansen | Added GetAuxiliaryControlRecord and SetControlColor... |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Jack Jansen | Made AEDesc_{New,Convert} global |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | Another checkpoint -- reorganized, in sections. |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | Date |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | . |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | Keep gcc -Wall happy |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | Checkpoint checkin of list of changes. Much more to... |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1997-08-15 |
Guido van Rossum | Added std copyright notice. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Oops, there was a bug in the output formatting - the... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added AMK's first cut at docs for re.py |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | DevStudio (CV++ 5.0) Project files. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Updated for new situation; added VC++ 5.0 info and... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Moved some non-standard format characters out of the... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added logmerge.py |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Consolidate a bunch of CVS or RCS logs read from stdin. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | OK, reop is safe again. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Fixed refcount bug (thank you, Purify and AMK). |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Jeremy Hylton | Several bug fixes. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added more stuff on initialization (still rudimentary) |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added new intro sections (incomplete); fixed various... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | New version (changes are so minor that I don't bother... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Of course, this file should be empty except for an... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add a separate SRC directory and insert it in front... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add missing semicolon to '>'. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added cvsfiles.py and treesync.py |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Source tree synchronization tool (for Windowes, mostly) |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Print a list of files under CVS. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | support C++ comments |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | set LOOPS to 10000 |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add XXX warning about fishy line |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Use _beginthread() and _endthread() in favor of CreateT... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added Jim Fulton's PyImport_Import(), which calls whatever |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added a bunch of XXX comments about things I'd like... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Merge Mac and Windows mods (which mostly affect the... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Print `a` so encrypted text is shown in ascii, not... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added prototype for PyImport_Import(). |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Updated platform specific notes (it is now more common... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added buffer_info() docs. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Minor typo only. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add try-finally around main loop. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added (commented-out) defs for use with the build tree... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added QNX remarks. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Don't call sys.exit() all over the place -- simply... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Comment out use of reop.expand_escape and reop._expand... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Use _Py_re_match/search instead of re_match/search... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Fred Lundh's latest versions. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add dummies for create/delete filehandles, just so... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Documented mime_decode_header() and mime_encode_header(). |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Fixed (and documented, see Doc/libmimify.tex) mime_deco... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added Windows NT instructions. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Changes for building under windows. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Jeremy Hylton | Many changes. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Probably the last VC++ 4.2 makefile I'll check in. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Small changes to readme and makefile; tested for 1... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | 1.5a3 prerelease 1 from AMK |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Jeremy Hylton | Must update the available space in the output buffer... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | removed getpath_nt.c in favor of revamped getpathp.c |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Much rewritten. Added Win32 registry stuff (from getpa... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Made it real. Changed locking() to work with file... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Some changes to make it work on NT; add the directory... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Moved PyWin_IsWin32s() here. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Remove #define main; remove vc40 from PYTHONPATH. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Fix bug with \< (AMK). |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Add try-finally to close the file after loading it in |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Various changes by AMK, e.g. remove \e, \cX, add \v |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Changes by AMK: |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Add syntax for hex,octal |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | cPickle release 0.3 from Jim Fulton |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | New dialog from Fred Lundh |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Fixes for the Mac. (Jack) |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Changes suggested by Jim fulton: |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added TemporaryFile and wrapper class by Jim Fulton. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added decls for stuff from myreadline. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Megapatch for IRIX 6 by Sjoerd. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added prototype for various finalizers. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added prototype for PyGrammar_RemoveAccelerators(). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added buffer_info() method that returns address and... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Fix mixup about PyErr_NoMemory() prototype. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Use string interning and caching to get speedups on... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Use strerror on the mac if using MSL (Jack). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Bump MS_DLL_ID to 1.5.0. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Allow paths without drive specifier (Jack). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Rewrite normcase() using string.translate... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Treat all HTTP/1.* versions the same. |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Two changes: |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Renamed Py_input_hook to PyOS_InputHook. |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Rewrite using class, to make waiting for processes... |
commit | commitdiff | tree | snapshot |
1997-08-10 |
Guido van Rossum | Changed indents to 4 *spaces*; added Emacs variables... |
commit | commitdiff | tree | snapshot |
1997-08-10 |
Guido van Rossum | Support using -p/-P to point to the source/build direct... |
commit | commitdiff | tree | snapshot |
1997-08-09 |
Barry Warsaw | #Fixed two byte-compiler errors |
commit | commitdiff | tree | snapshot |
1997-08-09 |
Barry Warsaw | #Checkpointing X/Emacs 20'fication of this mode. |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Guido van Rossum | Added O_BINARY and O_TEXT (for Windows). |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Guido van Rossum | More emphasis on os.environ's calling of putenv; and... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Barry Warsaw | #Bumping to version 3.0 |
commit | commitdiff | tree | snapshot |
next |