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 |
1997-06-03 |
Jack Jansen | Added zlib (optional on USE_ZLIB) |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Jack Jansen | Removed old scheduler parameterizing calls and replaced... |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Jack Jansen | Removed SetScheduleTimes and PyMac_DoYieldEnabled |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Add Host: header to URL request. |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Guido van Rossum | Fix bug in copy() by using copy.copy() instead of makin... |
commit | commitdiff | tree | snapshot |
1997-06-03 |
Fred Drake | Added the new dictionary methods to the wrapper class. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Don't stop if the tests fail the first time around. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added tests for dict.clear(), dict.update(), dict.copy(). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Support $HOME in expanduser(). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Expanded the setup instructions. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Move the roulette() functionality out of the FaqDir... |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Add default case (standard conformance) to avoid piling up |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added doc strings (Neil Schemenauer). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Use string.h, not strings.h |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | socket_type -> SocketType |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | array_type -> ArrayType |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Mac hack to make select() work again... |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Version upped. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Stupid typos -- ImporError. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Doc for mailbox.tex (Jack) |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | A nicety (author lost). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | add libmailbox |
commit | commitdiff | tree | snapshot |
next |