summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD 5.x uses different wchar_t/win_t guards than earlier versionsAndrew MacIntyre2003-06-291-0/+12
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* Fix SF #762455, segfault when sys.stdout is changed in getattrNeal Norwitz2003-06-291-0/+6
* Whitespace normalization.Tim Peters2003-06-295-8/+8
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-292-0/+283
* SF bug #430160: CGIHTTPServer.py POST bug using IERaymond Hettinger2003-06-291-2/+4
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-1/+9
* Minor fixes to punctuation and grammar.Raymond Hettinger2003-06-291-5/+5
* Add missing self. before curNode. This may need to be committedNeal Norwitz2003-06-291-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-2/+57
* Fix arguments for instantiating InterpolationSyntaxErrorNeal Norwitz2003-06-291-3/+3
* Comment out cap, it was unused.Neal Norwitz2003-06-291-1/+2
* whitespace normalizationNeal Norwitz2003-06-291-1/+1
* remove unused import mathNeal Norwitz2003-06-291-1/+0
* remove extra parameter from _java_getprop, remove duplicate importsNeal Norwitz2003-06-291-2/+2
* use == like all the other conditionalsNeal Norwitz2003-06-291-1/+1
* fix problems found by pycheckerNeal Norwitz2003-06-291-2/+3
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-0/+3
* Added Bob Halley for work on socket.timeoutRaymond Hettinger2003-06-291-0/+1
* Missed a spot where the new optional optionflags argument needed to getTim Peters2003-06-291-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-38/+113
* Bump version information for Python 2.3 beta 2.Fred Drake2003-06-292-3/+3
* Document PyThreadState_SetAsyncExc().Fred Drake2003-06-291-0/+14
* 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