- 207c9f3 Merged revisions 62049,62054 via svnmerge from by Neal Norwitz · 17 years ago
- db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 17 years ago
- 617fa91 Merged revisions 62013-62014 via svnmerge from by Martin v. Löwis · 17 years ago
- 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
- bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 17 years ago
- b1b3efc Merged revisions 61954,61956-61957 via svnmerge from by Christian Heimes · 17 years ago
- 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
- 2593146 Bug #2301: Don't try decoding the source code into the original by Martin v. Löwis · 17 years ago
- bda355f Add missing parameter spotted by Jared Flatow by Neal Norwitz · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 17 years ago
- 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
- fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
- 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
- 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
- 819b8bf More PyImport_ImportModule -> PyImport_ImportModuleNoBlock by Christian Heimes · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 2b1c592 Fixed a problem found by Bill Janssen on Mac OS X by Christian Heimes · 17 years ago
- 2af1d89 Open output files in text mode, after all they are text files. by Guido van Rossum · 17 years ago
- af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 17 years ago
- cf171a7 Cleanup of tokenizer.c. by Guido van Rossum · 17 years ago
- 65f9ace Correction for issue1134: all source files with a coding spec, except latin-1 by Amaury Forgeot d'Arc · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
- c2954e5 Make sure the malloc'ed string has space for the null byte. by Brett Cannon · 17 years ago
- e453989 Fix PyTokenizer_FindEncoding() for OS X 10.4. Turns out that seeking to the by Brett Cannon · 17 years ago
- d5ec98c Plug a memory leak where a struct tok_state was not being freed. by Brett Cannon · 17 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
- df4ce10 Fix another stray PyString reference that should be PyBytes; and its comment. by Guido van Rossum · 17 years ago
- 641591c Fix an issue in PyTokenizer_RestoreEncoding() which was treating a PyBytes by Guido van Rossum · 17 years ago
- 3f993c3 Use an enum for decoding_state. It makes the code a little more understandable. by Neil Schemenauer · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- fdc1a56 Cast away const qualifier to silence a compiler warning about it. by Brett Cannon · 17 years ago
- 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
- 21b731f Fix an outdated URL in a SyntaxError message. by Guido van Rossum · 17 years ago
- e3e3701 Fix issue # 1037 (sort of). by Guido van Rossum · 17 years ago
- 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 17 years ago
- e4dc324 Use unicode for AST attributes by Neal Norwitz · 17 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
- 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
- 41eaedd Fix refleaks from execfile('file that contains a # coding: line') by Neal Norwitz · 17 years ago
- f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
- 447d33e Implement PEP 3120. by Martin v. Löwis · 17 years ago
- 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
- 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
- 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
- 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 18 years ago
- ccf4f0f Use AsCharBuffer to get a C string out of a Python string. by Guido van Rossum · 18 years ago
- e5e80b8 Kill u"..." string quotes. Thought I already did that. by Guido van Rossum · 18 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- f15a29f More coding by random modification. by Guido van Rossum · 18 years ago
- 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
- 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
- dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 18 years ago
- 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 18 years ago
- 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
- 3591bbe bool is no longer required, it was only used for the print statement by Neal Norwitz · 18 years ago
- a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 18 years ago
- 8b4a3e8 Touch file to regenerate Python-ast.[ch] by Thomas Wouters · 18 years ago
- 00e41de Bytes literal. 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
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) 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
- 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. 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
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. 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
- f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
- 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
- b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 6caa07b Make 'python -tt' the default, meaning Python won't allow mixing tabs and by Thomas Wouters · 19 years ago
- fc85c92 Get rid of compiler warning by Neal Norwitz · 19 years ago
- e4993c7 Get rid of compiler warning about with_msg and as_msg being unused by Neal Norwitz · 19 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- 7eaf2aa Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes by Thomas Wouters · 19 years ago
- 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago