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 |
1997-06-02 |
Guido van Rossum | Added libmailbox, obsolete libstdwin |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Increase printable page size. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added SocketServer and mailbox modules. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | It's now using mimetools instead of rfc822 |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | stdwin is obsolete. Point to bsddb from dbhash. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Additional info about sys.path, sys.version, sys.prefix... |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Grammar (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Mention seekable parameter (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Mention use of profile.py to run a script (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added putenv, ftruncate (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Mention use of pdb.py to run a script (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added date, xgtitle, xover, xpath (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | It's now using mimetools instead of rfc822 |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Fix a sentence which ends "...is 6, which." (AMK) |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Mention abs(complex) -> magnitude (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Added complex numbers (AMK). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Renamed dict.absorb() (too spungy) to dict.update(). |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | Bugfix: last_changed would always print current time. |
commit | commitdiff | tree | snapshot |
1997-06-02 |
Guido van Rossum | American spelling in doc string. |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Guido van Rossum | Use TRY_RUN, not TRY_COMPILE, to test for -Olimit ... |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Guido van Rossum | Added hint about permissions. |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Guido van Rossum | Protect roulette against empty FAQ. |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Guido van Rossum | Inclide the imports and chdir in the try/except. |
commit | commitdiff | tree | snapshot |
1997-05-29 |
Barry Warsaw | Packer.pack_uhyper(): Fixes needed to properly pack... |
commit | commitdiff | tree | snapshot |
1997-05-29 |
Jack Jansen | Documented (slightly) the USE_CACHE_ALIGNED define... |
commit | commitdiff | tree | snapshot |
1997-05-29 |
Jack Jansen | Updated for 1.5a2 distribution |
commit | commitdiff | tree | snapshot |
1997-05-29 |
Jack Jansen | Projects for 1.5a2 distritbuion |
commit | commitdiff | tree | snapshot |
1997-05-29 |
Jack Jansen | Version number and such for 1.5a2 distribution |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Added copy() and absorb(). |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Remove '(' in column 0 of doc strings. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Added dict.absorb() and dict.copy(). |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Hide .fdc files here. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Checking in zlib demo. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Tiny script to play with it on a Mac. |
commit | commitdiff | tree | snapshot |
next |