summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* backport montanaro's checkin ofMichael W. Hudson2002-08-231-1/+5
* backport montanaro's checkin ofMichael W. Hudson2002-08-231-0/+4
* backport bwarsaw's checkin ofMichael W. Hudson2002-08-231-1/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-08-231-1/+1
* backport loewis' checkin ofMichael W. Hudson2002-08-231-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+6
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+2
* backport gvanrossum's checkin ofMichael W. Hudson2002-08-231-1/+4
* backport loewis' checkin ofMichael W. Hudson2002-08-231-3/+11
* Add a note that apply() is needed since the extended call syntax isFred Drake2002-08-221-0/+2
* Clarify that even though some of the relevant specifications define theFred Drake2002-08-211-8/+10
* SF 595846. Backport deltas from 1.26 to 1.28.Raymond Hettinger2002-08-201-2/+1
* Fix some endcase bugs in unicode rfind()/rindex() and endswith().Guido van Rossum2002-08-204-6/+13
* Clarify the endpos argument to the rx.match() method.Fred Drake2002-08-201-2/+6
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* A trip down memory lane. Barry checked in this test with 2.3-styleTim Peters2002-08-192-9/+1
* SF bug 595919: popenN return only text mode pipesTim Peters2002-08-192-2/+6
* Modify splituser() method to allow an @ in the userinfo field.Raymond Hettinger2002-08-181-1/+1
* Backport of fix for SF bug #595671 from Python 2.3cvs:Barry Warsaw2002-08-152-5/+10
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-08-1536-0/+1337
* Backport:Guido van Rossum2002-08-141-6/+6
* Remove a broken example of extreme backward compatibility; it isFred Drake2002-08-141-21/+0
* SF bug #574235, convert_path fails with empty pathnameNeal Norwitz2002-08-131-0/+2
* Backport:Guido van Rossum2002-08-131-2/+4
* Backport:Guido van Rossum2002-08-121-2/+1
* Fix SF bug #593696 telnetlib raises UnboundLocalErrorNeal Norwitz2002-08-111-1/+1
* SF bug # 557028, illegal use of malloc/freeNeal Norwitz2002-08-111-2/+2
* Correct and update markup to match what we're doing on the trunk.Fred Drake2002-08-091-38/+39
* News about Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+5
* Only call sq_repeat if the object does not have a nb_multiply slot. OneNeil Schemenauer2002-08-091-6/+8
* SF bug #592645 fix memory leak in socket.getaddrinfoNeal Norwitz2002-08-091-0/+2
* The errno module needs to be statically linked, since it is now needed duringFred Drake2002-08-082-3/+1
* Backport of SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-081-21/+6
* Since pyexpat isn't always available in Python 2.2, allow repeatedFred Drake2002-08-081-1/+10
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* Describe nested scopes in the tutorial. Closes SF bug 500704.Raymond Hettinger2002-08-071-6/+11
* Documented os.fsync and os.fdatasync. Closes SF bug 584695.Raymond Hettinger2002-08-071-0/+11
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-3/+7
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Added references to the email package.Fred Drake2002-08-063-0/+9
* SF patch #591305 Documentation err in bytecode defsNeal Norwitz2002-08-051-1/+1
* Remove calls to 2.1 GC API (they are noops).Neil Schemenauer2002-08-053-19/+8
* SF 582071 clarified the .split() method's docstring to note that sep=NoneRaymond Hettinger2002-08-051-2/+2
* Add trace_frame. Fixes #534864.Martin v. Löwis2002-08-041-0/+38
* Fix ref(), proxy() docstrings, based on comments from David Abrahams.Fred Drake2002-08-021-3/+4
* Backport:Guido van Rossum2002-08-011-1/+0
* Backport:Guido van Rossum2002-08-011-5/+3
* Backport:Guido van Rossum2002-08-013-4/+30
* Put Cray fixes on the branch, too.Michael W. Hudson2002-07-313-18/+48