summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve Windows time.clock() blurb; was missing return type and unit.Tim Peters2001-08-191-4/+4
* Windows fiddling for 2.2a2: bump build number; update copyright andTim Peters2001-08-194-8/+10
* SF patch #452239 by Gordon McMillan, to fix SF bug #451547.Guido van Rossum2001-08-181-1/+25
* Add dependencies for Python/thread.c on all of the header files thatGuido van Rossum2001-08-181-0/+4
* Inspired by Greg Stein's proposed simplification of the _closesocketGuido van Rossum2001-08-181-5/+1
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-183-13/+48
* added warnings about security risk of using tmpnam and tempnamSkip Montanaro2001-08-181-0/+10
* Fix SF bug #443600:Guido van Rossum2001-08-181-15/+46
* Framework code for compilerlike scripts.Eric S. Raymond2001-08-182-0/+241
* Resolve patch #449367.Greg Stein2001-08-181-15/+26
* Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls.Ka-Ping Yee2001-08-181-0/+8
* Initial check-in of cgitb.Ka-Ping Yee2001-08-181-0/+182
* When the socket is closed, don't just assign 0 to self._sock.Guido van Rossum2001-08-181-8/+18
* Add a little introductory text.Jeremy Hylton2001-08-181-15/+93
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-184-40/+20
* Track removal of doc string from Module().nodes[0]Jeremy Hylton2001-08-182-14/+4
* Add Yield() nodeJeremy Hylton2001-08-182-0/+24
* Remove the horrid generators hack from doctest.py. This relies on aTim Peters2001-08-181-75/+37
* Add Yield() statement handlerJeremy Hylton2001-08-182-2/+22
* Fix for bug [#452230] future division isn't propagated.Tim Peters2001-08-172-1/+9
* The OSX framework Headers symlink pointed the wrong way. Fixed.Jack Jansen2001-08-171-1/+1
* A fiddled version of the rest of Michael Hudson's SF patchTim Peters2001-08-174-47/+157
* Use raw-unicode-escape for the tests that require it.Martin v. Löwis2001-08-172-3/+3
* Address SF bug #442813. The sequence getitem wrappers should doGuido van Rossum2001-08-171-8/+50
* Add test for weak references.Guido van Rossum2001-08-171-3/+33
* Add note on type/class unification.Guido van Rossum2001-08-171-0/+6
* ceval, PyEval_MergeCompilerFlags: wasn't merging in theTim Peters2001-08-172-6/+5
* Weak reference support, closing SF bug #451773.Guido van Rossum2001-08-171-21/+51
* Document that uu.decode() will always raise a uu.Error if out_fileBarry Warsaw2001-08-171-9/+18
* Test that uu.py will not override an existing file if out_file isn'tBarry Warsaw2001-08-171-0/+34
* decode(): Raise a uu.Error if no out_file is given but the fileBarry Warsaw2001-08-171-9/+13
* A self-contained piece of Michael Hudson's patchTim Peters2001-08-172-8/+46
* Address SF #451547. The approach is a bit draconian: any object thatGuido van Rossum2001-08-171-0/+14
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-1742-185/+465
* Another contributor's patch got accepted.Guido van Rossum2001-08-171-0/+1
* Change the 227 response parser to use a more liberal regularGuido van Rossum2001-08-171-7/+9
* Make sure that ampersand escaping is still performed on the contents ofFred Drake2001-08-171-0/+2
* type_new(): look for __dynamic__ at the module level (after looking inGuido van Rossum2001-08-171-14/+54
* Strip trailing whitespace, including two lines containing only one orGuido van Rossum2001-08-171-11/+11
* - Get rid of obsolete #define PATCHLEVEL.Guido van Rossum2001-08-171-4/+1
* Fix core dump in repr() of instancemethod whose class==NULL.Guido van Rossum2001-08-171-7/+11
* classic(),metods(): add tests to verify that a bound method without aGuido van Rossum2001-08-171-0/+2
* instance_getattr2(): rewritten to remove unnecessary stuff andGuido van Rossum2001-08-171-24/+13
* classic(), methods(): add another test relating to unbound methods:Guido van Rossum2001-08-171-0/+6
* Instance methods: allow a NULL value for im_class.Guido van Rossum2001-08-171-2/+2
* Add early binding of methods to the 2nd metaclass example.Guido van Rossum2001-08-171-1/+6
* metaclass(): add tests for metaclasses written in Python: one thatGuido van Rossum2001-08-171-0/+33
* type_new(): only defer to the winning metatype if it's different fromGuido van Rossum2001-08-171-8/+12
* Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out itTim Peters2001-08-161-15/+11
* fix_font(): Instead of using a long if/elsif cluster, use a bloodyFred Drake2001-08-161-23/+16