- b8ad024 Add 'return' keyword before error calls. by Guido van Rossum · 27 years ago
- 74fb303 Jeffrey's latests by Guido van Rossum · 27 years ago
- 9e18ec7 Correctly implement sub, subn, and split. Also correct and augment by Guido van Rossum · 27 years ago
- a4f1a78 Jeffrey's next installment by Guido van Rossum · 27 years ago
- 32d6f3c Corresponding output. by Guido van Rossum · 27 years ago
- 06c0ec9 Several additions from Jeffrey. by Guido van Rossum · 27 years ago
- 23b2257 Added tests for sub, subn, and split. by Guido van Rossum · 27 years ago
- b15e5ed Use 'and' instead of '&', which is a (La)TeX control character. by Guido van Rossum · 27 years ago
- e3d5fc5 Add AMK's seealso environment that is now used in the library manual by Guido van Rossum · 27 years ago
- e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
- 3c2a056 Extensive changes by AMK. by Guido van Rossum · 27 years ago
- 5320998 Note that getvalue() must be called before close(). by Guido van Rossum · 27 years ago
- 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 27 years ago
- 41884a9 New from AMK by Guido van Rossum · 27 years ago
- 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
- eb1633e Removed mailbox, SocketServer, cmath -- these are now documented! by Guido van Rossum · 27 years ago
- 84057a3 Added cmath by Guido van Rossum · 27 years ago
- 246d965 Typo in example. by Guido van Rossum · 27 years ago
- 14a8024 New cmath module docs, by AMK (with additions and deletions by Guido). by Guido van Rossum · 27 years ago
- 6c9db41 Added fileno(); added readlines(sizehint). AMK's sed job. by Guido van Rossum · 27 years ago
- debf2e8 Fix dropped word. by Guido van Rossum · 27 years ago
- c3fb88b Fix xover implementation according to Fred Lundh. by Guido van Rossum · 27 years ago
- a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
- 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago
- db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
- f0f7aad Added remaining PyThread symbols. by Guido van Rossum · 27 years ago
- cfaf143 Added a few new undocumented modules. by Guido van Rossum · 27 years ago
- 9e48b27 Catch all exceptions in test modules. by Guido van Rossum · 27 years ago
- 65cd989 Added output from new tests. by Guido van Rossum · 27 years ago
- 9ddd9da Fixed a syntax error caused by a bad line in the Perl source. by Guido van Rossum · 27 years ago
- 26d80e6 Correct inf. while loop. by Guido van Rossum · 27 years ago
- e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 27 years ago
- 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
- 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago
- 9f845ec More changes by Jeffrey. by Guido van Rossum · 27 years ago
- 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
- 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
- 5310975 Fix group() -- should be tuple even when re has exactly one group. by Guido van Rossum · 27 years ago
- 09bcfd6 Jeffrey's latest -- almost there. by Guido van Rossum · 27 years ago
- 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
- 70f107f Three fewer incorrect failures by Guido van Rossum · 27 years ago
- faf4908 Reformatted. Fixed some problem with uninitialized syntax tables. Jeffrey. by Guido van Rossum · 27 years ago
- 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
- 5d8123f Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
- 74ba247 Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
- 4dddff8 Upped version to 0.6. by Guido van Rossum · 27 years ago
- 9b1718c New PythonPowered logo image. by Guido van Rossum · 27 years ago
- 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 27 years ago
- 5d6de25 New from Jeffrey; small nits. by Guido van Rossum · 27 years ago
- 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
- 035aae0 Some small nits. by Guido van Rossum · 27 years ago
- 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
- 7ffbd2f This is pretty pathetic and full of errors, by Guido van Rossum · 27 years ago
- 8e0ce30 test suite for re.py by Guido van Rossum · 27 years ago
- 007c80e Added reop (moved reop and regex to non-shared section). by Guido van Rossum · 27 years ago
- 105bd98 Added /usr/bin/env python and made executable. by Guido van Rossum · 27 years ago
- 1243ae7 Allow '@' character as end of line padding in uuencode format. by Guido van Rossum · 27 years ago
- e3cd151 Use the modules base64, quopri, and uu, instead of external programs by Guido van Rossum · 27 years ago
- 31cbc84 Oops, some clarifications to conditional breaks. by Guido van Rossum · 27 years ago
- 255d790 Added (minimal) doc for conditional breakpoints. by Guido van Rossum · 27 years ago
- 9e1ee97 Support for conditional breakpoints (Jim Fulton, with some changes). by Guido van Rossum · 27 years ago
- 6683617 Normalize whitespace. by Guido van Rossum · 27 years ago
- ff02e1d Support for conditional breakpoints (Jim Fulton). by Guido van Rossum · 27 years ago
- 65c28b7 Removed debug print in set construction. Changed some '==' to 'in' (Tim Peters). by Guido van Rossum · 27 years ago
- 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 27 years ago
- 443389f Add MALLOC_ZERO_RETURNS_NULL symbol. by Guido van Rossum · 27 years ago
- ad71370 Added check whether malloc(0) returns NULL or not. by Guido van Rossum · 27 years ago
- 4b11c74 Only add 1 byte to all malloc calls when it is known that malloc(0) or by Guido van Rossum · 27 years ago
- 5ca1b71 Straight from Jeffrey Ollie's web page. by Guido van Rossum · 27 years ago
- b65e85c Fix problem discovered by Greg McFarlane: when an imported module by Guido van Rossum · 27 years ago
- e664896 (py-shell): Remove support for Emacs 18, implicitly add support for by Barry Warsaw · 27 years ago
- d247812 Two improvements suggested by Tim Peters: speed up random() since we by Guido van Rossum · 27 years ago
- db25f32 New versions straight from Jeffrey Ollie's web site by Guido van Rossum · 27 years ago
- db9e20f Fix bug reported by Just: anonymous arguments used for tuples should by Guido van Rossum · 27 years ago
- 475d51d Wrapped up the ~/.netrc support. This is basically just the changes Guido & by Fred Drake · 27 years ago
- dd52733 fixed typo, "header" ==> "headers" by Fred Drake · 27 years ago
- 50ea919 Mods for user mainloop event handling by Jack Jansen · 27 years ago
- d080edd Added dopendingevents call by Jack Jansen · 27 years ago
- 3f5aef7 Allow specifying own resources for all dialogs by Jack Jansen · 27 years ago
- 1b3904b Module to buffer stdout/stderr until stdin is read. Useful for by Jack Jansen · 27 years ago
- 0b34dd5 Regenerated by Jack Jansen · 27 years ago
- 883765e added SetEventHandler by Jack Jansen · 27 years ago
- 3757523 Adapted to new event handling. It is now also possible to abort out of by Jack Jansen · 27 years ago
- 36ed506 Added PyMac_SetEventHandler which allows you to replace complete event by Jack Jansen · 27 years ago
- d993648 Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return by Jack Jansen · 27 years ago
- 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 27 years ago
- bcdb940 Added docstrings by Sue Williams, re-indented to 4 spaces / level. by Fred Drake · 27 years ago
- 8f81ef1 Fix LaTeX bug found by examining the docstrings added to commands.py. by Fred Drake · 27 years ago
- b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 27 years ago
- 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 27 years ago
- eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
- 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
- 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
- d3b06a8 Added optional preload arg to some routines (which creates reloaded by Jack Jansen · 27 years ago
- 7fb76e0 Replaced MacOS.EnableAppswitch by MacOS.SchedParams by Jack Jansen · 27 years ago
- caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
- 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 27 years ago
- 295b8e5 Add sys/types.h include for pid_t when threading. by Guido van Rossum · 27 years ago
- d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
- 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago