summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* This is my patch:Michael W. Hudson2005-05-271-0/+110
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* Disallow opening files with modes 'aU' or 'wU' as specified by PEPSkip Montanaro2005-05-201-0/+10
* Whitespace normalization.Tim Peters2005-05-181-1/+1
* This test relied on short-circuiting details of dictobject.py to avoidArmin Rigo2005-05-151-4/+2
* Add better datetime support to xmlrpclib module. Closes patch #1120353.Skip Montanaro2005-05-142-17/+87
* 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
* 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
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-264-1/+245
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-21/+14
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-3/+4
* 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-211-12/+4
* Fix tests dependent on the exception raised by non-settable descriptors.Barry Warsaw2005-04-203-5/+6
* Whitespace normalization.Tim Peters2005-04-202-2/+2
* typo fix, thanks Jeremy SandersAnthony Baxter2005-04-151-1/+1
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-093-1/+9
* Add test for ``class B1(): pass``.Brett Cannon2005-04-091-1/+2
* test_default_encoding_issues(): Fully restore sys.setdefaultencoding.Tim Peters2005-04-081-0/+7
* 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
* Fix testcase for 64bit BSD systems: long is 8 bytes for those systemsHye-Shik Chang2005-04-041-2/+8
* Added threadName and now using re-entrant lockVinay Sajip2005-03-311-2/+5
* Since PyPI only accepts UTF-8 encoded data now, make sure that the data isWalter Dörwald2005-03-311-2/+2
* Fix for rather inaccurately titled bugMichael W. Hudson2005-03-301-0/+10
* SF patch 1167316: doctest.py fails self-test if run directly.Tim Peters2005-03-281-5/+5
* Whitespace normalization.Tim Peters2005-03-2813-29/+27
* Two lines in this file had unbalanced parentheses -- couldn't possiblyTim Peters2005-03-281-2/+2
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-0/+5
* * Fix decimal's handling of foreign types. Now returns NotImplementedRaymond Hettinger2005-03-272-11/+89
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-271-0/+6
* Add missing socket importMartin v. Löwis2005-03-241-0/+1
* minor cleanupFred Drake2005-03-241-7/+6
* Make SRPMs pyversion 'any'.Martin v. Löwis2005-03-231-1/+1
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-236-14/+38
* Make the signature detached.Martin v. Löwis2005-03-221-1/+1
* Add tests for tuple, list and UserList that initialize the object fromWalter Dörwald2005-03-222-83/+97
* Fix registration of output file.Martin v. Löwis2005-03-221-1/+1
* Don't set the Python version for sdist uploads.Martin v. Löwis2005-03-221-0/+2
* Upload GPG signature.Martin v. Löwis2005-03-221-3/+16
* Fix typo.Walter Dörwald2005-03-221-1/+1
* fix Python style guide conformanceFred Drake2005-03-221-1/+1
* Add list tests that ensure that remove() removes the first occurrence.Walter Dörwald2005-03-211-0/+20