- 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
- 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- ec7027f Update news about int/long unification. by Guido van Rossum · 18 years ago
- 398db8b Add missing entry for PEP 3102 (keyword-only arguments). by Brett Cannon · 18 years ago
- e33a611 Fix minor grammar typo. by Brett Cannon · 18 years ago
- c7202a8 Fix L-suffixed literal straggler. by Guido van Rossum · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- c5c6f24 No more tests are broken AFAIK. by Guido van Rossum · 18 years ago
- 523d4f9 Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. by Guido van Rossum · 18 years ago
- f410000 Fix pickletools doctests -- all we get nowadays is longs. by Guido van Rossum · 18 years ago
- 4c9695a Fix repr.py -- it was triggering on the type name 'long', should be 'int'. by Guido van Rossum · 18 years ago
- 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 18 years ago
- 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 18 years ago
- 56be3b1 Fix new bug in ftplib.py introduced by exception scope limitation. by Guido van Rossum · 18 years ago
- 3a4e978 Honesty before all. by Guido van Rossum · 18 years ago
- 52d0178 Fix cPickle breakage due to last-minute change to the name of the 'long' type by Guido van Rossum · 18 years ago
- ab18684 News about int/long unification and except syntax change. by Guido van Rossum · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- 5b787e8 Fix pybench so it works -- Larry Hastings. by Guido van Rossum · 18 years ago
- 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 893523e News about removal of the sets module. 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
- 84f248d Add the bytes type to the build process. by Martin v. Löwis · 18 years ago
- 37ffcf7 Commit __version__ change. by Martin v. Löwis · 18 years ago
- 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
- 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
- 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
- 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
- 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
- 5672904 Oops, re-add 'static' qualifier. by Thomas Wouters · 18 years ago
- 2bdf2cb Regenerate frozen.c's manual marshal as directed, fixing test_frozen. by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
- 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
- 6297128 replace references to __nonzero__ with __bool__ by Jack Diederich · 18 years ago
- 030debb updated docstring on __bool__ to match behavior by Jack Diederich · 18 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
- dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago
- f59677a The rest of patch 1549670 by Jiwon, making the compiler test pass. by Guido van Rossum · 18 years ago
- 29602e4 Make it compile with older compilers. by Guido van Rossum · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
- fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
- 2def557 This module was still referencing some dead EXEC related constants. by Guido van Rossum · 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
- 4e472e0 Fix comment for indenting in C files. by Brett Cannon · 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
- 378b2c9 Get rid of more coerce cruft, update NEWS by Neal Norwitz · 18 years ago
- 6309f2d Get parsermodule working again after adding set literals by Neal Norwitz · 18 years ago
- c082cb7 Fix another typo. 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
- c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
- b3fa66f Small fix for compiler module ./. set literals. by Georg Brandl · 18 years ago
- 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
- ecfd0b2 Vestige of code from removing backticks. by Brett Cannon · 18 years ago
- 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
- 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
- 59baa75 The daily ritual: fix C89 violations. by Guido van Rossum · 18 years ago
- f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
- b65fb33 SF patch 1546297 (with some tweaks): 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
- 5f5cfd1 Remove more '<>' usage. by Brett Cannon · 18 years ago
- cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
- 8b6de13 UNARY_CONVERT can no longer be generated, so remove a test for the peepholer by Brett Cannon · 18 years ago
- 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 18 years ago
- b3de3ba Check in new output for test_tokenize. by Brett Cannon · 18 years ago
- f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
- e427a1c Don't test AST for backticks. by Brett Cannon · 18 years ago
- 7ed3fcf The backtick removal crusade continues ... by Brett Cannon · 18 years ago
- 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
- db60d6e Remove more '<>' usage. by Brett Cannon · 18 years ago
- 553a029 Back out rev. 51583 as this file is auto-generated. Obviously the program that by Brett Cannon · 18 years ago
- 7c90aed For some reason Vim was just not wanting to tell me there was more instances of by Brett Cannon · 18 years ago
- 0fc9139 Even more removals of '<>'; I can hear Barry shedding a manly tear ... by Brett Cannon · 18 years ago
- f76c3da Remove a use of 'as' as a parameter. by Brett Cannon · 18 years ago
- 9ca0eca Remove some uses of '<>'. by Brett Cannon · 18 years ago
- 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
- f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
- dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
- 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
- d38abe9 Get rid of empty file. by Guido van Rossum · 18 years ago
- e4ef3a6 Fix the bsddb3 unit tests. by Guido van Rossum · 18 years ago
- 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
- b6bb0c7 Implement == and != comparisons for code objects by value. by Guido van Rossum · 18 years ago
- 8f78fe9 Fix fallout from Anna's file -> open changes. by Guido van Rossum · 18 years ago
- b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
- 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
- b5d47ef Fix another comparison between None and 0. by Guido van Rossum · 18 years ago
- 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago