| Commit message (Expand) | Author | Age | Files | Lines |
* | PyInstance_DoBinOp(): When comparing the pointers, they must be cast | Barry Warsaw | 2000-08-18 | 1 | -1/+4 |
|
|
* | Added test for uintptr_t, the C9X acceptable way to spell "type to | Barry Warsaw | 2000-08-18 | 3 | -212/+291 |
|
|
* | Added #undef HAVE_UINTPTR_T for autoconf's delight. | Barry Warsaw | 2000-08-18 | 1 | -0/+3 |
|
|
* | Moved LONG_LONG #define from here to pyport.h. | Barry Warsaw | 2000-08-18 | 1 | -3/+0 |
|
|
* | Moved LONG_LONG #define from longobject.h to here, since it's needed | Barry Warsaw | 2000-08-18 | 1 | -0/+43 |
|
|
* | As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() | Fred Drake | 2000-08-18 | 1 | -14/+15 |
|
|
* | Adjust the way __getslice__() is marked as deprecated; this will also | Fred Drake | 2000-08-18 | 1 | -2/+4 |
|
|
* | Fix a markup error that caused formatting to fail. | Fred Drake | 2000-08-18 | 1 | -16/+17 |
|
|
* | Mention the new 'import X as Y' syntax | Andrew M. Kuchling | 2000-08-17 | 1 | -0/+4 |
|
|
* | Document the returns_unicode attribute | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+11 |
|
|
* | Update to reflect the recent Grammar changes. | Fred Drake | 2000-08-17 | 1 | -40/+42 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 12 | -743/+895 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 5 | -18/+435 |
|
|
* | Remove an item that's been done. | Fred Drake | 2000-08-17 | 1 | -2/+0 |
|
|
* | A little more text, and some really minor cleanups. | Fred Drake | 2000-08-17 | 1 | -3/+10 |
|
|
* | Small cleanups, and note when zip() entered the menagerie. | Fred Drake | 2000-08-17 | 1 | -3/+1 |
|
|
* | Revise the comments about the exceptions module to not refer to source | Fred Drake | 2000-08-17 | 1 | -4/+4 |
|
|
* | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: | Fred Drake | 2000-08-17 | 1 | -0/+19 |
|
|
* | Package with suites for talking to CodeWarrior. | Jack Jansen | 2000-08-17 | 5 | -0/+3554 |
|
|
* | Package with suites for talking to netscape. | Jack Jansen | 2000-08-17 | 8 | -0/+1362 |
|
|
* | The package with standard suites. These are used separately and as base class... | Jack Jansen | 2000-08-17 | 10 | -0/+4440 |
|
|
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
|
|
* | Generate packages in stead of separate modules. The package main module impor... | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
|
|
* | Removed temporary code to disable OT networking (this was a workaround for ge... | Jack Jansen | 2000-08-17 | 1 | -1/+1 |
|
|
* | Removed temporary code that always set creator to SimpleText. | Jack Jansen | 2000-08-17 | 1 | -2/+7 |
|
|
* | Reran autoconf. | Sjoerd Mullender | 2000-08-17 | 2 | -92/+39 |
|
|
* | Fix up problems when compiling in a directory other than the source | Sjoerd Mullender | 2000-08-17 | 4 | -35/+56 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 6 | -12/+17 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 6 | -6/+14 |
|
|
* | \citetitle: Format the title, not the optional URL! | Fred Drake | 2000-08-17 | 1 | -1/+1 |
|
|
* | Add section on list comprehension | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+120 |
|
|
* | Insure properly identifies the `interned' dictionary as leaking at | Barry Warsaw | 2000-08-16 | 1 | -0/+12 |
|
|
* | _PySys_Init(): Fix another Insure discovered memory leak; the PyString | Barry Warsaw | 2000-08-16 | 1 | -1/+2 |
|
|
* | The sre test suite currently overruns the stack on Win64, Linux64, and Monterey | Trent Mick | 2000-08-16 | 1 | -2/+11 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-08-16 | 1 | -6/+10 |
|
|
* | updated occurences of fqdn algorithm (closes patch #101197) | Peter Schneider-Kamp | 2000-08-16 | 3 | -36/+8 |
|
|
* | SyntaxError__str__(): Fix two memory problems discovered by Insure. | Barry Warsaw | 2000-08-16 | 1 | -4/+9 |
|
|
* | add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out | Trent Mick | 2000-08-16 | 1 | -0/+3 |
|
|
* | Use socket.getfqdn() instead of defining make_fqdn(). | Fred Drake | 2000-08-16 | 1 | -27/+2 |
|
|
* | Document socket.getfqdn(). | Fred Drake | 2000-08-16 | 1 | -4/+12 |
|
|
* | The socket module is now _socket on all platforms. | Fred Drake | 2000-08-16 | 1 | -2/+1 |
|
|
* | Remove a lot of the confusing conditional compilation from the beginning | Fred Drake | 2000-08-16 | 1 | -47/+4 |
|
|
* | Revise the wrapper structure for the socket module: | Fred Drake | 2000-08-16 | 3 | -301/+237 |
|
|
* | Updated comment | Andrew M. Kuchling | 2000-08-16 | 2 | -2/+2 |
|
|
* | Deleted now-unused include files | Andrew M. Kuchling | 2000-08-16 | 5 | -441/+0 |
|
|
* | Mention setdefault() method for dicts | Andrew M. Kuchling | 2000-08-16 | 1 | -0/+16 |
|
|
* | From Rene Liebscher: | Mark Hammond | 2000-08-15 | 1 | -9/+146 |
|
|
* | Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the | Thomas Wouters | 2000-08-15 | 2 | -13/+29 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 6 | -40/+59 |
|
|
* | Fix error made in applying Thomas's patch. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|