- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 18 years ago
- a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- 5e0af3c put a missing curly brace by George Yoshida · 18 years ago
- 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
- 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 19 years ago
- 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 19 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 19 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 19 years ago
- 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 19 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
- 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 19 years ago
- cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 19 years ago
- 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 19 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- f9f61b4 Note version added for conditional expressions by Neal Norwitz · 19 years ago
- dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
- 5a49fae SF patch #1421726 by Fredrik Lundh · 20 years ago
- 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 20 years ago
- a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 20 years ago
- c47f1c1 Bug #839585: mention % string operator in language ref by Georg Brandl · 20 years ago
- ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 20 years ago
- 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 20 years ago
- 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 20 years ago
- f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 20 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 20 years ago
- 59c6191 add missing "and" by Fred Drake · 20 years ago
- c0d1125 Make close brace a paren to match open. by Neal Norwitz · 20 years ago
- 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
- bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
- d430726 Better wording for integer ref entry. by Georg Brandl · 20 years ago
- b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
- b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
- 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
- 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
- 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
- 6cd5377 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
- a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
- b285974 Mention explicitly the False is considered false. by Georg Brandl · 20 years ago
- 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago
- 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 20 years ago
- c493229 Fix grammar (it's -> its). by Neil Schemenauer · 20 years ago
- 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 20 years ago
- 2f475a7 Fix: by Michael W. Hudson · 20 years ago
- db22958 update documentation on what constitutes a line in a source file by Fred Drake · 20 years ago
- b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 20 years ago
- f21569e Fix typo. by Raymond Hettinger · 20 years ago
- 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 20 years ago
- ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
- a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 20 years ago
- b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
- 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
- f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 21 years ago
- 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
- 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 21 years ago
- 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 21 years ago
- 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 21 years ago
- 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 21 years ago
- 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 21 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
- ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 21 years ago
- 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 21 years ago
- 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 21 years ago
- 5e89795 This is my patch by Michael W. Hudson · 21 years ago
- cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 21 years ago
- 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 21 years ago
- 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 21 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
- 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- a031a08 Add a missing space. by Brett Cannon · 21 years ago
- 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 21 years ago
- 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 21 years ago
- 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
- 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
- 3fd9779 Fix misspelled name. by Raymond Hettinger · 22 years ago
- 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 22 years ago
- 1f84ed0 fix typo and join two paragraphs by Fred Drake · 22 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 22 years ago
- c516b0e clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 22 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
- 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 22 years ago
- 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 22 years ago
- 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 22 years ago
- 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 22 years ago
- c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 22 years ago
- e41d4c8 Added doubled word warnings. by Raymond Hettinger · 22 years ago
- c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
- a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 22 years ago