1. 739e2ad Additional test for formatting code. by Eric Smith · 17 years ago
  2. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  3. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  4. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  5. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  6. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  7. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  8. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  9. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  10. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  11. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  12. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  13. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  14. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  15. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  16. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  17. e5e80b8 Kill u"..." string quotes. Thought I already did that. by Guido van Rossum · 17 years ago
  18. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  19. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  20. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  21. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  22. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  24. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  25. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 18 years ago
  26. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 18 years ago
  27. cd70eee Another fix. Partly reverted the tweaks done by the previous fix. by Guido van Rossum · 18 years ago
  28. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  29. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  30. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  31. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  32. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  33. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  34. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  35. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  36. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  37. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  38. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  39. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  40. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  41. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  42. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  45. d910855 Remove apply() by Neal Norwitz · 19 years ago
  46. 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 19 years ago
  47. cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 19 years ago
  48. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  49. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  50. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  51. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  52. 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 19 years ago
  53. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  54. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 20 years ago
  55. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  56. fee7b93 Use decorators. by Guido van Rossum · 20 years ago
  57. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  58. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  59. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  60. aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 20 years ago
  61. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  62. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  63. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  64. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  65. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  66. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  67. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 21 years ago
  68. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  69. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  70. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  71. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  72. c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 21 years ago
  73. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  74. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  75. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
  76. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  77. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
  78. 357981e Add a few errors tests for range(). by Walter Dörwald · 22 years ago
  79. 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 22 years ago
  80. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 22 years ago
  81. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  82. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 22 years ago
  83. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 22 years ago
  84. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
  85. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 22 years ago
  86. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 22 years ago
  87. 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 22 years ago
  88. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 22 years ago
  89. abcb0c0 Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 22 years ago
  90. bf51707 Fix comment typos by Walter Dörwald · 22 years ago
  91. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 22 years ago
  92. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 22 years ago
  93. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  94. 3bead09 Initial revision by Guido van Rossum · 33 years ago