summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace a few places where X->ob_type was compared to &PyXXX_Type withGuido van Rossum2001-09-112-7/+7
* Add login() method and SMTPAuthenticationError exception. SF patchGuido van Rossum2001-09-111-3/+93
* Test for new hmac module.Guido van Rossum2001-09-111-0/+2
* HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patchGuido van Rossum2001-09-111-0/+110
* Another contributor.Guido van Rossum2001-09-111-0/+1
* Patch #460554: Properly test for tuples.Martin v. Löwis2001-09-111-1/+1
* Updated infomation about libraries for alternate compilers on Windows.Fred Drake2001-09-111-5/+2
* When frameworks are not enabled don't put an empty target in the Makefile.Jack Jansen2001-09-113-405/+419
* Fix the second reincarnation of SF #456395 -- failure on IRIX. ThisGuido van Rossum2001-09-111-6/+2
* Restore the comparisons that I initially put in the test but that TimGuido van Rossum2001-09-111-6/+6
* Mods by Donovan Preston (with changes by me to make them "go with the flow")Jack Jansen2001-09-111-14/+90
* - Removed the . in the extensions.Jack Jansen2001-09-111-2/+12
* removed debug print.Jack Jansen2001-09-111-1/+0
* Added a note about making sure the Lac/Lib directory is in sys.path.Jack Jansen2001-09-111-2/+8
* Failing to import macfsn is not a fatal error.Jack Jansen2001-09-111-1/+2
* Implemented PyMac_GetFullPathname for MacPython.Jack Jansen2001-09-111-3/+13
* Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-113-6/+16
* PyUnicode_FromEncodedObject(): Repair memory leak in an error case.Tim Peters2001-09-111-2/+2
* Added another test of str() applied to a string subclass instance,Tim Peters2001-09-111-0/+4
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-114-3/+10
* Fix tortured comment -- I must be on drugs today.Tim Peters2001-09-101-2/+2
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-103-2/+7
* test_dir(): Add tests for dir(i) where i is a module subclass.Tim Peters2001-09-101-0/+23
* Prototype for PyMac_GetFullPathname().Jack Jansen2001-09-101-0/+1
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-106-35/+74
* more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing inFredrik Lundh2001-09-101-12/+17
* More for SF bug [#460020] bug or feature: unicode() and subclassesTim Peters2001-09-103-2/+7
* Superseded by Python 2.2.vct.Jack Jansen2001-09-101-0/+0
* SF bug #460020: bug or feature: unicode() and subclasses.Tim Peters2001-09-106-3/+55
* _portable_fseek():Guido van Rossum2001-09-101-0/+6
* sync with pythonware codebase: much faster import (doesn't importFredrik Lundh2001-09-101-65/+70
* Another volunteer.Guido van Rossum2001-09-101-0/+1
* PyObject_Dir():Guido van Rossum2001-09-101-2/+6
* PyModule_Check() now checks for subtype of module, as it should.Guido van Rossum2001-09-101-1/+1
* Remove some XXX markersAndrew M. Kuchling2001-09-101-15/+17
* Use $(CC) -G to link shared libraries on Solaris.Martin v. Löwis2001-09-102-4/+4
* Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be droppedFred Drake2001-09-101-1/+1
* Remove two XXX comments that have been resolved.Guido van Rossum2001-09-101-2/+0
* Move the global variables 'size' and 'name' to the top -- these areGuido van Rossum2001-09-101-5/+5
* Improve threading on Solaris, according to SF patch #460269, submittedGuido van Rossum2001-09-105-224/+324
* Change the criteria for skipping the test.Guido van Rossum2001-09-101-19/+22
* Removed an erronous comment about alias files.Jack Jansen2001-09-101-3/+0
* Add section on long integer changesAndrew M. Kuchling2001-09-101-18/+69
* Add a few more todo items.Guido van Rossum2001-09-101-1/+12
* Test the failed-unicode-decoding bug in PyArg_ParseTuple().Jeremy Hylton2001-09-101-0/+24
* Fix core dump in PyArg_ParseTuple() with Unicode arguments.Jeremy Hylton2001-09-101-15/+17
* Repair late-night doc typos.Tim Peters2001-09-102-3/+3
* This time (I hope) I've fixed largefileGuido van Rossum2001-09-094-420/+327
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-098-27/+95
* Force "test." into the start of the module name, inherited by class andTim Peters2001-09-091-17/+11