summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump release level to 2.3b2.Tim Peters2003-06-292-6/+6
* Slight clarification on running the examples from the Finder.Jack Jansen2003-06-291-2/+5
* Suggest people visit www.python.org/packman if the default databaseJack Jansen2003-06-291-1/+3
* Use http://www.python.org/packman as the base URL. Also upped the versionJack Jansen2003-06-291-3/+3
* By default build docs, don't download them.Jack Jansen2003-06-281-3/+3
* Add PyThreadState_SetAsyncExc(long, PyObject *).Guido van Rossum2003-06-283-1/+51
* Added Steven Taschuk for efforts fixing zipfile.pyRaymond Hettinger2003-06-281-0/+1
* SF patch 703666: Several objects don't decref tmp on failure in subtype_newRaymond Hettinger2003-06-284-4/+13
* A few minor improvementsBarry Warsaw2003-06-281-3/+4
* Rewrote the docs for supporting cyclic garbage collection to reflectJim Fulton2003-06-285-103/+394
* Updated the depenencies to reflect changes in the sample code forJim Fulton2003-06-281-1/+3
* Added tests for sample modules.Jim Fulton2003-06-281-0/+121
* Added s setup module to make it easier to test the sample modules.Jim Fulton2003-06-281-0/+8
* Fixed bug in implementation of tp_init function. It should be an intJim Fulton2003-06-282-8/+6
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-17/+1
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-23/+12
* Correct markup errors that prevented formatting.Fred Drake2003-06-281-2/+2
* Explain source encodings. Fixes #683486.Martin v. Löwis2003-06-281-0/+33
* Patch #758910: Add pthread flag to CXX if possible.Martin v. Löwis2003-06-282-1/+85
* Patch #751916: Check for signals, fix some refcounting errors.Martin v. Löwis2003-06-281-2/+13
* SF 662923: iterator for dbm keysRaymond Hettinger2003-06-281-1/+2
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-282-2/+11
* fix markup nitsFred Drake2003-06-281-12/+12
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-273-1/+26
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-275-32/+59
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-273-17/+83
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* fix typoFred Drake2003-06-271-1/+1
* add mention of -l, --listfuncs to usage() small part of 542562Skip Montanaro2003-06-271-0/+3
* Add a trivial test of getargspec() with a method.Jeremy Hylton2003-06-271-16/+21
* A bit o' reformatting and removal of non-_getframe currentframe().Jeremy Hylton2003-06-271-19/+14
* Don't assume the name of the table of contents will be contents.html;Fred Drake2003-06-271-1/+4
* Fix for SF bug 620190: getargspec() doesn't work with methods.Jeremy Hylton2003-06-271-3/+10
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-271-0/+21
* Require that __nonzero__() return a bool or exactly an int.Jeremy Hylton2003-06-271-6/+2
* Add definitions of the test and testlist symbols in the grammar soFred Drake2003-06-271-0/+5
* Revert previous checkin and just add a comment about constructor_ob.Jeremy Hylton2003-06-271-3/+5
* Check return type of __nonzero__() method.Jeremy Hylton2003-06-271-1/+13
* fix link-hovering so <a name='...'> (no href attribute) doesn't getFred Drake2003-06-271-4/+10
* Fix several bugs in handling of exceptions with trace function enabled.Jeremy Hylton2003-06-271-15/+48
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-274-5/+10
* (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__Skip Montanaro2003-06-271-10/+10
* Jacob Hallen cornered me here at EuroPython and got me to look atMichael W. Hudson2003-06-271-1/+5
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-272-1/+2
* * Markup nits for the Invoking Descriptors sectionRaymond Hettinger2003-06-271-7/+121
* Don't call constructor() from pickle().Jeremy Hylton2003-06-261-3/+3
* SF patch #760792: "wo" in "word" now valid but not documented as suchRaymond Hettinger2003-06-261-4/+7
* Portion of SF patch #761104. Fixes a minor docstring error.Raymond Hettinger2003-06-261-4/+3
* * Fixed an unmatched parenthesis early in the text.Raymond Hettinger2003-06-261-2/+10
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-261-1/+6