https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
22cf347 This commit was manufactured by cvs2svn to create tag 'r15b1'. 26 November 1997, 21:20:51 UTC
8253671 Dumb typo. 26 November 1997, 21:20:51 UTC
f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a py-safe wrapped delete-file call instead. 26 November 1997, 21:00:36 UTC
3b3ff4e (py-compute-indentation): Check for multiline stringness and commentness so that hitting TAB in the middle of a comment will still indent the line. 26 November 1997, 20:58:48 UTC
8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different spelling so that it doesn't clobber the standard M-BS binding. This should be portable between X/Emacsen. 26 November 1997, 20:30:33 UTC
66d010a Reordered and slightly edited the highlights of changes. 26 November 1997, 17:37:31 UTC
6477380 Revamped README for release of 1.5b1. 26 November 1997, 17:07:02 UTC
7ea639b Added list of what's new in 1.5b1. Changed intro and some section titles. 26 November 1997, 16:36:28 UTC
4d8e7c5 Four more valuable contributors... 26 November 1997, 16:35:55 UTC
0b23348 The usual 26 November 1997, 15:44:34 UTC
330c660 The dependency of tarhtml on l2h was a bad idea. 26 November 1997, 15:31:32 UTC
c852035 (python-mode): Make imenu-create-index-function buffer local. (imenu-example--create-python-index-engine): Use buffer-substring-no-properties. Also, don't use imenu-create-submenu-name. Apparently it is obsolete. These Imenu patches were given by Christian Egli <christian.egli@stest.ch> 26 November 1997, 06:14:40 UTC
4da6bd5 (py-mark-def-or-class): Added an exchange-point-and-mark and a py-keep-region-active so that the marked def/class gets the zmacs-region or transient-mark region highlighted. Also point should be left at the end of the marked region. (py-mode-map): Moved py-mark-def-or-class to M-C-h to conform to Emacs major mode standards. 26 November 1997, 06:00:26 UTC
e467bfb (python-mode): Patch to fix Imenu support under Emacs, given by Torsten Hilbrich <Torsten.Hilbrich@bln.de>. 26 November 1997, 05:40:58 UTC
4738478 (py-kill-emacs-hook): Simplification. 26 November 1997, 05:27:45 UTC
f11d024 Icons for Windows installer. 26 November 1997, 05:14:14 UTC
3879d4a Added the HTML files. 26 November 1997, 04:55:32 UTC
a1afc07 Added CRLF line endings since this is for NOTEPAD. 26 November 1997, 04:48:23 UTC
a0ee8cd Added comment about where to find details on python-mode.el, pointing to the Web site. (py-defun-start-re, py-class-start-re): Changed to defconst. (py-traceback-line-re): Regular expression describing what traceback lines look like. (py-point): New defsubst copied from CC Mode. (py-highlight-line): Function which does the work of making a traceback line mouseable. This only works on XEmacs. Someone familar with Emacs text properties and such will have to do that port. (py-mode-map): Added C-c- bound to py-up-exception and C-c= bound to py-down-exception. Also, more concise form for mapcar. (py-mode-output-map): New keymap for the *Python Output* buffer which only has keybindings for py-mouseto-exception and py-goto-exception. All other self-insert-command's are bound to beep. This is actually bogus because the buffer should really be made read-only and the functions that insert in that buffer should bind inhibit-read-only. Also, this map should be bound to highlighted extents in a *Python* shell buffer, but this stuff hasn't been migrated into there. (py-postprocess-output-buffer): New function which extentifies the *Python Output* buffer. The bogosities are that this only runs when the synchronous process in the buffer is finished (so it doesn't work for async procs), and it should also be merged into py-process-filter so the *Python* shell gets mouseable too. (py-shell): Added C-c- and C-c= to the comint buffer's keymap. The bogosity is that py-goto-exception should also be bound, but it cannot be bound to C-cC-c (since that interferes with comint-interrupt-subjob's typical binding). Also, traceback lines aren't mouseable in this buffer. (py-execute-region): Support for traceback jumping. This really is quite a kludge, but necessary based on the way all this stuff works. There's bound to be broken interactions here. (py-jump-to-exception, py-mouseto-exception, py-goto-exception, py-find-next-exception, py-down-exception, py-up-exception): All new commands and functions to implement traceback jumping. (py-compute-indentation): Hope this change doesn't get lost in all the noise above!!!! This fixes broken non-indentation of a line when TAB is hit inside a string that isn't a multi-line string. 26 November 1997, 01:04:44 UTC
ee9f820 Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied to get the actual prompt). 25 November 1997, 21:12:27 UTC
ddc3fb5 Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so you can assign an object whose str() evaluates to the current directory (or whatever). 25 November 1997, 20:58:13 UTC
84cca44 Added utility target tarhtml to tar and gzip the HTML files plus their support (GIFS, icons, style sheets). 25 November 1997, 20:49:09 UTC
28fbe4d Adding the icons used by latex2html output to the CVS tree. 25 November 1997, 20:14:07 UTC
628b408 Ignore html files generated by webmaker. 25 November 1997, 20:10:40 UTC
000eb0a Augmented the script so that (at CNRI anyway) it also invokes webmaker to create the HTML. 25 November 1997, 20:10:19 UTC
4323f7c Simple index for the reference manuals (mostly for use on the Windows platform). 25 November 1997, 18:27:23 UTC
71ace95 Updated to the most pressing 1.5 issues. 25 November 1997, 18:20:52 UTC
4aa6186 Drop Capitalized Important Words. 25 November 1997, 15:40:06 UTC
580aa8d Several changes, e.g. restructuring of the intro to be closer to what it ought to be. Maybe the last checkin before 1.5b1 is released. 25 November 1997, 15:34:51 UTC
682fbe5 Remove hyperlink to time-sensitive Python release info. 25 November 1997, 15:33:44 UTC
dd58469 WISE installer source for Python 1.5 25 November 1997, 06:02:27 UTC
36e18e3 Added pypcre.c module. 25 November 1997, 06:00:59 UTC
cb91e7b Added the "italic correction" command ("\/") to the list of ignored commands. There is at least one of there in the library reference, and this reduces the warning count. We *do* know what to do with it! 25 November 1997, 04:06:21 UTC
e624e0f Removed leading comment about this being "introductory" documentation; compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small. 25 November 1997, 04:04:00 UTC
f259efe Get rid of math mode in some places. 25 November 1997, 01:00:40 UTC
3e1e274 Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp. 25 November 1997, 00:43:34 UTC
9d62e80 Remove strange use of $math$ mode to produce a backslash. 25 November 1997, 00:35:44 UTC
5b7220f Oops, did the previous delete the wrong way. 25 November 1997, 00:05:12 UTC
d5da7a6 Get rid of last traces of module 'audio' 24 November 1997, 23:59:31 UTC
ca83f01 Added "-n file" option to only print files newer than the given file. 24 November 1997, 23:49:35 UTC
e2d4dd1 Use fuzzy comparison from test_support to compare outcome of pow(x,y,z) to pow(x,y)%z. 24 November 1997, 22:24:22 UTC
275feea New names... 24 November 1997, 17:50:47 UTC
00f1569 Add fileinput. 24 November 1997, 17:50:09 UTC
e300d6f Replace plat-os2 with plat-win, per Jeff Rush' suggestion. 24 November 1997, 17:49:45 UTC
37885c2 Trivial change in prompt label suggested by Case Roole. 24 November 1997, 17:49:13 UTC
2d9feed Change the option used on Linux to export all symbols from the main program to shared libraries. On mklinux, the old '-rdynamic' doesn't work; the new '-Xlinker -export-dynamic' works both there and on Intel Linux platforms. 24 November 1997, 17:36:21 UTC
465f71d Done a sort -u on the symbols (and replaced all tabs with spaces). 24 November 1997, 15:54:24 UTC
e1cba7f Oops, the sort took some whitespace into account. 24 November 1997, 15:50:27 UTC
060dffb Done a sort -u on the symbols. 24 November 1997, 15:48:23 UTC
345df17 os2 patch by Jeff Rush 22 November 1997, 22:10:01 UTC
7db30ca ignore various VC++ turds 22 November 1997, 22:05:00 UTC
50d4cc2 Files specific to Visual Age C for OS/2 -- by Jeff Rush 22 November 1997, 21:59:45 UTC
0ba48ba Added Jeff Rush' comments 22 November 1997, 21:58:14 UTC
d3af2f3 win -> plat-win 22 November 1997, 21:56:10 UTC
f5578e4 Add PyImport_Inittab and PyOS_AfterFork 22 November 1997, 21:55:18 UTC
8e9ebfd os2 patch by Jeff Rush 22 November 1997, 21:53:48 UTC
c0b9319 bind_class should return a value 22 November 1997, 21:49:56 UTC
be7c45e New address parser by Ben Escoto replaces Sjoerd Mullender's parseaddr() 22 November 1997, 21:49:19 UTC
e6c128f Use fstat if we can; write MAGIC into file last. 22 November 1997, 21:48:26 UTC
8700fe6 Redone the _tkinter configuration section with support for popular packages. 22 November 1997, 17:35:19 UTC
7a206c8 New tkappinit supporting several popular packages. 22 November 1997, 17:34:41 UTC
7d5b99d A new standard module, as discussed on comp.lang.python, to simplify the writing of filters. Typical use is: import fileinput for line in fileinput.input(): process(line) This iterates over the lines of all files listed in sys.argv[1:], defaulting to sys.stdin if the list is empty or when a filename is '-'. There is also an option to use this to direct the output back to the input files. 21 November 1997, 17:12:59 UTC
2aa78ef Add a pointer back to the wizard in the "compat" output. 21 November 1997, 16:37:54 UTC
0d2d759 PySocketSock_methods: Added "connect_ex" so the method can actually be called! 20 November 1997, 21:39:02 UTC
4a9aff2 A comparison with several other languages that also appears in the Handbook of Object Technology. 20 November 1997, 21:15:28 UTC
bc12f78 Adding Martin von Loewis' documentation for his locale module. 20 November 1997, 21:04:27 UTC
e084f0b Add description for some modules that have been added since this intro section was last revised... 20 November 1997, 21:03:33 UTC
3472026 Add description for Queue; fix typo (whichdbm should be whichdb). 20 November 1997, 21:00:03 UTC
db847bd Plug memory leak in Py_BuildValue when using {...} to construct dictionaries. 20 November 1997, 20:35:45 UTC
3d96d52 (Queue.Empty): When class based exceptions are in force, derive this class from the standard base exception Exception. Otherwise define Queue.Empty as a string exception. (Queue): 8-space to 4-space indentation conversion. Also, basically recast all method comments into docstrings. 20 November 1997, 19:56:38 UTC
17c8e78 libqueue.tex: Documentation for the Queue.py module. Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python. 20 November 1997, 19:54:16 UTC
51bb7b7 Dang. Formatting glitch. 20 November 1997, 15:42:46 UTC
f5831ae New blurb, derived from my Handbook of Object Technology abstract. 20 November 1997, 15:42:18 UTC
4552f3d In the description of sub(), give a better explanation of the interface when repl is a function. Also give a simple example of using a function repl. 20 November 1997, 00:15:13 UTC
bd1169a Add Martin von Loewis as the author of this module. 19 November 1997, 19:02:09 UTC
eef1d4e User-level locale module. A wrapper around _locale which adds format(), str(), atof(), and atoi(). The last three are locale sensitive versions of the corresponding standard functions (only for numbers though); format() does general %[efg] formatting taking the locale into account, optionally with thousands grouping. 19 November 1997, 19:01:43 UTC
3df69bc Add support for _locale. 19 November 1997, 18:57:48 UTC
fc4255d Add s.connect_ex() which returns errno instead of raising an exception. 19 November 1997, 18:57:13 UTC
aec7497 Add optional support fort Tix and BLT. 19 November 1997, 18:56:17 UTC
2e58ff3 Fix importing of shared libraries from inside packages. This is a bit of a hack: when the shared library is loaded, the module name is "package.module", but the module calls Py_InitModule*() with just "module" for the name. The shared library loader squirrels away the true name of the module in _Py_PackageContext, and Py_InitModule*() will substitute this (if the name actually matches). 19 November 1997, 18:53:33 UTC
ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing of shared libraries from inside packages. 19 November 1997, 18:51:35 UTC
858cb73 Two changes (here we go again :-( ). 1) The __builtins__ variable in the __main__ module is set to the __builtin__ module instead of its __dict__. 2) Get rid of the SIGHUP and SIGTERM handlers. They can't be made to work reliably when threads may be in use, they are Unix specific, and Python programmers can now program this functionality is a safer way using the signal module. 19 November 1997, 16:15:37 UTC
df9db1e Give more detailed error message when the argument count isn't right. 19 November 1997, 16:05:40 UTC
127b8dd Add declaration for PyNumber_CoerceEx(). 19 November 1997, 16:04:54 UTC
242c642 Add a new function PyNumber_CoerceEx() which works just like PyNumber_Coerce() except that when the coercion can't be done and no other exceptions happen, it returns 1 instead of raising an exception. Use this function in PyObject_Compare() to avoid raising an exception simply because two objects with numeric behavior can't be coerced to a common type; instead, proceed with the non-numeric default comparison. Note that this is a somewhat questionable practice -- comparisons for numeric objects shouldn't default to random behavior like this, but it is required for backward compatibility. (Case in point, it broke comparison of kjDict objects to integers in Aaron Watters' kjbuckets extension.) A correct fix (for python 2.0) should involve a different definiton of comparison altogether. 19 November 1997, 16:03:17 UTC
220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). 18 November 1997, 21:03:39 UTC
3931df9 Undo another glitch of the automatic not-so-Grand Renaming; some local variables called 'coerce' were accidentally renamed to 'PyNumber_Coerce'. Rename them back to coercefunc. 18 November 1997, 19:23:07 UTC
33635f8 start numbering things 1.5b1 now 18 November 1997, 19:21:47 UTC
8360005 Assert that the proxies object passed in to the URLopener constructor is indeed a dictionary (or a mapping). 18 November 1997, 15:50:39 UTC
421c224 Added docstrings (contributed by Martin von Loewis). 18 November 1997, 15:47:55 UTC
e4a93bc Fix the release date for 1.5b1 to be Nov. 26 18 November 1997, 15:32:15 UTC
d9a26ff Add support for NULL macro (like UNIX, ABC etc.). 18 November 1997, 15:31:16 UTC
2974f0f Add xmllib; remove (slow) from description of htmllib. 18 November 1997, 15:30:40 UTC
7336935 dis is now documented; bisect is deemed useful. 18 November 1997, 15:30:13 UTC
f7790c6 Document s.connect_ex(), which does not raise an exception on error. 18 November 1997, 15:29:20 UTC
364e643 Clarified reference to old profiler. Mention conversion to Perl-style regular expressions. 18 November 1997, 15:28:46 UTC
5de6488 Added doc for errorcode dictionary. 18 November 1997, 15:27:51 UTC
5d68e8e Fixed case sensitivity of attributes (they are case *sensitive*). 18 November 1997, 15:27:20 UTC
eae121e Adding dis and xmllib docs 18 November 1997, 15:11:47 UTC
a10768a Docu for xmllib.py, by Sjoerd Mullender. 18 November 1997, 15:11:22 UTC
back to top