1999-01-22 |
Guido van Rossum | Header for PyObject_DelItem() mentioned non-existing... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jack Jansen | Updated for 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jack Jansen | In unpackevent, get the direct object (----) before... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jack Jansen | Select the whole default input field in AskString ... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Barry Warsaw | (py-mode-map): Add back force of RET (aka C-m) to |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Added examples/testcode for the Icn module. |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Don't qualify local symbols with aetools... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Manually added definitions for normal, bold, etc. These... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Updated for 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Updated for 1.5.2b1 (better late than never:-) |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Updated the version number in the vers and preffilename... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Jack Jansen | Removed warnings for packages (Just implemented support... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Fred Drake | convert(): Added parameter "autoclose", which should... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Fred Drake | Modified the "sgml" and "xml" targets to stop if the... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Fred Drake | Add caveat on partial dependence on the "cl" module... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Fred Drake | Move the jpeg module to the SGI section; it is dependen... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | create_module_info(): If there's a \moduleauthor,... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | isnmtoken(), istoken(): Fix to ensure the regex has... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | handle_labels(): Fix problem for document fragments... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | Revised comments on null bytes in pattern string. |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | Fix second description of handling 2-digit years (last... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | convert(): Change the element name remapping to conver... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | format_attrs(): Attempt a bit more minimization for... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | add_module_idx(), add_idx_hook(): |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Fred Drake | Enable os.path as a mostly-normal submodule, including... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Barry Warsaw | (py-mode-map): Removed special bindings for C-m and... |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Barry Warsaw | (py-narrow-to-defun): New command (bound to C-x n d... |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Greg Ward | Added 'warn' method. |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Fred Drake | Fix typo spotted by Jeff MacDonald <jam@ans.net>. |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Guido van Rossum | Only deiconify when iconic. |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Guido van Rossum | Misc |
commit | commitdiff | tree | snapshot |
1999-01-18 |
Jack Jansen | Interface to GetIcon, PlotIcon and friends. |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Guido van Rossum | Added doc strings to the exception classes. |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Guido van Rossum | Patch by Piers Lauder: make exceptions classes. |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Barry Warsaw | (py-electric-delete): Implement the XEmacs 21 blessed... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Bruce Wheeler quotes Mark Hammond with a different... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Add a "tarball" target. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Adjust so that we are no longer using special entities... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Barry Warsaw | for method getaddrlist(): Added a note clarifying that... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Shorten the name of the <rfc> "number" attribute to... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Make <rfc> no longer an empty element but a container... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Barry Warsaw | Test the rfc822.py module. Contains just a few simple... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Barry Warsaw | Message.getaddrlist(): This now handles multiple occura... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Several new functions to re-write tables to be at least... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Should include "Python.h", not <Python.h> -- it's not... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Jim Ahlstrom patch: Watcom chokes on a long expression... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Jim Ahlstrom patch: the module doc string is too long... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Jim Ahlstrom patch: cutoff should be a long for machine... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Jim Ahlstrom added some SIZEOF defs for VC and WATCOM... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Added clean and clobber targets. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Update to the latest version of Michael Ernst's script. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | "Driver" makefile to convert all documents to SGML... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Add usage of the "driver" Makefile. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Elaborate a comment on the format of the table that... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Adjustments to allow elements with subelements as param... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Added fixinfo.el to the list of dependencies. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Fred Drake | Escape special characters on output. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | In rcpt(), avoid a space after the TO: address when... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Guido van Rossum | Change the order of the utime() and the chmod() call... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Jack Jansen | Updated for 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Fred Drake | Update the comments on info files. |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Fred Drake | Use \refmodule when we say "use the XXX module instead". |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Fred Drake | \seemodule: Fix so that each \seemodule entry gets... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Fred Drake | do_cmd_refmodule(): New function to support new \refmo... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Jack Jansen | Hand't been committed yet (minor changes) |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Jack Jansen | CW Projects for 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Jack Jansen | Distribution databases for 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Jack Jansen | Removed USE_MALLOC_DEBUG that shoulnd't be in the produ... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Greg Ward | Added: mems.lib.text_file: provides TextFile class... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | Renamed test.py to testcode.py so one can import Python's |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | Hack to close a window that is colorizing. |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | Vladimir Marangozov's patch: |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Added a few items. |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Fix the HTML tarball target to generate the HTML if... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | Chris Herborth's first pass at making config and install |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | A gift from Sam Rushing - modules asyncore and asynchat... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Bump the date. Seems like fun. ;-) |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Simplify command that extracts the number of pages... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Added \modulesynopsis. |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | <writer>.send_paragraph(): Clarify what needs to be... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | DumbWriter.send_paragraph(): Fix problem with DumbWrit... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Guido van Rossum | Avoid overflow if possible in calculations for range... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | do_cmd_methodline(): Fixed reference to method name... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Fred Drake | Removed a lot of unnecessary comment markers which... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Fred Drake | output_body(): For <address> elements, just skip,... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Fred Drake | Patches describing the statvfs() and fstatvfs() functio... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Addition to previous note -- comfigure --without-gcc... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Add note about gcc-2.8.1 setting sys.maxint to -1 on... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Fred Drake | get_config_h_filename(): Fix to work with current... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Some requests have been fulfilled. |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Set the cursor to a watch when opening the class browse... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Got rid of debug print statement in goto_line_event(). |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | I think I like it better if it prints the traceback... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Bind ESC to close-window. |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Use a HSeparator between the classes and the items. |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Guido van Rossum | Separator classes (draggable divider between two panes). |
commit | commitdiff | tree | snapshot |
1999-01-10 |
Guido van Rossum | Patch by Charles Waldman -- remove unneeded and even... |
commit | commitdiff | tree | snapshot |
1999-01-10 |
Guido van Rossum | Added some more comments. |
commit | commitdiff | tree | snapshot |
1999-01-09 |
Guido van Rossum | Don't traceback when wakeup() is called when the window... |
commit | commitdiff | tree | snapshot |
next |