summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Heh -- I checked in an old version of this, at a time I documented theTim Peters2003-04-181-3/+1
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-184-2/+139
* Delete the 'h' test -- 'h' is no longer unsigned so the machinery hereGuido van Rossum2003-04-181-16/+1
* Roll back changes to 'h' format code -- too much breaks. OtherGuido van Rossum2003-04-181-5/+5
* Use True in a few more places.Neal Norwitz2003-04-172-8/+6
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
* Get test to work under regrtest when running whole suiteNeal Norwitz2003-04-171-1/+6
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* SF Feature #: 719429, Get the SSL module to build on RedHat 9.Neal Norwitz2003-04-171-0/+4
* Add test that demonstrates SGML-style handling of processingFred Drake2003-04-171-0/+3
* - use Tue/False for booleansFred Drake2003-04-171-9/+8
* dded missing k and K format specifiers to Py_BuildValue and friends.Jack Jansen2003-04-171-0/+6
* markup banalitiesFred Drake2003-04-171-18/+18
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-174-47/+416
* Oops, 'k' is the new format code for un unchecked 32 bit quantity,Jack Jansen2003-04-172-6/+6
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-173-8/+8
* _Py_PrintReferences(): Changed to print object address at start of eachTim Peters2003-04-173-3/+26
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-177-27/+596
* - New C API PyGC_Collect(), same as calling gc.collect().Guido van Rossum2003-04-174-2/+37
* Changes in support of PEP 269.Guido van Rossum2003-04-171-0/+5
* A missing piece of the PEP 269 patch: add PyParser_SetError(), aGuido van Rossum2003-04-171-0/+9
* Trimmed trailing whitespace.Tim Peters2003-04-171-10/+10
* Py_Finalize(): Reverted recent changes that tried to move theTim Peters2003-04-171-8/+11
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-176-9/+60
* Remove extra space in docstringNeal Norwitz2003-04-171-1/+1
* - The repr() of a weakref object now shows the __name__ attribute ofGuido van Rossum2003-04-162-6/+18
* Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880.Martin v. Löwis2003-04-161-4/+8
* Add 'get' method to Variable and switch it from internal class toGuido van Rossum2003-04-161-1/+7
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-1/+16
* Sigh. The crucial change was still missing from the previousGuido van Rossum2003-04-161-1/+1
* For StringVar results to strings. Document that boolean things are ofMartin v. Löwis2003-04-162-4/+10
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-162-4/+14
* Minor source formatting fixes.Raymond Hettinger2003-04-161-2/+2
* Mostly reformatting, splitting long lines, whitespace normalizationBarry Warsaw2003-04-161-33/+35
* As discussed on python-dev, revised docs to note thatRaymond Hettinger2003-04-161-1/+8
* Add version info for name2codepoint and codepoint2nameNeal Norwitz2003-04-161-2/+2
* When on MacOSX, and only in a framework build, addJack Jansen2003-04-161-0/+13
* The identify() description didn't match the code. Fixed.Jack Jansen2003-04-161-1/+1
* Refer people to the help pages on failure to load the database.Jack Jansen2003-04-161-1/+3
* Added a note on getting 404 Not Found errors when loading the database.Jack Jansen2003-04-161-1/+11
* Added support for per-user installs.Jack Jansen2003-04-161-19/+71
* Allow switching of install dir after creation of preferences.Jack Jansen2003-04-161-7/+10
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-163-257/+289
* Fix three (!) object leaks in the code for assignment to __bases__.Guido van Rossum2003-04-151-1/+3
* Adapted GUI for per-user install. Doesn't do anything yet, thoughJack Jansen2003-04-151-14/+22
* Test SystemEvents too.Jack Jansen2003-04-151-1/+4
* Use object interface for global vars. Fixes #721171.Martin v. Löwis2003-04-151-127/+94
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-152-6/+6
* Add a few errors tests for range().Walter Dörwald2003-04-151-0/+6
* Fix copy & paste error in comment.Walter Dörwald2003-04-151-1/+1