summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
* Don't call MacOS.SchedParams() in MachO, it doesn't exist.Jack Jansen2001-09-091-4/+8
* Minimal module to decode AppleSingle files (the way resource files areJack Jansen2001-09-091-0/+101
* This commit was manufactured by cvs2svn to create tag 'r22a3'.v2.2a3cvs2svn2001-09-081-0/+1
* Final tweaks for 2.2a3 distribution.Jack Jansen2001-09-0813-60/+104
* Silence warnings about passing unsigned char** as char**.Martin v. Löwis2001-09-081-4/+4
* Oops, this file is very outdated. Removed.Jack Jansen2001-09-081-116/+0
* Generalize operator.indexOf (PySequence_Index) to work with anyTim Peters2001-09-086-82/+128
* It appears that unittest was changed to stop hoarding raw exception data,Tim Peters2001-09-081-4/+1
* The usual post-release fiddling.Tim Peters2001-09-082-4/+24
* PyClass_New(): put the extended Don Beaudry hook back in. When one ofGuido van Rossum2001-09-071-4/+14
* PySequence_Check(), PyMapping_Check(): only return true if theGuido van Rossum2001-09-071-2/+4
* PyType_IsSubtype(): test tp_flags for HAVE_CLASS bit before accessingGuido van Rossum2001-09-071-0/+3
* Bumping version numbers.Barry Warsaw2001-09-071-2/+2
* Merging in removal of this file from branch to trunk.Barry Warsaw2001-09-071-163/+0
* Merging 2.2a3 branch changes back into trunkBarry Warsaw2001-09-071-8/+18
* Patch #438790: Add additional mappings.Martin v. Löwis2001-09-071-3/+36
* Patch #450702: allow threads when calling into zlib, protect usage ofMartin v. Löwis2001-09-071-114/+350
* Fix compiler warnings. This closes some of the #458880 problem.Martin v. Löwis2001-09-071-9/+8
* (Slightly modified) patch by Steve Spicklemire to make Python buildJack Jansen2001-09-072-250/+286
* Fix bug #410274 - sys.prefix isn't always set.Mark Hammond2001-09-071-1/+35