summaryrefslogtreecommitdiff
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-1510-6312/+0
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-211-1/+1
* Patch #1489771: update syntax rules in Python Reference Manual.Žiga Seilnacht2007-03-244-42/+190
* Whitespace cleanup. Also remove the empty linesŽiga Seilnacht2007-03-161-41/+38
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-161-0/+8
* Patch #1602128: clarify that richcmp methods can return NotImplementedGeorg Brandl2007-03-061-7/+9
* No more raising of string exceptions!Brett Cannon2007-01-301-4/+0
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-121-0/+35
* SF #1547931, fix typo (missing and). Will backport to 2.5Neal Norwitz2006-09-021-1/+1
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-091-0/+5
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
* Clarify that __op__ methods must return NotImplemented if they don't support ...Georg Brandl2006-07-301-0/+3
* remove unnecessary markupFred Drake2006-06-181-1/+1
* markup fixGeorge Yoshida2006-06-171-1/+1
* Bug #1153163: describe __add__ vs __radd__ behavior when addingGeorg Brandl2006-06-141-4/+19
* Bug #1501122: mention __gt__ &co in description of comparison order.Georg Brandl2006-06-141-2/+6
* SF patch #1303595: improve description of __builtins__, explaining how itFred Drake2006-06-101-4/+14
* End of Ch.3 is now about "with statement".George Yoshida2006-05-271-3/+3
* minor markup nitsGeorge Yoshida2006-05-272-4/+5
* Patch #1492218: document None being a constant.Georg Brandl2006-05-261-7/+9
* 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