summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve subprocess link error notificationKurt B. Kaiser2005-05-103-3/+9
* SF bug #1193890: calendar.weekheader not found in __all__Raymond Hettinger2005-05-101-1/+2
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-052-2/+4
* Don't use 'is not' to compare strings.Michael W. Hudson2005-05-041-1/+1
* Update Paul Prescod's permissions.Raymond Hettinger2005-04-301-0/+2
* SF patch #1191489: Simplify logic in random.pyRaymond Hettinger2005-04-301-9/+10
* Fix error in a docstring where a single quote started the docstring but tripleBrett Cannon2005-04-301-1/+1
* Fixed a typo in docstring I happened upon.Guido van Rossum2005-04-301-1/+1
* SF bug #1190451: 6.9 First sentence is confusingRaymond Hettinger2005-04-281-7/+8
* FixMichael W. Hudson2005-04-271-2/+2
* Fix typo.Raymond Hettinger2005-04-261-1/+1
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-2610-76/+326
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-253-24/+17
* 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