summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Fix the TeX compile error.George Yoshida2006-05-211-1/+1
* - Add 'as' and 'with' as new keywords in 2.5.George Yoshida2006-05-201-9/+13
* - markup fixGeorge Yoshida2006-05-202-4/+5
* Duplicated description about the illegal continue usage can be found in nearl...George Yoshida2006-05-121-5/+2
* At first there were 6 steps, but one was removed after that.George Yoshida2006-05-121-1/+1
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-032-11/+8
* one more place to avoid extra markupFred Drake2006-05-031-1/+1
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-033-7/+7
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-022-24/+5
* Patch #1479438: add \keyword markup for "with".Georg Brandl2006-04-302-5/+5
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-252-32/+33
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-242-28/+26
* Update with statement documentation to use same terminology as 2.5a1 implemen...Nick Coghlan2006-04-232-27/+38
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
* bug #1462278: small fix in documentation of __op__ vs __rop__ methodsGeorg Brandl2006-04-011-8/+9
* typosGeorg Brandl2006-03-311-2/+2
* Add index entries for new-style/old-style class.Georg Brandl2006-03-311-1/+5
* Add version added info for with statement and context managersNeal Norwitz2006-03-282-0/+4
* The "with" statement needs a __future__. :)Phillip J. Eby2006-03-271-0/+11
* Document the "with" statement.Phillip J. Eby2006-03-271-1/+56
* Document the PEP 343 context manager protocol methods.Phillip J. Eby2006-03-271-0/+58
* Yield is now allowed in try-finally, so update docs accordinglyPhillip J. Eby2006-03-251-5/+11
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+7
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+6
* Note version added for conditional expressionsNeal Norwitz2006-02-271-1/+1
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-3/+8
* SF patch #1421726Fredrik Lundh2006-02-021-1/+1
* Add markup to a "Python Standard Library" doc reference I added for bug 839585.Georg Brandl2006-01-201-2/+3
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-151-1/+1
* Bug #839585: mention % string operator in language refGeorg Brandl2005-12-261-0/+6
* Updating the short blob about old/new-style classes to reflect (IMHO) moreArmin Rigo2005-12-261-7/+35
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-171-19/+21
* Add placeholder section on old and new-style classesAndrew M. Kuchling2005-12-041-0/+13
* Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode stringsGeorg Brandl2005-11-221-2/+3
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* add missing "and"Fred Drake2005-10-301-2/+3
* Make close brace a paren to match open.Neal Norwitz2005-10-041-1/+1
* Armin caught this mistake in bug #973103.Neal Norwitz2005-10-041-1/+1
* Correct docs for empty raise when no exception is active.Raymond Hettinger2005-10-031-2/+3
* Better wording for integer ref entry.Georg Brandl2005-09-121-2/+2
* note that the return and yield statements cannot be used at the top level inFred Drake2005-09-071-1/+6
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
* bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
* Empty sets and frozensets are also false.Georg Brandl2005-08-211-3/+3
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
* Mention explicitly the False is considered false.Georg Brandl2005-08-211-3/+3
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
* Patch [ 1230615 ] Patch for (Doc) #1168746Georg Brandl2005-07-021-11/+14