summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jack's documentation for the U mode character on the file()Barry Warsaw2002-05-222-0/+27
* file_doc: Add some description of the U mode character, but only whenBarry Warsaw2002-05-221-0/+10
* Patch #491107: Cygwin setup.py import workaround patchJason Tishler2002-05-221-0/+6
* Regenerated from new Universal Headers.Jack Jansen2002-05-2216-261/+717
* Allow the script to have not only a TEXT filetype but also a null filetype (t...Jack Jansen2002-05-221-1/+3
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-229-16/+16
* Enable WITH_PYMALLOC.Jack Jansen2002-05-221-1/+1
* Added 2 more addresses to send release notifications to.Jack Jansen2002-05-221-0/+2
* Added a version annotation for StringTypes.Fred Drake2002-05-221-0/+7
* Bump to version 2.0.4Barry Warsaw2002-05-221-1/+1
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-222-1/+8
* Minor typo: Message.getall() -> Message.get_all()Barry Warsaw2002-05-221-1/+1
* add BooleanTypeSkip Montanaro2002-05-211-0/+1
* In both spilldata() functions, pretend that the docstring forGuido van Rossum2002-05-211-2/+8
* Message.getaddrlist(): Use the AddressList.addresslist attributeBarry Warsaw2002-05-212-2/+21
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-213-10/+21
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-212-4/+12
* Patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-05-213-0/+5
* Add additional comments on the use of \deprecated.Fred Drake2002-05-211-1/+4
* Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear.Neil Schemenauer2002-05-211-7/+10
* Patch 549187. Improve string formatting error message.Raymond Hettinger2002-05-212-4/+4
* Add availability information for a couple of the types, and notes on writingFred Drake2002-05-211-5/+10
* Another one.Guido van Rossum2002-05-211-0/+1
* Patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-05-211-1/+1
* Munge the RCS keywords to avoid updates, so the version number matches thatFred Drake2002-05-211-1/+1
* Use types.StringTypes instead of explicit (str, unicode) listMichael W. Hudson2002-05-201-1/+1
* Guess what? --disable-unicode proofing.Michael W. Hudson2002-05-201-4/+7