1. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  2. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  3. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  4. 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
  5. 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
  6. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  7. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  8. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  9. 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago
  10. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  11. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  12. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  13. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  16. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  17. d910855 Remove apply() by Neal Norwitz · 18 years ago
  18. 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 18 years ago
  19. 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
  20. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  21. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  22. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  23. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  24. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 18 years ago
  25. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  26. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  27. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  28. 6f0d479 Fix an int/long mismatch identified here: by Neal Norwitz · 19 years ago
  29. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  30. 3a9a3e7 Fix memory leaks by Neal Norwitz · 19 years ago
  31. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  32. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  33. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  34. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  35. 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
  36. 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
  37. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  38. e35b657 Fix cleanup DECREF logic in builtin_filter function. by Georg Brandl · 19 years ago
  39. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  40. 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
  41. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  42. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  43. fd39ad4 Patch #1005468: Disambiguate "min() or max()" exception string. by Martin v. Löwis · 20 years ago
  44. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  45. 52db519 for some reason, the lack of adherence to Python's C whitespace rules by Michael W. Hudson · 20 years ago
  46. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  47. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  48. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  49. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  50. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  51. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  52. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 21 years ago
  53. b86269d Apply pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  54. 77f3c87 Apply map/zip pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  55. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  56. d75ede3 Remove the PendingDeprecationWarning from apply(). apply() will by Fred Drake · 21 years ago
  57. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  58. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  59. a253e18 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 21 years ago
  60. a2777d3 Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes by Alex Martelli · 21 years ago
  61. 5cf6394 Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 21 years ago
  62. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  63. 364f6be Correct check of PyUnicode_Resize() return value. by Jeremy Hylton · 21 years ago
  64. 1aad9c7 Reflow long lines and reformat. by Jeremy Hylton · 21 years ago
  65. c58a3a1 Fix a crash: when sq_item failed the code continued blindly and used the by Walter Dörwald · 21 years ago
  66. 6897355 Make filter(bool, ...) as fast as filter(None, ...). by Neil Schemenauer · 21 years ago
  67. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  68. a9b9c9f some more error-message enhancements by Alex Martelli · 21 years ago
  69. f471d47 complete and clarify some error messages for range() by Alex Martelli · 21 years ago
  70. 41c9f88 fixed a potential refcount bug (thanks Raymond!). by Alex Martelli · 21 years ago
  71. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  72. 28e83e3 Some errors from range() should be TypeError, not ValueError. by Guido van Rossum · 21 years ago
  73. 817d6c9 Prompted by Tim's comment, when handle_range_longs() sees an by Guido van Rossum · 21 years ago
  74. 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 21 years ago
  75. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  76. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  77. 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 21 years ago
  78. 3e59076 Fix SF bug #690435, apply fails to check if warning raises exception by Neal Norwitz · 21 years ago
  79. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  80. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 21 years ago
  81. 2c646c9 Squashed compiler wng about signed/unsigned clash in comparison. by Tim Peters · 21 years ago
  82. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 21 years ago
  83. b9b8e9c My previous checkin caused compile() to no longer accept buffers, as noted by Just van Rossum · 21 years ago
  84. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 21 years ago
  85. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 22 years ago
  86. 531e000 PyUnicode_Resize() doesn't free its argument in case of a failure, by Walter Dörwald · 22 years ago
  87. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 22 years ago
  88. 94c30c0 SF #661437, apply() should get PendingDeprecation by Neal Norwitz · 22 years ago
  89. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 22 years ago
  90. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  91. bbfb910 Make error message more specific for min() and max(). Suggested by MvL. by Raymond Hettinger · 22 years ago
  92. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  93. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  94. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  95. 4c01342 execfile should call PyErr_SetFromErrnoWithFilename instead of by Peter Schneider-Kamp · 22 years ago
  96. c7903a1 A nice little speed-up for filter(): by Guido van Rossum · 22 years ago
  97. 31d2df5 Patch #550192: Set softspace to 0 in raw_input(). by Martin v. Löwis · 22 years ago
  98. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  99. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  100. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago