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 |
1997-05-28 |
Guido van Rossum | Tweak default source of query a bit so it is possible... |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | lowercase proxies env variables, for Windows. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Reworded the doc string to remove the need for The... |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Jack Jansen | Changed release note structure: |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Jack Jansen | Added a range of resource numbers reserved for Bruce |
commit | commitdiff | tree | snapshot |
1997-05-27 |
Fred Drake | Widget._setup(): Support name=None in a similar way... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Set version to 0.4; get rid of '(' in column 1 in tripl... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added marks for very recently (24 hours) and recently... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added marks for very recently (24 hours) and recently... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Support for more general diffing and retrieving any... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added keyword searching. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added keyword searching radio buttons. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Don't need <BR> at end of <LI>. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Bugfix -- should pass headers=0 when formatting query... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Add optional section titles to format_all. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Oops, checked in the wrong SHORTNAME value. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added a local customization feature: load some paramete... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | I'm happy with this. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Final touch -- bottom link points to FAQ Wizard home. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Forgot to remove debug stmt. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | The official name of the whole thing is now "Python... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Implemented a simple Password scheme. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added last mtime on whole faq. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Nits. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Reorg TO DO list. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Small nits for Grail; don't forget to cgi.translate... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | - Suppress the visible text in the epilogue when "edit... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added section titles (for now, hardcoded in the file). |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Removed references to StdClib and PLStringFuncs, rebuil... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Nothing important |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Changed version string and preferences filename to... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Renamed |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Added keys() and mapping interface to shared-library... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | - Added Py_GetProgramFullPath |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Added PyMac_StopGUSISpin |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added code to recognize http/ftp URLs and email address... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Moved the 1.4 NEWS file here (it had to happen someday... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Fred Drake | Add doc string to type object. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Minor change: add prologue() calls to do_info and do_rl... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Can't return 0 from void function... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | PyObject_Compare can raise an exception now. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | PyObject_Compare can now return an error. Unfortunatel... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | PyFile_WriteString now returns an error indicator inste... |
commit | commitdiff | tree | snapshot |
next |