1. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  2. 17301e9 Issue 2186 and 2187. Move filter from itertools to builtins. by Raymond Hettinger · 16 years ago
  3. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  4. cd5da7d Make print docstring consistent with its docs. by Georg Brandl · 16 years ago
  5. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 16 years ago
  6. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 16 years ago
  7. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 16 years ago
  8. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 16 years ago
  9. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 16 years ago
  10. 819b8bf More PyImport_ImportModule -> PyImport_ImportModuleNoBlock by Christian Heimes · 17 years ago
  11. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  12. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  13. 94b7d3d Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to Joseph for the fix by Christian Heimes · 17 years ago
  14. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  15. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  16. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  17. c896700 Partial fix for bug #1306 by Christian Heimes · 17 years ago
  18. 91c7730 Fixed bug in input() which broke pdb by Christian Heimes · 17 years ago
  19. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  20. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  21. fef9bba Another #1415 fix for Windows GUI apps by Christian Heimes · 17 years ago
  22. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  23. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  24. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  25. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  26. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  27. 4a7b5d5 Decode input() with stdin.encoding. Fixes #1097. by Martin v. Löwis · 17 years ago
  28. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  29. c2550c7 Remove chr8, we're not likely to need it at this point by Neal Norwitz · 17 years ago
  30. 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
  31. 56e4a84 Added test to ensure __format__ methods return unicode objects. by Eric Smith · 17 years ago
  32. a4b8d1d Some changes in preparation of stricter rules about mixing str and bytes. by Guido van Rossum · 17 years ago
  33. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  34. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  35. 15d3d04 Before calling _PyType_Lookup() the type needs to be initialized. by Guido van Rossum · 17 years ago
  36. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  37. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  38. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  39. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  40. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  41. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  42. 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 17 years ago
  43. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  44. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  45. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  46. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  47. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  48. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  49. e7efd59 Make the name of the C variables match the Python names by Walter Dörwald · 17 years ago
  50. eba7696 Make input9) behave properly with the new I/O library. by Guido van Rossum · 17 years ago
  51. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  52. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  53. 390bd7c Oops. unicode() builtin was still around. by Guido van Rossum · 17 years ago
  54. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  55. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  56. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  57. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  58. 7fcf224 Add 8-bit chr() back as chr8(). by Guido van Rossum · 17 years ago
  59. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  60. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  61. 938ef57 Kill unichr() itself. by Guido van Rossum · 17 years ago
  62. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  63. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  64. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  65. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  66. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  67. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  68. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 17 years ago
  69. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 17 years ago
  70. 257d3d9 Fix leak in the print function. by Georg Brandl · 17 years ago
  71. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  72. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  73. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  74. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  75. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  76. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  77. 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
  78. 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
  79. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  80. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  81. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  82. 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago
  83. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  84. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  85. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  86. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  87. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  88. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  89. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  90. d910855 Remove apply() by Neal Norwitz · 18 years ago
  91. 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 18 years ago
  92. cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 18 years ago
  93. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  94. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  95. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  96. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  97. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 18 years ago
  98. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  99. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  100. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago