- 08 Tem, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 07 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Add support for the \ulink macro.
-
- 06 Tem, 2001 26 kayıt (commit)
-
-
Fred Drake yazdı
update announcements do not get bounces from trying to send mail to my laptop, which has an identity crisis due to constant relocation.
-
Fred Drake yazdı
-
Fred Drake yazdı
this supports a hyperlinked version of the grammar that can make tracking down details and definitions a little easier.
-
Fred Drake yazdı
installation prefix and exec_prefix for Windows.
-
Fred Drake yazdı
-
Fred Drake yazdı
do_cmd_verbatiminput(): Write out a text file containing the content of the input file with a .txt extension, and add a link to it at the bottom of the presentation. This easier retrieval of example source code for copy & paste use.
-
Fred Drake yazdı
but which came from their default stylesheet. Add styles for the new hyperlinked grammar productions.
-
Fred Drake yazdı
includes some minor new inline markup and markup to generate hyperlinked grammar productions. Adopt a "style guide" document -- this beats writing our own and means we'll have a chance at consistency, without having to make it all up ourselves.
-
Fred Drake yazdı
were generated by the use of the productionlist environment or the \verbatiminput macro.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
powerful latex2esis.py.
-
Fred Drake yazdı
LaTeX and we have at least one occurance of that in the content, so this script needs to support it as well.
-
Fredrik Lundh yazdı
re.findall doesn't take a maxsplit argument
-
Barry Warsaw yazdı
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
Barry Warsaw yazdı
clobbered on checkin.
-
Guido van Rossum yazdı
found a bug here. Here's the deal: Class PyShell derives from class OutputWindow. Method PyShell.close() wants to invoke its parent method, but because PyShell long ago was inherited from class PyShellEditorWindow, it invokes PyShelEditorWindow.close(self). Now, class PyShellEditorWindow itself derives from class OutputWindow, and inherits the close() method from there without overriding it. Under the old rules, PyShellEditorWindow.close would return an unbound method restricted to the class that defined the implementation of close(), which was OutputWindow.close. Under the new rules, the unbound method is restricted to the class whose method was requested, that is PyShellEditorWindow, and this was correctly trapped as an error.
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers. Add an index entry for the Telnet protocol. Always refer to the protocol as Telnet instead of telnet.
-
Barry Warsaw yazdı
additional offset is only applied to continuation lines for block opening statements. (py-compute-indentation): Only add py-continuation-offset if py-statement-opens-block-p is true.
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
Tim Peters yazdı
Symptom: (1, 2, 3) <= (1, 2) returned 1. This was already fixed in CVS for tuples, but an isomorphic error was in the list richcompare code.
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
Fred Drake yazdı
name when filling in the internal data structures, otherwise we incorrectly raise a KeyError. This fixes SF bug #432369.
-
Fred Drake yazdı
the os.W*() functions used to interpret the return value. This fixes SF bug #429361.
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
- 05 Tem, 2001 12 kayıt (commit)
-
-
Tim Peters yazdı
weren't functional under Windows even if enabled.
-
Fred Drake yazdı
\platform statement. Also fix a minor style consistency nit in an example.
-
Fred Drake yazdı
empty.
-
Fred Drake yazdı
values. The change for attribute values matches the way Mozilla and Navigator view the world, at least. This closes SF bug #436621.
-
Fred Drake yazdı
modules.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
fewer arguments.
-
Guido van Rossum yazdı
contains, tolist(), and the start/stop/step attributes. This includes removing the 4th ('repeat') argument to PyRange_New().
-
Just van Rossum yazdı
- make method reload handle __private attrs correctly - fixed whole word search
-
Just van Rossum yazdı
-