- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 18 years ago
- 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 4a76da7 fix some markup errors by Fred Drake · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- 53855c6 Remove the xmllib module that was obsolete. by Neal Norwitz · 18 years ago
- 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 18 years ago
- 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
- 0e07448 make the markup match that of the trunk to avoid insane spread of by Fred Drake · 18 years ago
- 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 18 years ago
- 450ee81 Use the local python binary to build the docs, not whatever 'python' is on the PATH (which is probably Python 2.x, and we need 3.x). by Collin Winter · 18 years ago
- 65d09d4 Run 2to3 over Doc/tools/. by Collin Winter · 18 years ago
- 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 18 years ago
- e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. 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
- 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
- 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
- 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- d4ccfcb Fix latex2html compile error by George Yoshida · 18 years ago
- ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
- 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
- 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
- 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
- e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
- cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 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
- 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 19 years ago
- d4ec0c3 Merge with trunk up to revision 45620. 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
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
- e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 19 years ago
- 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 19 years ago
- 28ad48e Remove apply() by Neal Norwitz · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 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
- c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 19 years ago
- f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- aeadf95 Write a section by Andrew M. Kuchling · 19 years ago
- d0fcc02 Markup fix by Andrew M. Kuchling · 19 years ago
- e362d93 Write a section by Andrew M. Kuchling · 19 years ago
- 8f4b4db typo by Georg Brandl · 19 years ago
- ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
- 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
- 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 19 years ago
- 8f4d255 Add section by Andrew M. Kuchling · 19 years ago
- 437567c Some edits; add empty sections by Andrew M. Kuchling · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
- d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
- 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 19 years ago
- 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 19 years ago
- 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
- c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 19 years ago
- 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
- 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
- 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 19 years ago
- 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
- 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 19 years ago
- d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
- d615110 XXX something for amk's attention by Anthony Baxter · 19 years ago
- 40d8459 Add generation of the version. by Martin v. Löwis · 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
- 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
- dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
- b518d8c Fix casing of function names. by Georg Brandl · 19 years ago
- e51fc53 George Yoshida's fix. by Neal Norwitz · 19 years ago
- 7d42d3c fix typo by Georg Brandl · 19 years ago
- 868e704 Document "multifile" as deprecated. by Georg Brandl · 19 years ago
- d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 19 years ago
- b075fce Fix table header. by Walter Dörwald · 19 years ago
- 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 19 years ago
- 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
- 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago