summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Package with suites for talking to CodeWarrior.Jack Jansen2000-08-175-0/+3554
* Package with suites for talking to netscape.Jack Jansen2000-08-178-0/+1362
* The package with standard suites. These are used separately and as base class...Jack Jansen2000-08-1710-0/+4440
* Use the new package-based scripting support.Jack Jansen2000-08-171-6/+16
* Generate packages in stead of separate modules. The package main module impor...Jack Jansen2000-08-171-22/+120
* Removed temporary code to disable OT networking (this was a workaround for ge...Jack Jansen2000-08-171-1/+1
* Removed temporary code that always set creator to SimpleText.Jack Jansen2000-08-171-2/+7
* Reran autoconf.Sjoerd Mullender2000-08-172-92/+39
* Fix up problems when compiling in a directory other than the sourceSjoerd Mullender2000-08-174-35/+56
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-176-12/+17
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-176-6/+14
* \citetitle: Format the title, not the optional URL!Fred Drake2000-08-171-1/+1
* Add section on list comprehensionAndrew M. Kuchling2000-08-171-4/+120
* Insure properly identifies the `interned' dictionary as leaking atBarry Warsaw2000-08-161-0/+12
* _PySys_Init(): Fix another Insure discovered memory leak; the PyStringBarry Warsaw2000-08-161-1/+2
* The sre test suite currently overruns the stack on Win64, Linux64, and MontereyTrent Mick2000-08-161-2/+11
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-08-161-6/+10
* updated occurences of fqdn algorithm (closes patch #101197)Peter Schneider-Kamp2000-08-163-36/+8
* SyntaxError__str__(): Fix two memory problems discovered by Insure.Barry Warsaw2000-08-161-4/+9
* add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail outTrent Mick2000-08-161-0/+3
* Use socket.getfqdn() instead of defining make_fqdn().Fred Drake2000-08-161-27/+2
* Document socket.getfqdn().Fred Drake2000-08-161-4/+12
* The socket module is now _socket on all platforms.Fred Drake2000-08-161-2/+1
* Remove a lot of the confusing conditional compilation from the beginningFred Drake2000-08-161-47/+4
* Revise the wrapper structure for the socket module:Fred Drake2000-08-163-301/+237
* Updated commentAndrew M. Kuchling2000-08-162-2/+2
* Deleted now-unused include filesAndrew M. Kuchling2000-08-165-441/+0
* Mention setdefault() method for dictsAndrew M. Kuchling2000-08-161-0/+16
* From Rene Liebscher:Mark Hammond2000-08-151-9/+146
* Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of theThomas Wouters2000-08-152-13/+29
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-156-40/+59
* Fix error made in applying Thomas's patch.Fred Drake2000-08-151-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-08-151-1/+2
* Fix markup bug that prevented formatting.Fred Drake2000-08-151-7/+9
* Fix new compiler warnings. Unused var in compile.c. Argsize mismatchesTim Peters2000-08-152-2/+1
* my_basename(): Removes the leading path components from a path name,Fred Drake2000-08-151-2/+23
* Remove the osdefs.h #include; it was not needed in the final version ofFred Drake2000-08-152-2/+0
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* When raising a SyntaxError, make a best-effort attempt to set theFred Drake2000-08-151-9/+29
* When raising a SyntaxError, make a best-effort attempt to set theFred Drake2000-08-151-1/+19
* SyntaxError__str__(): Do more formatting of the exception here, ratherFred Drake2000-08-151-6/+55
* Bump version to 0.9.1.Greg Ward2000-08-151-1/+1
* Fixed the move-RPM-files hack so it knows about the '--binary-only' andGreg Ward2000-08-151-8/+11
* Added support for the '--dist-dir' option, including a mildly nastyGreg Ward2000-08-151-4/+23
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-151-7/+2
* binascii_unhexlify(): Better error message, courtesy effbot.Barry Warsaw2000-08-151-5/+5
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() andBarry Warsaw2000-08-151-0/+15
* After a brief conversation and code review with TP, adding two veryBarry Warsaw2000-08-151-22/+126
* SHA_hexdigest(): A couple of small patches to this function, addedBarry Warsaw2000-08-151-2/+10