summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup:Fred Drake2002-05-291-5/+11
* Add OS/2 textAndrew M. Kuchling2002-05-291-9/+16
* The logreader object did not always refill the input buffer correctlyNeil Schemenauer2002-05-291-105/+56
* Various minor rewritesAndrew M. Kuchling2002-05-291-42/+52
* More additionsAndrew M. Kuchling2002-05-291-25/+15
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-299-8/+499
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-297-16/+48
* Issue an explicit error when we can't find an appropriate type forGuido van Rossum2002-05-291-0/+2
* Fix a possible segfault. Found be Neal Norvitz.Marc-André Lemburg2002-05-291-1/+1
* Fix for bug [ 561796 ] string.find causes lazy errorMarc-André Lemburg2002-05-292-3/+4
* This is patchMichael W. Hudson2002-05-291-7/+3
* Whitespace normalizationNeal Norwitz2002-05-291-2/+2
* Importing Charset should not fail when Unicode is disabled. (XXXGuido van Rossum2002-05-281-3/+11
* Accept u"..." literals even when Unicode is disabled. But theseGuido van Rossum2002-05-281-8/+13
* File modes in filedescr entries are also passed to Python, so we now put "U"Jack Jansen2002-05-281-4/+7
* This is a Python 2.1 and 2.2 bugfix candidate:Christian Tismer2002-05-281-11/+5
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
* Rearrange paragraphAndrew M. Kuchling2002-05-271-5/+5
* This is patchMichael W. Hudson2002-05-278-12/+304
* Silly typo.Michael W. Hudson2002-05-271-1/+1
* Use self.__class__ to instantiate a TreeNode item recursively, toGuido van Rossum2002-05-271-1/+1
* GvR's rpc patchChui Tey2002-05-267-94/+1208
* Define the "all" target more reasonably, but retain "html" as the defaultFred Drake2002-05-251-1/+2
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-242-0/+22
* Mention math.degrees() and math.radians()Andrew M. Kuchling2002-05-241-12/+24
* - A new type object, 'string', is added. This is a common base typeGuido van Rossum2002-05-246-2/+69
* Add a safeguard against setting the class to something with aGuido van Rossum2002-05-241-0/+10
* Don't require Unicode support.Guido van Rossum2002-05-241-2/+9
* Move really open-ended XXX items into commentsAndrew M. Kuchling2002-05-241-9/+7
* Disambiguate the grammar for backtick.Guido van Rossum2002-05-245-59/+93
* Add missing \ to macro definition only used when universal newlinesGuido van Rossum2002-05-241-1/+1
* Whitespace normalized.Raymond Hettinger2002-05-231-11/+11
* Allow the shared library initialization routine to be overridden with an init...Jack Jansen2002-05-234-5/+10
* Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to readJack Jansen2002-05-231-3/+14
* Markup adjustments; fix the names of modules referenced in an expression.Fred Drake2002-05-231-2/+2
* John Aycock correctly pointed out that the grammar forTim Peters2002-05-233-4/+4
* Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.Raymond Hettinger2002-05-232-1/+85
* (py-goto-statement-below): Watch out for landing in a triple quotedBarry Warsaw2002-05-231-3/+4
* Added missing dependency on the refcount data file.Fred Drake2002-05-231-2/+2
* Link with the right C library! This has always been wrong (& my fault).Tim Peters2002-05-231-1/+1
* Use Perl function prototypes to help avoid definition/usage mismatchesFred Drake2002-05-232-102/+106
* Add refcount information for PySequence_ITEM().Fred Drake2002-05-231-0/+4
* Add version annotation for PySequence_ITEM().Fred Drake2002-05-231-1/+2
* Use function instead of macro spellings for PyObject_memorystuff.Tim Peters2002-05-231-2/+2
* Whitespace normalization.Tim Peters2002-05-231-7/+7
* Whitespace normalization.Tim Peters2002-05-2320-101/+100
* parseaddr(): Fixed in the same way that Message.getaddrlist() wasBarry Warsaw2002-05-232-1/+10
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-232-1/+9
* Closes: #556025 seg fault when doing list(xrange(1e9))Neal Norwitz2002-05-222-2/+22
* Remove spurious "()" from the __str__() description.Fred Drake2002-05-221-1/+1