| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-08-15 | 1 | -1/+2 |
|
|
* | Fix markup bug that prevented formatting. | Fred Drake | 2000-08-15 | 1 | -7/+9 |
|
|
* | Fix new compiler warnings. Unused var in compile.c. Argsize mismatches | Tim Peters | 2000-08-15 | 2 | -2/+1 |
|
|
* | my_basename(): Removes the leading path components from a path name, | Fred Drake | 2000-08-15 | 1 | -2/+23 |
|
|
* | Remove the osdefs.h #include; it was not needed in the final version of | Fred Drake | 2000-08-15 | 2 | -2/+0 |
|
|
* | Update test output to reflect change in SyntaxError formatting. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | When raising a SyntaxError, make a best-effort attempt to set the | Fred Drake | 2000-08-15 | 1 | -9/+29 |
|
|
* | When raising a SyntaxError, make a best-effort attempt to set the | Fred Drake | 2000-08-15 | 1 | -1/+19 |
|
|
* | SyntaxError__str__(): Do more formatting of the exception here, rather | Fred Drake | 2000-08-15 | 1 | -6/+55 |
|
|
* | Bump version to 0.9.1. | Greg Ward | 2000-08-15 | 1 | -1/+1 |
|
|
* | Fixed the move-RPM-files hack so it knows about the '--binary-only' and | Greg Ward | 2000-08-15 | 1 | -8/+11 |
|
|
* | Added support for the '--dist-dir' option, including a mildly nasty | Greg Ward | 2000-08-15 | 1 | -4/+23 |
|
|
* | Fix long-hidden inconsistency in internal interface: 'find_modules()' now | Greg Ward | 2000-08-15 | 1 | -7/+2 |
|
|
* | binascii_unhexlify(): Better error message, courtesy effbot. | Barry Warsaw | 2000-08-15 | 1 | -5/+5 |
|
|
* | tests for binascii.b2a_hex() and binascii.a2b_hex(). | Barry Warsaw | 2000-08-15 | 1 | -0/+19 |
|
|
* | Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and | Barry Warsaw | 2000-08-15 | 1 | -0/+15 |
|
|
* | After a brief conversation and code review with TP, adding two very | Barry Warsaw | 2000-08-15 | 1 | -22/+126 |
|
|
* | SHA_hexdigest(): A couple of small patches to this function, added | Barry Warsaw | 2000-08-15 | 1 | -2/+10 |
|
|
* | Added a test of the md5.hexdigest() method. Funny enough, this test | Barry Warsaw | 2000-08-15 | 1 | -0/+6 |
|
|
* | Added description of the md5.hexdigest() method. | Barry Warsaw | 2000-08-15 | 1 | -0/+5 |
|
|
* | md5_hexdigest(): After a brief conversation with TP, added hexdigest() | Barry Warsaw | 2000-08-15 | 1 | -9/+41 |
|
|
* | Correct the reference count information for the parameters of | Fred Drake | 2000-08-15 | 1 | -3/+3 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 2 | -5/+6 |
|
|
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 5 | -101/+83 |
|
|
* | Initial revision | David Scherer | 2000-08-15 | 73 | -0/+12383 |
|
|
* | Fix for bug #110670 - Win32 os.listdir raises confusing errors: | Mark Hammond | 2000-08-15 | 1 | -3/+7 |
|
|