1997-07-17 |
Guido van Rossum | Removed mailbox, SocketServer, cmath -- these are now... |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Added cmath |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Typo in example. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | New cmath module docs, by AMK (with additions and delet... |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Added fileno(); added readlines(sizehint). |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Fix dropped word. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Fix xover implementation according to Fred Lundh. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Jeffrey's latest -- seems to solve most problems! |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Add flush() method to fake file. |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Guido van Rossum | Fix bug found by kjpylint; change doc string to avoid... |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Guido van Rossum | Added remaining PyThread symbols. |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Guido van Rossum | Added a few new undocumented modules. |
commit | commitdiff | tree | snapshot |
1997-07-16 |
Guido van Rossum | Catch all exceptions in test modules. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Added output from new tests. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Fixed a syntax error caused by a bad line in the Perl... |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Correct inf. while loop. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Merged Jeffrey's changes in. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Merged my changes in, and added all converted Perl... |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Jeffrey's version |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | More changes by Jeffrey. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Tweak re_tests and test_re to differentiate between |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | More tweaks; re.py is nearly there... |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Fix group() -- should be tuple even when re has exactly... |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Jeffrey's latest -- almost there. |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Jeffrey's newest |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Three fewer incorrect failures |
commit | commitdiff | tree | snapshot |
1997-07-15 |
Guido van Rossum | Reformatted. |
commit | commitdiff | tree | snapshot |
1997-07-14 |
Guido van Rossum | After some discussion with Jeremy and Fred, decided... |
commit | commitdiff | tree | snapshot |
1997-07-13 |
Guido van Rossum | Reordered list of methods to hopefully put the most... |
commit | commitdiff | tree | snapshot |
1997-07-13 |
Guido van Rossum | Reordered list of methods to hopefully put the most... |
commit | commitdiff | tree | snapshot |
1997-07-13 |
Guido van Rossum | Upped version to 0.6. |
commit | commitdiff | tree | snapshot |
1997-07-13 |
Guido van Rossum | New PythonPowered logo image. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Removed the traceback output in non-verbose mode |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | New from Jeffrey; small nits. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Jeffrey's latest. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Some small nits. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Test urlparse cache with try/except instead of has_key. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | This is pretty pathetic and full of errors, |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | test suite for re.py |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Added reop (moved reop and regex to non-shared section). |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Added /usr/bin/env python and made executable. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Allow '@' character as end of line padding in uuencode... |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Use the modules base64, quopri, and uu, instead of... |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Oops, some clarifications to conditional breaks. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Added (minimal) doc for conditional breakpoints. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Support for conditional breakpoints (Jim Fulton, with... |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Normalize whitespace. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Support for conditional breakpoints (Jim Fulton). |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | Removed debug print in set construction. |
commit | commitdiff | tree | snapshot |
1997-07-11 |
Guido van Rossum | New version from Jeffrey after I complained about some... |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Add MALLOC_ZERO_RETURNS_NULL symbol. |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Added check whether malloc(0) returns NULL or not. |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Only add 1 byte to all malloc calls when it is known... |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Straight from Jeffrey Ollie's web page. |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Fix problem discovered by Greg McFarlane: when an impor... |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Barry Warsaw | (py-shell): Remove support for Emacs 18, implicitly... |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Two improvements suggested by Tim Peters: speed up... |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | New versions straight from Jeffrey Ollie's web site |
commit | commitdiff | tree | snapshot |
1997-07-10 |
Guido van Rossum | Fix bug reported by Just: anonymous arguments used... |
commit | commitdiff | tree | snapshot |
1997-06-24 |
Fred Drake | Wrapped up the ~/.netrc support. This is basically... |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Fred Drake | fixed typo, "header" ==> "headers" |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Mods for user mainloop event handling |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Added dopendingevents call |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Allow specifying own resources for all dialogs |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Module to buffer stdout/stderr until stdin is read... |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Regenerated |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | added SetEventHandler |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Adapted to new event handling. It is now also possible... |
commit | commitdiff | tree | snapshot |
1997-06-20 |
Jack Jansen | Added PyMac_SetEventHandler which allows you to replace... |
commit | commitdiff | tree | snapshot |
1997-06-16 |
Jack Jansen | Added NewAliasMinimalFromFullPath(), and allow alias... |
commit | commitdiff | tree | snapshot |
1997-06-13 |
Barry Warsaw | MACDEPPATH: Remove `sharedmodules' from default value... |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Fred Drake | Added docstrings by Sue Williams, re-indented to 4... |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Fred Drake | Fix LaTeX bug found by examining the docstrings added... |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Fred Drake | Added libcommands.tex to list of library reference... |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Fred Drake | Documentation for Lib/commands.py, from Sue Williams. |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | Make imports faster on the Mac, by |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | Added prototype for PyMac_RestoreMenuBar |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | Added optional preload arg to some routines (which... |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | Replaced MacOS.EnableAppswitch by MacOS.SchedParams |
commit | commitdiff | tree | snapshot |
1997-06-12 |
Jack Jansen | - Restore SIOUX menubar just before exiting, if the... |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Fred Drake | Really nitty-gritty change to prevent latex2html from... |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Guido van Rossum | Add sys/types.h include for pid_t when threading. |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Guido van Rossum | Allow oct() result for 64-bit machines. |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Guido van Rossum | Use cPickle and cStringIO when available. |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Guido van Rossum | Clear the ftp cache when it contains more than 10 entries. |
commit | commitdiff | tree | snapshot |
1997-06-06 |
Guido van Rossum | Catch *all* errors that ftplib can raise (ftplib.all_er... |
commit | commitdiff | tree | snapshot |
1997-06-05 |
Roger E. Masse | Moved the definition of posix_times__doc__ to outside... |
commit | commitdiff | tree | snapshot |
1997-06-05 |
Roger E. Masse | Changed the reference of 'mappingobject.c' to 'dictobje... |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Small changes (casts etc.) by Jack, for Mac compilation. |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Doc strings (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Correct typo in last line (test program invocation). |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Added a variant of the epilogue that has the PythonPowe... |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Move the second import of faqcust to the very end. |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | AMK's regex test suite |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Use #include "mymath.h" instead of declaring fabs(... |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Fred Drake | socket_type --> SocketType |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Jack Jansen | Added zlib |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Jack Jansen | Added USE_ZLIB to nonshared config files |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Jack Jansen | Removed SetScheduleTimes |
commit | commitdiff | tree | snapshot |
next |