Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the new dictionary methods to the wrapper class. | Fred Drake | 1997-06-03 | 1 | -0/+16 |
| | |||||
* | Don't stop if the tests fail the first time around. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | The usual | Guido van Rossum | 1997-06-02 | 2 | -0/+18 |
| | |||||
* | Added tests for dict.clear(), dict.update(), dict.copy(). | Guido van Rossum | 1997-06-02 | 1 | -0/+9 |
| | |||||
* | Support $HOME in expanduser(). | Guido van Rossum | 1997-06-02 | 1 | -6/+12 |
| | | | | (Who'd thought that *anyone* would be interested in writing ~/foo on NT :-) | ||||
* | Expanded the setup instructions. | Guido van Rossum | 1997-06-02 | 1 | -7/+49 |
| | |||||
* | Move the roulette() functionality out of the FaqDir class into the | Guido van Rossum | 1997-06-02 | 1 | -8/+4 |
| | | | | FaqWizard class. | ||||
* | Add default case (standard conformance) to avoid piling up | Guido van Rossum | 1997-06-02 | 1 | -4/+4 |
| | | | | system specific #ifdefs. | ||||
* | Added doc strings (Neil Schemenauer). | Guido van Rossum | 1997-06-02 | 1 | -59/+364 |
| | |||||
* | Use string.h, not strings.h | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | socket_type -> SocketType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | array_type -> ArrayType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | Mac hack to make select() work again... | Guido van Rossum | 1997-06-02 | 1 | -0/+61 |
| | |||||
* | Version upped. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Stupid typos -- ImporError. | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | Doc for mailbox.tex (Jack) | Guido van Rossum | 1997-06-02 | 2 | -0/+84 |
| | |||||
* | A nicety (author lost). | Guido van Rossum | 1997-06-02 | 2 | -0/+146 |
| | |||||
* | add libmailbox | Guido van Rossum | 1997-06-02 | 1 | -1/+2 |
| | |||||
* | Added libmailbox, obsolete libstdwin | Guido van Rossum | 1997-06-02 | 2 | -2/+4 |
| | |||||
* | Increase printable page size. | Guido van Rossum | 1997-06-02 | 1 | -0/+13 |
| | |||||
* | Added SocketServer and mailbox modules. | Guido van Rossum | 1997-06-02 | 2 | -0/+12 |
| | |||||
* | It's now using mimetools instead of rfc822 | Guido van Rossum | 1997-06-02 | 2 | -4/+4 |
| | |||||
* | stdwin is obsolete. Point to bsddb from dbhash. | Guido van Rossum | 1997-06-02 | 2 | -2/+12 |
| | |||||
* | Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. | Guido van Rossum | 1997-06-02 | 2 | -6/+86 |
| | | | | (AMK) | ||||
* | Grammar (AMK). | Guido van Rossum | 1997-06-02 | 2 | -2/+2 |
| | |||||
* | Mention seekable parameter (AMK). | Guido van Rossum | 1997-06-02 | 2 | -4/+14 |
| | | | | Added pointer to mailbox module. | ||||
* | Mention use of profile.py to run a script (AMK). | Guido van Rossum | 1997-06-02 | 2 | -0/+8 |
| | |||||
* | Added putenv, ftruncate (AMK). | Guido van Rossum | 1997-06-02 | 2 | -0/+38 |
| | |||||
* | Mention use of pdb.py to run a script (AMK). | Guido van Rossum | 1997-06-02 | 2 | -0/+8 |
| | |||||
* | Added date, xgtitle, xover, xpath (AMK). | Guido van Rossum | 1997-06-02 | 2 | -0/+64 |
| | |||||
* | It's now using mimetools instead of rfc822 | Guido van Rossum | 1997-06-02 | 2 | -6/+6 |
| | |||||
* | Fix a sentence which ends "...is 6, which." (AMK) | Guido van Rossum | 1997-06-02 | 2 | -2/+2 |
| | |||||
* | Mention abs(complex) -> magnitude (AMK). | Guido van Rossum | 1997-06-02 | 2 | -6/+36 |
| | | | | | Documented list(). Mention [raw_]input()'s interface to GNU readline. | ||||
* | Added complex numbers (AMK). | Guido van Rossum | 1997-06-02 | 2 | -22/+56 |
| | | | | | Clarify that sort() works in-place. Renamed dict.absorb() to dict.update(). | ||||
* | Renamed dict.absorb() (too spungy) to dict.update(). | Guido van Rossum | 1997-06-02 | 1 | -3/+3 |
| | |||||
* | Bugfix: last_changed would always print current time. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | American spelling in doc string. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | The usual | Guido van Rossum | 1997-05-30 | 1 | -191/+193 |
| | |||||
* | Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris, | Guido van Rossum | 1997-05-30 | 1 | -4/+4 |
| | | | | | | | with Sun's cc, the compile succeeds, but the link fails). Test for IRIX*/6* instead of for IRIX/6* -- on 64-bit IRIX systems, uname returns IRIX64. | ||||
* | Added hint about permissions. | Guido van Rossum | 1997-05-30 | 1 | -1/+5 |
| | |||||
* | Protect roulette against empty FAQ. | Guido van Rossum | 1997-05-30 | 1 | -1/+5 |
| | |||||
* | Inclide the imports and chdir in the try/except. | Guido van Rossum | 1997-05-30 | 1 | -4/+4 |
| | |||||
* | Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit | Barry Warsaw | 1997-05-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longs where the top bit is set. First, change the masks so that they are `L' longs, otherwise the sign bits will get propagated to the result. Next, do not coerce to int before sending to pack_uint() otherwise Python will generate an OverflowError. Here is a test program that fails without the patch, but now succeeds: import xdrlib addr = (132, 151, 1, 71) uint = 0L for a in addr: uint = (uint << 8) | a ulong64 = uint << 32 p = xdrlib.Packer() p.pack_uhyper(ulong64) buf = p.get_buffer() u = xdrlib.Unpacker(buf) ulong64prime = u.unpack_uhyper() if ulong64 == ulong64prime: print 'okay' else: print 'bogus' print ulong64, ulong64prime | ||||
* | Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone | Jack Jansen | 1997-05-29 | 2 | -2/+13 |
| | | | | distribution | ||||
* | Updated for 1.5a2 distribution | Jack Jansen | 1997-05-29 | 1 | -24/+17 |
| | |||||
* | Projects for 1.5a2 distritbuion | Jack Jansen | 1997-05-29 | 28 | -3179/+3249 |
| | |||||
* | Version number and such for 1.5a2 distribution | Jack Jansen | 1997-05-29 | 4 | -1332/+1331 |
| | |||||
* | Added copy() and absorb(). | Guido van Rossum | 1997-05-28 | 2 | -2/+12 |
| | |||||
* | Remove '(' in column 0 of doc strings. | Guido van Rossum | 1997-05-28 | 1 | -10/+12 |
| | | | | Add dependency on dict.copy(). | ||||
* | Added dict.absorb() and dict.copy(). | Guido van Rossum | 1997-05-28 | 1 | -6/+70 |
| |