https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
9b24649 This commit was manufactured by cvs2svn to create tag 'r15a3'. 15 August 1997, 20:18:44 UTC
1fed5b3 Another typo (importand). 15 August 1997, 20:18:44 UTC
bda6fe6 Final touch... 15 August 1997, 20:09:56 UTC
b235d9e Tweaked all l2h targets to remove the target directory before renaming the intermediate target directory. 15 August 1997, 19:12:08 UTC
09270b5 Fixes to make it pass latex without complaints. 15 August 1997, 18:57:32 UTC
e7fe864 Type ("thgis"). 15 August 1997, 18:51:38 UTC
4952369 New, more complete list of what's new, pointing to Misc/NEWS for the whole list. Also changed all references to the FAQ to point to the FAQ wizard. 15 August 1997, 18:30:14 UTC
c95a6c1 Use imp.find_module() as the most certain way to find the test data. 15 August 1997, 16:23:32 UTC
57fa217 generated by regrtest.py -g 15 August 1997, 16:00:02 UTC
6eb4b6a test the zlib module only produce output if somethign goes wrong 15 August 1997, 15:59:43 UTC
53665e5 Last minute changes for \B. AMK. 15 August 1997, 15:45:25 UTC
cf00505 Added tests for \b, \B (AMK). 15 August 1997, 15:44:58 UTC
827ea7c Last minut changes for \B, \S (?). AMK. 15 August 1997, 15:44:23 UTC
f2e917e Regenerated 15 August 1997, 14:38:59 UTC
8f0fab7 Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason for blacklisting them. 15 August 1997, 14:38:05 UTC
eaf3c9b Added #include <string.h> for memcpy() 15 August 1997, 14:36:45 UTC
69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no reason they were blacklisted, we can handle them as generic Handles. 15 August 1997, 14:35:54 UTC
c7fefed Added GetAuxiliaryControlRecord and SetControlColor, there was no good reason they were excluded. 15 August 1997, 14:32:18 UTC
f69633e Made AEDesc_{New,Convert} global 15 August 1997, 14:31:13 UTC
6100033 Another checkpoint -- reorganized, in sections. 15 August 1997, 04:39:58 UTC
9085822 the usual 15 August 1997, 02:52:46 UTC
1574d78 Date 15 August 1997, 02:52:35 UTC
34900f8 . 15 August 1997, 02:52:20 UTC
7c14103 Keep gcc -Wall happy 15 August 1997, 02:52:08 UTC
f0b69f0 Checkpoint checkin of list of changes. Much more to follow, but it's late... 15 August 1997, 02:50:47 UTC
ff712aa The usual. 15 August 1997, 00:45:26 UTC
f84a539 Added std copyright notice. 15 August 1997, 00:04:24 UTC
939e4c1 Oops, there was a bug in the output formatting - the last printed values would overwrite the next value. 14 August 1997, 23:25:20 UTC
1acceb0 Added AMK's first cut at docs for re.py 14 August 1997, 23:12:18 UTC
ff7d104 DevStudio (CV++ 5.0) Project files. 14 August 1997, 23:02:29 UTC
831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. 14 August 1997, 22:57:33 UTC
2b41fdc Moved some non-standard format characters out of the standard list. Also moved %c and %Z out of there, even though they are standard, because these are locale dependent (and e.g. on Windows and Mac they return different strings). Finally, sorted the tables slightly different, to match my standard docs better (%a before %A). 14 August 1997, 22:23:42 UTC
3485bb6 Added logmerge.py 14 August 1997, 22:04:26 UTC
6f0cf7e Consolidate a bunch of CVS or RCS logs read from stdin. 14 August 1997, 22:04:00 UTC
c4d6c4d OK, reop is safe again. 14 August 1997, 21:23:07 UTC
f1c018d Fixed refcount bug (thank you, Purify and AMK). 14 August 1997, 21:19:13 UTC
644c17d Several bug fixes. -- initialize length to DEFAULTALLOC and not 0 -- resize string before returning (to remove '\000' padding) Also converted some compression routines to use PyString instead of buffer. 14 August 1997, 21:06:42 UTC
4a944d7 Added more stuff on initialization (still rudimentary) 14 August 1997, 20:35:38 UTC
59a6135 Added new intro sections (incomplete); fixed various typos 14 August 1997, 20:34:33 UTC
91c7c93 New version (changes are so minor that I don't bother to explain them). 14 August 1997, 20:20:42 UTC
fee9faa Of course, this file should be empty except for an informative comment. 14 August 1997, 20:19:27 UTC
193a11e Add a separate SRC directory and insert it in front of the path. 14 August 1997, 20:18:18 UTC
1dccdc2 Add missing semicolon to '&gt;'. 14 August 1997, 20:17:20 UTC
4d3376a Added cvsfiles.py and treesync.py 14 August 1997, 20:16:32 UTC
a554107 Source tree synchronization tool (for Windowes, mostly) 14 August 1997, 20:15:20 UTC
30e53c0 Print a list of files under CVS. 14 August 1997, 20:14:54 UTC
9189bda support C++ comments 14 August 1997, 20:14:29 UTC
5526e39 set LOOPS to 10000 14 August 1997, 20:14:12 UTC
77b3008 Add XXX warning about fishy line 14 August 1997, 20:13:46 UTC
49b1226 Use _beginthread() and _endthread() in favor of CreateThread() and ExitThread(). As discussed in c.l.p, this takes care of initialization and finalization of thread-local storage allocated by the C runtime system. Not sure whether non-MS compilers grok this though (but who cares :-). 14 August 1997, 20:12:58 UTC
d47a0a8 Added Jim Fulton's PyImport_Import(), which calls whatever __import__() hook is currently installed. 14 August 1997, 20:11:26 UTC
6d8841c Added a bunch of XXX comments about things I'd like to see changed... 14 August 1997, 19:57:39 UTC
0d2390c Merge Mac and Windows mods (which mostly affect the same problem -- no usable createfilehandler). Define HAVE_CREATEFILEHANDLER to test later. Also other Mac specific patches by Jack. 14 August 1997, 19:57:07 UTC
c4c2641 Print `a` so encrypted text is shown in ascii, not binary. 14 August 1997, 19:55:00 UTC
9faabb8 Added prototype for PyImport_Import(). 14 August 1997, 19:52:09 UTC
3572d37 Updated platform specific notes (it is now more common to have this) added some caveats. 14 August 1997, 19:51:26 UTC
8f06247 Added buffer_info() docs. 14 August 1997, 19:50:37 UTC
98046b9 Minor typo only. 14 August 1997, 19:50:18 UTC
dac4447 Add try-finally around main loop. 14 August 1997, 19:49:27 UTC
20abb4e Added (commented-out) defs for use with the build tree instead of the installed version. 14 August 1997, 19:48:42 UTC
40d6358 Added QNX remarks. 14 August 1997, 19:45:30 UTC
76c5fe2 The usual 14 August 1997, 19:45:07 UTC
e838701 Don't call sys.exit() all over the place -- simply return the exit status from main() and call sys.exit(main()) in the startup stub at the end of the file. 14 August 1997, 19:40:34 UTC
257c772 Comment out use of reop.expand_escape and reop._expand until their bugginess has been fixed. 14 August 1997, 19:33:06 UTC
0318bd6 Use _Py_re_match/search instead of re_match/search; these may become different in a future version. 14 August 1997, 14:35:12 UTC
1530c87 Fred Lundh's latest versions. 14 August 1997, 14:17:28 UTC
f53c86c Add dummies for create/delete filehandles, just so that vanilla Grail 0.3 won't break on Windows. 14 August 1997, 14:15:54 UTC
fcaf26e Documented mime_decode_header() and mime_encode_header(). 14 August 1997, 14:13:01 UTC
88bb808 Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and mime_encode_header(). 14 August 1997, 14:10:37 UTC
7ba3de4 Added Windows NT instructions. 14 August 1997, 02:12:04 UTC
58a5948 Changes for building under windows. 14 August 1997, 01:45:33 UTC
41b9f00 Many changes. Change default alloc size for uncompressing to 16K. Remove comment about core dumps when an invalid window sizes is used. This bug has been fixed in zlib 1.0.4. Two new optional arguments to decompress, wbits and bufsize. wbits specifies the window size and bufsize specifies the initial output string size. In decompression code -- decompress and decompressobj methods -- use a Python string (and _PyString_Resize) to collect the uncompressed stream. Replaces a separate buffer that was copied into a string. Fix bug in decompress that caused it to always realloc the buffer when it was finished decompressing. Modernized handling of optional arguments to compressobj. Updated doc strings. 13 August 1997, 23:19:55 UTC
4036c9c Probably the last VC++ 4.2 makefile I'll check in. After this I will be using 5.0, which has binary workspace files... 13 August 1997, 23:08:39 UTC
f644882 Small changes to readme and makefile; tested for 1.5a3! 13 August 1997, 23:07:44 UTC
95e8053 1.5a3 prerelease 1 from AMK 13 August 1997, 22:34:14 UTC
a74ef66 Must update the available space in the output buffer after realloc. (Fixed in PyZlib_unflush.) 13 August 1997, 21:39:18 UTC
00b299a removed getpath_nt.c in favor of revamped getpathp.c 13 August 1997, 21:38:04 UTC
eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which is now obsolete), and changed the default path calculations. $PYTHONPATH is now added as a prefix (like it's always been on Unix); $PYTHONHOME takes precedence over the program pathname; and only one landmark is needed. 13 August 1997, 21:30:44 UTC
407a22d Made it real. Changed locking() to work with file descriptors instead of Python file objects. Added open_osfhandle() (Mark had done some work for that), get_osfhandle(), setmode(), and the console I/O functions kbhit(), getch(), getche(), ungetch(), and putch(). 13 August 1997, 19:57:53 UTC
8f1b651 Some changes to make it work on NT; add the directory where the binary lives to the end of the path. (Still to do: add $PYTHONPATH to the front instead of using it as is; add the Win32 registry paths as in getpath_nt.c (which can then retire).) 13 August 1997, 19:55:43 UTC
0e6ae93 Moved PyWin_IsWin32s() here. 13 August 1997, 19:53:11 UTC
5137ea9 Remove #define main; remove vc40 from PYTHONPATH. 13 August 1997, 19:52:26 UTC
abed54a Fix bug with \< (AMK). 13 August 1997, 16:35:04 UTC
6dc61b1 Add try-finally to close the file after loading it in ModuleLoader.load_module! (Thanks to Daniel Larsson who complained about this.) 13 August 1997, 14:48:36 UTC
6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v 13 August 1997, 03:25:34 UTC
c24f038 Changes by AMK: Removed handling of \e, \cX escapes, following a string-SIG discussion. Fixed minor typos in re.py re.error is now set equal to reop.error. Move definition of constants like NORMAL and CHARCLASS into reop, which exports them; re.py was changed to import them from reop. Added C equivalents of _expand and expand_escape to reop, and changed re.py to use them. 13 August 1997, 03:24:53 UTC
52d6832 Add syntax for hex,octal 13 August 1997, 03:21:14 UTC
142eeb8 cPickle release 0.3 from Jim Fulton 13 August 1997, 03:14:41 UTC
f55afae New dialog from Fred Lundh 12 August 1997, 18:21:21 UTC
9d9af2c Fixes for the Mac. (Jack) 12 August 1997, 18:21:08 UTC
a5e9fb6 Changes suggested by Jim fulton: - Moved most imports to the top, for faster loadingf when using ni. - Always open the temp file in binary mode. 12 August 1997, 18:18:13 UTC
ca54982 Added TemporaryFile and wrapper class by Jim Fulton. Look in more env vars (for NT: TEMP, TMP). 12 August 1997, 18:00:12 UTC
3fb1aea Added decls for stuff from myreadline. 12 August 1997, 15:14:22 UTC
7242905 Megapatch for IRIX 6 by Sjoerd. 12 August 1997, 14:58:54 UTC
8e5e446 Added prototype for various finalizers. 12 August 1997, 14:57:21 UTC
bb301c5 Added prototype for PyGrammar_RemoveAccelerators(). 12 August 1997, 14:57:08 UTC
de4a4ca Added buffer_info() method that returns address and length in bytes of the buffer used to hold the array -- for dangerous low-level I/O. 12 August 1997, 14:55:56 UTC
ea46e4d Fix mixup about PyErr_NoMemory() prototype. 12 August 1997, 14:54:54 UTC
741689d Use string interning and caching to get speedups on the mac (Jack). 12 August 1997, 14:53:39 UTC
e5b4026 Use strerror on the mac if using MSL (Jack). 12 August 1997, 14:51:52 UTC
back to top