summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-1510-6005/+0
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-8/+6
* Remove useless \withsubitem.Georg Brandl2007-08-021-1/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-132-31/+24
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-7/+4
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-153-20/+32
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-6/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-275-84/+237
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-213-15/+14
* put a missing curly braceGeorge Yoshida2007-02-261-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-21/+21
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-55/+0
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-4/+0
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+36
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-7/+7
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-062-5/+3
* Patch #1550800: make exec a function.Georg Brandl2006-09-065-79/+21
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-293-14/+4
* Remove support for backticks from the grammar and compiler.Brett Cannon2006-08-251-43/+0
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-125/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-115-12/+49
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-276-83/+76
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-17/+156
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-4/+1
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-13/+7
* 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