| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use METH_VARARGS constant in example module. | Andrew M. Kuchling | 2000-08-19 | 1 | -6/+6 |
|
|
* | Test case for Cookie.py | Andrew M. Kuchling | 2000-08-19 | 2 | -0/+33 |
|
|
* | Initial revision. Markup unchecked. | Moshe Zadka | 2000-08-19 | 1 | -0/+232 |
|
|
* | Added Tim O'Malley's Cookie.py module (master version at | Andrew M. Kuchling | 2000-08-19 | 1 | -0/+718 |
|
|
* | com_error(): Quiet gcc -Wall warning. | Barry Warsaw | 2000-08-18 | 1 | -1/+0 |
|
|
* | Remove a couple of warnings turned up by "gcc -Wall". | Fred Drake | 2000-08-18 | 2 | -3/+4 |
|
|
* | PyUnicode_AsUTF8String(): /F picks up what I missed: the local var | Barry Warsaw | 2000-08-18 | 1 | -2/+0 |
|
|
* | Do not set a MemoryError exception over another MemoryError exception, | Vladimir Marangozov | 2000-08-18 | 1 | -0/+4 |
|
|
* | Better conformance to the Python Style Guide: use spaces around operators. | Fred Drake | 2000-08-18 | 1 | -32/+33 |
|
|
* | When a KeyboardInterrupt is caught, just use the "raise" syntax to | Fred Drake | 2000-08-18 | 1 | -2/+2 |
|
|
* | Revise to use atexit instead of monkeying with sys.exitfunc directly. | Fred Drake | 2000-08-18 | 1 | -9/+2 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 8 | -10/+20 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 2 | -2/+4 |
|
|
* | Removed references to Py_FPROTO. | Sjoerd Mullender | 2000-08-18 | 1 | -2/+2 |
|
|
* | PyUnicode_AsUTF8String(): Don't need to explicitly incref str since | Barry Warsaw | 2000-08-18 | 1 | -7/+3 |
|
|
* | ANSI-fy function headers. Not much more can be done since I don't | Barry Warsaw | 2000-08-18 | 1 | -249/+82 |
|
|
* | lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already | Barry Warsaw | 2000-08-18 | 1 | -1/+3 |
|
|
* | pattern_findall(): Plug small memory leak discovered by Insure. | Barry Warsaw | 2000-08-18 | 1 | -3/+3 |
|
|
* | init_locale(): This file defines the _locale module, so the | Barry Warsaw | 2000-08-18 | 1 | -1/+1 |
|
|
* | SyntaxError__classinit__(): Slight reorg for simplicity. | Barry Warsaw | 2000-08-18 | 1 | -4/+4 |
|
|
* | PyParser_ParseString(): When the err_ret structure is initialized, the | Barry Warsaw | 2000-08-18 | 1 | -0/+2 |
|
|
* | comples_from_string(): Move s_buffer[] up to the top-level function | Barry Warsaw | 2000-08-18 | 1 | -2/+1 |
|
|
* | make_pair(): When comparing the pointers, they must be cast to integer | Barry Warsaw | 2000-08-18 | 1 | -2/+6 |
|
|
* | PyFloat_FromString(): Move s_buffer[] up to the top-level function | Barry Warsaw | 2000-08-18 | 1 | -2/+1 |
|
|
* | 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 |
|
|