- 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
- 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
- 53610ca for method getaddrlist(): Added a note clarifying that all named by Barry Warsaw · 26 years ago
- 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
- d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago
- e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
- 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 26 years ago
- f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 26 years ago
- ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 26 years ago
- 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 26 years ago
- a71b5f4 Jim Ahlstrom patch: the module doc string is too long for 16-bit VC by Guido van Rossum · 26 years ago
- 3aa23fd Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit by Guido van Rossum · 26 years ago
- 3c25904 Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. by Guido van Rossum · 26 years ago
- 3d37f43 Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). by Guido van Rossum · 26 years ago
- a50a1df Added clean and clobber targets. by Fred Drake · 26 years ago
- 54bad44 Update to the latest version of Michael Ernst's script. by Fred Drake · 26 years ago
- 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 26 years ago
- 7727416 Add usage of the "driver" Makefile. by Fred Drake · 26 years ago
- 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 26 years ago
- d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 26 years ago
- 79cbadc Added fixinfo.el to the list of dependencies. by Fred Drake · 26 years ago
- 79ad1f1 Escape special characters on output. by Fred Drake · 26 years ago
- 348fd06 In rcpt(), avoid a space after the TO: address when the option list is by Guido van Rossum · 26 years ago
- e1bf7e8 Change the order of the utime() and the chmod() call in copystat(). by Guido van Rossum · 26 years ago
- 9481821 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
- da71e31 Update the comments on info files. by Fred Drake · 26 years ago
- e36e4e6 Use \refmodule when we say "use the XXX module instead". by Fred Drake · 26 years ago
- da94374 \seemodule: Fix so that each \seemodule entry gets its own paragraph, by Fred Drake · 26 years ago
- 2581704 do_cmd_refmodule(): New function to support new \refmodule macro. by Fred Drake · 26 years ago
- b5600e7 Hand't been committed yet (minor changes) by Jack Jansen · 26 years ago
- 50ff954 CW Projects for 1.5.2b1 by Jack Jansen · 26 years ago
- e9a4aaf Distribution databases for 1.5.2b1 by Jack Jansen · 26 years ago
- 08cae08 Removed USE_MALLOC_DEBUG that shoulnd't be in the production version. by Jack Jansen · 26 years ago
- d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago
- 894ee6f Renamed test.py to testcode.py so one can import Python's by Guido van Rossum · 26 years ago
- 5051f4f Hack to close a window that is colorizing. by Guido van Rossum · 26 years ago
- 5cc3129 Vladimir Marangozov's patch: by Guido van Rossum · 26 years ago
- 8d43a29 Added a few items. by Fred Drake · 26 years ago
- fcb7adb Fix the HTML tarball target to generate the HTML if needed instead of bombing. by Fred Drake · 26 years ago
- 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 26 years ago
- 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 26 years ago
- dd7610c Bump the date. Seems like fun. ;-) by Fred Drake · 26 years ago
- 701f10f Simplify command that extracts the number of pages from a PostScript by Fred Drake · 26 years ago
- 39cddb7 Added \modulesynopsis. by Fred Drake · 26 years ago
- 03dd3ef <writer>.send_paragraph(): Clarify what needs to be done by this by Fred Drake · 26 years ago
- f4bb656 DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to by Fred Drake · 26 years ago
- e23cde2 Avoid overflow if possible in calculations for range(); report by Guido van Rossum · 26 years ago
- 5a0ca4e do_cmd_methodline(): Fixed reference to method name when generating by Fred Drake · 26 years ago
- 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
- 8e2c945 output_body(): For <address> elements, just skip, since they're by Fred Drake · 26 years ago
- bb3b002 Patches describing the statvfs() and fstatvfs() functions. Additional by Fred Drake · 26 years ago
- 583b019 Addition to previous note -- comfigure --without-gcc also works. by Guido van Rossum · 26 years ago
- f5ade40 Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX. by Guido van Rossum · 26 years ago
- 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago
- c66e860 Some requests have been fulfilled. by Guido van Rossum · 26 years ago
- 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago
- b287b3a Got rid of debug print statement in goto_line_event(). by Guido van Rossum · 26 years ago
- d5c8497 I think I like it better if it prints the traceback even when it displays by Guido van Rossum · 26 years ago
- 9016fcf Bind ESC to close-window. by Guido van Rossum · 26 years ago
- dc5066e Use a HSeparator between the classes and the items. by Guido van Rossum · 26 years ago
- d5f0380 Separator classes (draggable divider between two panes). by Guido van Rossum · 26 years ago
- 031d0e5 Patch by Charles Waldman -- remove unneeded and even harmful test for by Guido van Rossum · 26 years ago
- 0bdbe6c Added some more comments. by Guido van Rossum · 26 years ago
- 2403b0c Don't traceback when wakeup() is called when the window has been destroyed. by Guido van Rossum · 26 years ago
- f52cca9 Allow tearing off of the Windows menu. by Guido van Rossum · 26 years ago
- 0291d1d Close on ESC. by Guido van Rossum · 26 years ago
- dd0d335 Updated a bunch of things (it was mostly still 0.1!) by Guido van Rossum · 26 years ago
- 5dadf7e Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan. by Guido van Rossum · 26 years ago
- 1a1c6bb (py-outdent-p): Short circuit infloop for illegal construct by Barry Warsaw · 26 years ago
- 83c74d4 Added ScriptBinding to standard bindings. by Guido van Rossum · 26 years ago
- 9f42584 This now actually works. See doc string. It can run a module (i.e. by Guido van Rossum · 26 years ago
- 5d00b6d Need extern decl. for fdatasync() in case it exists but isn't declared by Guido van Rossum · 26 years ago
- e6c2cf1 Now using autoconf 2.13 by Guido van Rossum · 26 years ago
- 21142a0 Added fsync() and fdatasync(). Patches by Scott Cotton. Requires by Guido van Rossum · 26 years ago
- 302331a FieldStorage.__init__(): if there is no content-type header, use by Barry Warsaw · 26 years ago
- b33f612 What's new in this release. by Guido van Rossum · 26 years ago
- 2c1f6be Hack for Windows so that if (1) the exit status is nonzero and (2) we by Guido van Rossum · 26 years ago
- b6584ca Remove the "lib-" prefix from the name of the info archive. by Fred Drake · 26 years ago
- ed94dde No longer useful. by Fred Drake · 26 years ago
- dd21c32 It's finally gone! by Fred Drake · 26 years ago
- f2b5374 Remove obsolete files. by Fred Drake · 26 years ago
- 78104a9 Replace most everything but the comment at the top. by Fred Drake · 26 years ago
- c4e9263 Add a few comments. by Fred Drake · 26 years ago
- 38df3c3 Paul Prescod's patches to allow the stack viewer to pop up when a by Guido van Rossum · 26 years ago
- c58f346 New support scripts for HTML->info conversion that use Michael Ernst's new by Fred Drake · 26 years ago
- 3fe1d32 New conversion tools for HTML->info from Michael Ernst by Fred Drake · 26 years ago
- 4149843 Need to include <sys/types.h> for off_t. by Guido van Rossum · 26 years ago
- df69365 Ty Sarna writes: by Guido van Rossum · 26 years ago
- 257fd51 Changes for long file support. by Guido van Rossum · 26 years ago
- 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 26 years ago
- 446ccfe The doc string for strptime had the arguments reversed -- the string by Guido van Rossum · 26 years ago
- c7dd3e1 Markup nit. by Fred Drake · 26 years ago
- 629082e Change paragraph width limit to 70 (like Emacs M-Q). by Guido van Rossum · 26 years ago
- 2927e78 Separating TODO from README. Slight reformulation of features. No by Guido van Rossum · 26 years ago
- 6ba219e Separating TODO from README. by Guido van Rossum · 26 years ago
- cf3ce92 Explain how come that pickle and cPickle, while using the same data by Guido van Rossum · 26 years ago
- e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
- 87e611e Replace the docs for reduce with an adaptation of its docstring, which by Guido van Rossum · 26 years ago
- 74429ea Add doc for access() and ttyname(). Patch by Sean Reifschneider. by Guido van Rossum · 26 years ago
- 6892aa3 fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk. by Jeremy Hylton · 26 years ago