- 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
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
- fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 18 years ago
- 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
- d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
- 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
- 6cefeb0 Jacques Frechet's and John Reese's simplification of ElementTree: give up by Alex Martelli · 18 years ago
- 0008602 remove debugging turd. by Thomas Wouters · 18 years ago
- 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
- 5431ee4 test_gc is no longer broken by Thomas Wouters · 18 years ago
- 3dfc3c1 Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no by Thomas Wouters · 18 years ago
- 2bb5f1d etree_c not broken any more. by Alex Martelli · 18 years ago
- 0763c3f etree unittest not broken any more by Alex Martelli · 18 years ago
- c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
- fe25e23 minidom is fixed. by Guido van Rossum · 18 years ago
- 0ee4351 Changed minidom.py to work correctly with new-style classes (since by Alex Martelli · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 18a67ba Fix comparing complex to non-complex numbers. by Guido van Rossum · 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
- 7921299 use isinstance instead of type. Use bool instead of int for flag. by Neal Norwitz · 18 years ago
- 48563e8 Don't define has_key(). by Guido van Rossum · 18 years ago
- 2043513 Fixed to the point that all unit tests pass again. (However, I get 4 by Guido van Rossum · 18 years ago
- f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
- 0da7e03 And the gdbm module's test now passes again. by Guido van Rossum · 18 years ago
- ef67111 Fix this right for has_key(). This required adding tp_as_sequence. by Guido van Rossum · 18 years ago
- e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
- 6e23e37 Only three failing tests left: dbm, gdbm, tcl! by Guido van Rossum · 18 years ago
- cef3a1c Another has_key reference bites the dust. by Guido van Rossum · 18 years ago
- 9366241 More has_key() fixes. by Guido van Rossum · 18 years ago
- 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
- 1b01e5c Fix some more has_key() uses. This could really use a tool to automate... by Guido van Rossum · 18 years ago
- 5c303de Set the svn:ignore property. Why can't this be set once on the root directory? by Guido van Rossum · 18 years ago
- c6fe983 When sitecustomize.py fails, don't make all of site.py fail, by Guido van Rossum · 18 years ago
- e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
- d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
- f431278 test_bsddb runs fine on darwin. by Guido van Rossum · 18 years ago
- 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
- bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
- cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
- 4011a24 Fix non-C89-compatible syntax. by Guido van Rossum · 18 years ago
- e171965 For posterity, here's a list of currently failing tests in py3k. by Guido van Rossum · 18 years ago
- 3b843cc Make unit tests pass: replace apply() and adapt to different attribute message. by Guido van Rossum · 18 years ago
- 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
- 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
- bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
- 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 18 years ago
- ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
- 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- d033ddf Get rid of the last mention of WITH_CYCLE_GC that I could find. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 1ba5b3b Merged revisions 46607-46608 via svnmerge from 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
- 60254fe While testing absolute and relative imports, remember that absolute imports 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
- 7c3bccd Prep for initial svnmerge.py run. by Thomas Wouters · 19 years ago
- 08e8b7a Comment out debug print. by Guido van Rossum · 19 years ago
- 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 19 years ago
- 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 19 years ago
- a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 19 years ago
- 5584245 Some of the test cases were failing due to the busted (relative) import. by Neal Norwitz · 19 years ago
- cab1097 __coerce__ is gone, there's nothing to test. by Neal Norwitz · 19 years ago
- 13e5721 Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. by Guido van Rossum · 19 years ago
- 1b283c5 Change C code to use 4-space indents. by Brett Cannon · 19 years ago
- d624f18 Added much functionality to the bytes type. by Guido van Rossum · 19 years ago
- e06b6b8 Fix a leak and a buglet discovered by Thomas. by Guido van Rossum · 19 years ago
- 5f6f27d Fix test_main function so test_bytes can be run by regrtest.py. by Thomas Wouters · 19 years ago
- 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 19 years ago
- d603f64 Delete test_coercion.py. Coercion is dead, so this test is useless. by Guido van Rossum · 19 years ago
- d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 19 years ago
- 13247bf Add empty __init__ methods for stateful multibytecodec instances. by Hye-Shik Chang · 19 years ago
- 6da4856 Fix test_scriptpackage with pure will power. by Guido van Rossum · 19 years ago
- c350d1a Commit regenerated Python-ast.c. by Thomas Wouters · 19 years ago
- 7ec155f Fix relative import. This fixes test_sax.py. by Guido van Rossum · 19 years ago