summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-021-0/+10
* [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...Andrew M. Kuchling2005-06-021-1/+1
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-026-3/+134
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-023-8/+13
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...Andrew M. Kuchling2005-06-021-1/+1
* added GET/SETANNOTATION methodsPiers Lauder2005-06-012-9/+46
* [Bug #1105706] Use correct name for constantAndrew M. Kuchling2005-06-011-2/+2
* [Bug #1123268] Fix typoAndrew M. Kuchling2005-06-011-1/+1
* [Bug #1181939] Remove incorrect text about __init__; move map discussion into...Andrew M. Kuchling2005-06-011-5/+4
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* NEWS entry for the patch I checked in last week.Michael W. Hudson2005-06-011-0/+4
* SF bug #1209411: divmod documentation shd reference // not /Raymond Hettinger2005-05-312-2/+2
* SF bug #1202395: Description of string.lstrip() needs improvementRaymond Hettinger2005-05-311-15/+33
* Add permissions for Reinhold Birkenfeld.Raymond Hettinger2005-05-281-0/+5
* This is my patch:Michael W. Hudson2005-05-275-251/+639
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* SF bug #1209671: dict.popitem documentation should mention empty dict caseRaymond Hettinger2005-05-271-1/+2
* Fix:Michael W. Hudson2005-05-261-0/+2
* fix description of the input range of unichr()Fred Drake2005-05-251-1/+2
* update documentation on what constitutes a line in a source fileFred Drake2005-05-251-5/+12
* Disallow opening files with modes 'aU' or 'wU' as specified by PEPSkip Montanaro2005-05-203-0/+64
* Patch #1197318: Cygwin case-sensitive import patchJason Tishler2005-05-201-17/+6
* Whitespace normalization.Tim Peters2005-05-181-1/+1
* Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.Skip Montanaro2005-05-163-1/+14
* Fixed a quite misleading comment: a "not" should not have been there.Armin Rigo2005-05-151-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-144-30/+127
* SF patch #1200051: Small optimization for PyDict_Merge()Raymond Hettinger2005-05-141-0/+6
* SF bug #1201807: Glossary listing bugRaymond Hettinger2005-05-141-1/+1
* credit source of idea for recent doc changesSkip Montanaro2005-05-121-0/+1
* Incorporate a lightly edited version of the SocketServer module's docstringSkip Montanaro2005-05-121-1/+82
* 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