1. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  2. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  3. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  4. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 17 years ago
  5. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  6. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 17 years ago
  7. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 17 years ago
  8. b90c848 Very preliminary work on dict views. by Guido van Rossum · 17 years ago
  9. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  10. 21298cf Remove bogus INCREF of ziptuple: it is a freshly-allocated tuple object. by Martin v. Löwis · 17 years ago
  11. 14b6d92 Fix refcounting bugs related to CONVERT_BINOP. by Martin v. Löwis · 17 years ago
  12. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  13. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  14. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  15. 523d4f9 Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. by Guido van Rossum · 18 years ago
  16. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  17. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  18. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  19. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  20. 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
  21. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  22. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  23. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  24. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  25. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  26. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  27. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  28. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  29. 59baa75 The daily ritual: fix C89 violations. by Guido van Rossum · 18 years ago
  30. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  31. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
  32. dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
  33. b6bb0c7 Implement == and != comparisons for code objects by value. by Guido van Rossum · 18 years ago
  34. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  35. 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
  36. d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
  37. 0008602 remove debugging turd. by Thomas Wouters · 18 years ago
  38. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  39. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  40. 18a67ba Fix comparing complex to non-complex numbers. by Guido van Rossum · 18 years ago
  41. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  42. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  43. d2dbecb repr() of a long int no longer produces a trailing 'L'. by Guido van Rossum · 18 years ago
  44. 4011a24 Fix non-C89-compatible syntax. by Guido van Rossum · 18 years ago
  45. 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
  46. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  47. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  48. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  49. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  50. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  51. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  52. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  53. 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 18 years ago
  54. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  55. 13e5721 Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. by Guido van Rossum · 18 years ago
  56. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  57. e06b6b8 Fix a leak and a buglet discovered by Thomas. by Guido van Rossum · 18 years ago
  58. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  59. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 18 years ago
  60. 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 18 years ago
  61. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  62. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  63. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  64. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  65. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  66. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 18 years ago
  67. 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 18 years ago
  68. a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 18 years ago
  69. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  70. 692cdbc Fix three nits found by Coverity, adding null checks and comments. by Guido van Rossum · 18 years ago
  71. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  72. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  73. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  74. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  75. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  76. 84632ee Oops, forgot to include this in the last checkin. by Neal Norwitz · 18 years ago
  77. 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 18 years ago
  78. 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 18 years ago
  79. 8b87a0b Use %ld and casts to long for refcount printing, in absense of a universally by Thomas Wouters · 18 years ago
  80. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  81. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  82. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  83. 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 18 years ago
  84. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  85. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 18 years ago
  86. d02db40 Make staticmethod and classmethod complain about keyword args. by Georg Brandl · 18 years ago
  87. c255c7b Bug #1086854: Rename PyHeapType members adding ht_ prefix. by Georg Brandl · 18 years ago
  88. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago
  89. 02cbdd3 Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in by Thomas Wouters · 18 years ago
  90. de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 18 years ago
  91. 977485d Use Py_ssize_t in helper function between Py_ssize_t-using functions. by Thomas Wouters · 18 years ago
  92. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  93. 82c5a86 Oops, this is supposed to be disabled by default. by Neal Norwitz · 18 years ago
  94. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  95. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  96. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 18 years ago
  97. 1523154 doubletounicode(), longtounicode(): by Tim Peters · 18 years ago
  98. 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 18 years ago
  99. b1410fb Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalize by Thomas Wouters · 18 years ago
  100. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago