summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-245-7/+15
* Update test to the current readline() behaviour.Walter Dörwald2005-04-211-0/+2
* Fix comment.Walter Dörwald2005-04-211-2/+2
* If the data read from the bytestream in readline() ends in a '\r' read one moreWalter Dörwald2005-04-212-12/+10
* Clarify usage of OPT by noting that if it is set the default values will beBrett Cannon2005-04-201-1/+2
* Fix tests dependent on the exception raised by non-settable descriptors.Barry Warsaw2005-04-203-5/+6
* Whitespace normalization.Tim Peters2005-04-203-3/+3
* As per discussion on python-dev, descriptors defined in C with a NULL setterBarry Warsaw2005-04-192-2/+7
* Add a line explaining what env var to use to set the compiler flags and anBrett Cannon2005-04-191-0/+3
* Correct swapped descriptions of empty string splits.Raymond Hettinger2005-04-191-2/+2
* Fix:Michael W. Hudson2005-04-182-1/+7
* Updated to work with current Python docs setup, and added a minimal README.Jack Jansen2005-04-172-13/+54
* Fix building of spwd; was incorrectly checking for the needed HAVE_* values toBrett Cannon2005-04-151-4/+5
* SF bug #1183742: PyDict_Copy() can return non-NULL value on errorRaymond Hettinger2005-04-151-1/+1
* typo fix, thanks Jeremy SandersAnthony Baxter2005-04-151-1/+1
* SF patch #1180062 by George Yoshida:Walter Dörwald2005-04-142-3/+3
* Update permissions for Finn Bock.Raymond Hettinger2005-04-131-0/+2
* get_method() returns a method name, not take it as an argumentFred Drake2005-04-131-2/+2
* Fix HTTP method handler example so that method names in uppercasesHye-Shik Chang2005-04-121-1/+1
* Update permissions for Eric Price.Raymond Hettinger2005-04-111-0/+2
* SF bug #1180392: StringIO's docs should mention overwriting of initial valueRaymond Hettinger2005-04-111-0/+1
* SF bug #1179957: Missing def'n of equality for set elementsRaymond Hettinger2005-04-102-1/+7
* Update status for Irme de Jong.Raymond Hettinger2005-04-101-0/+3
* SF patch 1179503: Fix typos in rpc.pyRaymond Hettinger2005-04-101-16/+18
* Fill out one sectionAndrew M. Kuchling2005-04-091-3/+20
* Add more textAndrew M. Kuchling2005-04-091-7/+29
* * Fix error in definition of Im() which returned self instead of 0Raymond Hettinger2005-04-091-19/+14
* Patch #1177597: Fix various bugs in Demo/classes/Complex.py.Martin v. Löwis2005-04-091-0/+1
* Patch #1177597: Correct various bugs, add comments.Martin v. Löwis2005-04-091-9/+36
* Add grammar change for allowing ``class B(): pass`` syntax.Brett Cannon2005-04-091-1/+1
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-095-8/+27
* Add test for ``class B1(): pass``.Brett Cannon2005-04-091-1/+2
* Record removal of permissions for Charles Waldman.Raymond Hettinger2005-04-081-0/+6
* Add ESR info.Tim Peters2005-04-081-0/+5
* Record a drop request by Ken Manheimer.Raymond Hettinger2005-04-081-1/+1
* Record a drop request by Moshe Zadka.Raymond Hettinger2005-04-081-0/+2
* test_default_encoding_issues(): Fully restore sys.setdefaultencoding.Tim Peters2005-04-081-0/+7
* Info about Eric Price.Tim Peters2005-04-081-1/+6
* Update permissions log for Reedy, Holden, Haring, and Cole.Raymond Hettinger2005-04-081-0/+9
* In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,Michael W. Hudson2005-04-073-0/+11
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* Make that a C, not a C++, comment.Michael W. Hudson2005-04-061-1/+1
* Add a comment explaining the import of longintrepr.h.Michael W. Hudson2005-04-061-1/+1
* By popular demand from Linux-heads(!), renamed developers to developers.txt.Tim Peters2005-04-061-0/+0
* Begin a log of developer permissions.Raymond Hettinger2005-04-051-0/+30
* SF bug #1168983: ftplib.py string index out of rangeRaymond Hettinger2005-04-051-7/+16
* Fix typos.Walter Dörwald2005-04-041-2/+2
* Fix for SF bug #1175396: readline() will now read one more character, ifWalter Dörwald2005-04-042-9/+91
* Fill docstrings for module and functions, extracted from the texHye-Shik Chang2005-04-041-13/+108