index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
ref
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
10
-6312
/
+0
*
Patch #1686487: you can now pass any mapping after '**' in function calls.
Georg Brandl
2007-05-21
1
-1
/
+1
*
Patch #1489771: update syntax rules in Python Reference Manual.
Žiga Seilnacht
2007-03-24
4
-42
/
+190
*
Whitespace cleanup. Also remove the empty lines
Žiga Seilnacht
2007-03-16
1
-41
/
+38
*
Patch #1623563: allow __class__ assignment for classes with __slots__.
Žiga Seilnacht
2007-03-16
1
-0
/
+8
*
Patch #1602128: clarify that richcmp methods can return NotImplemented
Georg Brandl
2007-03-06
1
-7
/
+9
*
No more raising of string exceptions!
Brett Cannon
2007-01-30
1
-4
/
+0
*
Bug #1637967: missing //= operator in list.
Georg Brandl
2007-01-17
1
-2
/
+2
*
Bug #1565919: document set types in the Language Reference.
Georg Brandl
2006-10-12
1
-0
/
+35
*
SF #1547931, fix typo (missing and). Will backport to 2.5
Neal Norwitz
2006-09-02
1
-1
/
+1
*
__hash__ may now return long int; the final hash
Martin v. Löwis
2006-08-09
1
-0
/
+5
*
Bug #1536660: separate two words.
Georg Brandl
2006-08-08
1
-1
/
+1
*
Bug #1531349: right <-> left glitch in __rop__ description.
Georg Brandl
2006-07-30
1
-1
/
+1
*
Clarify that __op__ methods must return NotImplemented if they don't support ...
Georg Brandl
2006-07-30
1
-0
/
+3
*
remove unnecessary markup
Fred Drake
2006-06-18
1
-1
/
+1
*
markup fix
George Yoshida
2006-06-17
1
-1
/
+1
*
Bug #1153163: describe __add__ vs __radd__ behavior when adding
Georg Brandl
2006-06-14
1
-4
/
+19
*
Bug #1501122: mention __gt__ &co in description of comparison order.
Georg Brandl
2006-06-14
1
-2
/
+6
*
SF patch #1303595: improve description of __builtins__, explaining how it
Fred Drake
2006-06-10
1
-4
/
+14
*
End of Ch.3 is now about "with statement".
George Yoshida
2006-05-27
1
-3
/
+3
*
minor markup nits
George Yoshida
2006-05-27
2
-4
/
+5
*
Patch #1492218: document None being a constant.
Georg Brandl
2006-05-26
1
-7
/
+9
*
Fix the TeX compile error.
George Yoshida
2006-05-21
1
-1
/
+1
*
- Add 'as' and 'with' as new keywords in 2.5.
George Yoshida
2006-05-20
1
-9
/
+13
*
- markup fix
George Yoshida
2006-05-20
2
-4
/
+5
*
Duplicated description about the illegal continue usage can be found in nearl...
George Yoshida
2006-05-12
1
-5
/
+2
*
At first there were 6 steps, but one was removed after that.
George Yoshida
2006-05-12
1
-1
/
+1
*
Finish bringing SVN into line with latest version of PEP 343 by getting rid o...
Nick Coghlan
2006-05-03
2
-11
/
+8
*
one more place to avoid extra markup
Fred Drake
2006-05-03
1
-1
/
+1
*
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
Fred Drake
2006-05-03
3
-7
/
+7
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
2
-24
/
+5
*
Patch #1479438: add \keyword markup for "with".
Georg Brandl
2006-04-30
2
-5
/
+5
*
Move the PEP 343 documentation and implementation closer to the
Nick Coghlan
2006-04-25
2
-32
/
+33
*
Change PEP 343 related documentation to use the term context specifier instea...
Nick Coghlan
2006-04-24
2
-28
/
+26
*
Update with statement documentation to use same terminology as 2.5a1 implemen...
Nick Coghlan
2006-04-23
2
-27
/
+38
*
wrap SyntaxError with \exception{}
George Yoshida
2006-04-23
1
-1
/
+1
*
bug #1462278: small fix in documentation of __op__ vs __rop__ methods
Georg Brandl
2006-04-01
1
-8
/
+9
*
typos
Georg Brandl
2006-03-31
1
-2
/
+2
*
Add index entries for new-style/old-style class.
Georg Brandl
2006-03-31
1
-1
/
+5
*
Add version added info for with statement and context managers
Neal Norwitz
2006-03-28
2
-0
/
+4
*
The "with" statement needs a __future__. :)
Phillip J. Eby
2006-03-27
1
-0
/
+11
*
Document the "with" statement.
Phillip J. Eby
2006-03-27
1
-1
/
+56
*
Document the PEP 343 context manager protocol methods.
Phillip J. Eby
2006-03-27
1
-0
/
+58
*
Yield is now allowed in try-finally, so update docs accordingly
Phillip J. Eby
2006-03-25
1
-5
/
+11
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-0
/
+7
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-0
/
+6
*
Note version added for conditional expressions
Neal Norwitz
2006-02-27
1
-1
/
+1
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
1
-3
/
+8
*
SF patch #1421726
Fredrik Lundh
2006-02-02
1
-1
/
+1
*
Add markup to a "Python Standard Library" doc reference I added for bug 839585.
Georg Brandl
2006-01-20
1
-2
/
+3
[next]