summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #1219: py3k cleanup in standard types docs.Georg Brandl2007-09-281-129/+103
* #1211, #1212, #1213: py3k fixes to the tutorial.Georg Brandl2007-09-284-48/+43
* Make byext.py really work.Guido van Rossum2007-09-271-7/+5
* Revert r58075 (incorrect docs patch).Collin Winter2007-09-271-2/+2
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-275-16/+28
* Clarify the difference between text and binary files. I'm not sure theSkip Montanaro2007-09-261-8/+14
* Whitespace and line lengrth cleanup.Guido van Rossum2007-09-251-47/+50
* Delete now-unused static function Array_ass_slice().Guido van Rossum2007-09-251-42/+0
* Fix a straggler filter() call.Guido van Rossum2007-09-251-1/+1
* #1189: documentation for tp_as_* structs.Georg Brandl2007-09-241-15/+166
* Make Modules/_bsddb.c and PC/_winreg.c compile again by renamingThomas Heller2007-09-242-39/+39
* Update the documentation of the open() builtin function a bit. I believe ISkip Montanaro2007-09-231-26/+24
* Reformat the open function text so it fits within 80 columns in preparationSkip Montanaro2007-09-231-37/+41
* Fix turtle module: None and int are not comparable, map returns an iterator.Georg Brandl2007-09-231-5/+5
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-2316-85/+145
* Use an enum for decoding_state. It makes the code a little moreNeil Schemenauer2007-09-212-12/+18
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-2115-66/+20
* Merged revisions 58211-58220 via svnmerge fromThomas Wouters2007-09-208-61/+117
* Whitespace cleanup.Thomas Wouters2007-09-191-38/+39
* Merged revisions 58203-58210 via svnmerge fromThomas Wouters2007-09-195-25/+44
* Merged revisions 58198-58202 via svnmerge fromThomas Wouters2007-09-190-0/+0
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-19198-4191/+64231
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Optimize unicode_hash() by not callingGuido van Rossum2007-09-181-12/+18
* Thomas Wouters suggested an obvious improvement to unicode_eq():Guido van Rossum2007-09-181-1/+1
* Switch dict lookup around to optimizing for unicode.Guido van Rossum2007-09-181-32/+52
* Micro optimizations after staring at gprof output for a while.Guido van Rossum2007-09-182-11/+9
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-1713-31/+33
* Merged revisions 58149-58150 via svnmerge fromMartin v. Löwis2007-09-142-1/+2
* Merged revisions 58133-58135 via svnmerge fromMartin v. Löwis2007-09-131-2/+16
* Oops.Georg Brandl2007-09-121-2/+2
* Document input() function.Georg Brandl2007-09-121-0/+16
* Repair a bad translation of the exec statement.Georg Brandl2007-09-121-6/+2
* Fix for bug 1148: str/bytes issue in httplib's _safe_read().Guido van Rossum2007-09-122-2/+2
* Document inspect.getfullargspec(). Fixes #1121.Georg Brandl2007-09-121-4/+25
* New documentation for the bdb module. Forward-port from rev. 58112, with a fe...Georg Brandl2007-09-124-8/+357
* Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()Guido van Rossum2007-09-112-3/+15
* Added __format__ method to datetime.datetime, datetime.date, and datetime.time.Eric Smith2007-09-112-0/+114
* Merged revisions 58091-58094 via svnmerge fromThomas Wouters2007-09-100-0/+0
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-105-5/+21
* Bug # 1125 (my code).Guido van Rossum2007-09-102-59/+233
* merge of r58091 from trunk:Gregory P. Smith2007-09-101-2/+4
* Drop convert_binop.Martin v. Löwis2007-09-101-110/+48
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-105-6/+6
* General clean-up in socket howto.Collin Winter2007-09-101-26/+23
* Fix more raise statments in the docs.Collin Winter2007-09-102-2/+3
* More two-argument raise cleanup in the tutorial.Collin Winter2007-09-101-4/+3
* Fix docs that imply that tuples in except clauses must be parenthesized.Collin Winter2007-09-101-2/+2
* Fix more two-arg raise statements.Collin Winter2007-09-101-2/+2
* Update tutorial/classes.rst to remove references to the old two-argument form...Collin Winter2007-09-101-6/+6