1. 97f1efb bpo-35169: Improve error messages for forbidden assignments. (GH-10342) by Serhiy Storchaka · 6 years ago
  2. 4cc3eb4 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Isaiah Peng · 6 years ago
  3. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  4. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  5. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  6. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  7. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  8. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  9. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  10. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  11. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  12. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  13. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  14. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  15. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 8 years ago
  16. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  17. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  18. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  19. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  20. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  21. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  22. 13a1c60 Merge 3.4 (generator) by Victor Stinner · 10 years ago
  23. 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 10 years ago
  24. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  25. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  26. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  27. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  28. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  29. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  30. 894499f Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 12 years ago
  31. 3ff4571 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 12 years ago
  32. 9a11f17 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 12 years ago
  33. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  34. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  35. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  36. c585eec Fix test that depends on a particular implementation of random.choice(). by Raymond Hettinger · 14 years ago
  37. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  38. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  39. 371ccfb Merged revisions 67954 via svnmerge from by Benjamin Peterson · 16 years ago
  40. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  41. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  42. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  43. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  44. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  45. 28de64f Remove defunct parts of the random module by Raymond Hettinger · 17 years ago
  46. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  47. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  48. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  49. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  50. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  51. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  52. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  53. 42dae6a Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163. by Collin Winter · 17 years ago
  54. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  55. c420b2f Fix another test. by Guido van Rossum · 17 years ago
  56. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  57. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  58. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  59. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  60. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  61. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  62. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  63. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  64. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  65. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  66. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  67. f21c8ed Add comment lost from AST merge by Neal Norwitz · 19 years ago
  68. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  69. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  70. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 19 years ago
  71. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 19 years ago
  72. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  73. c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 20 years ago
  74. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  75. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  76. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago
  77. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  78. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  79. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  80. 56d1266 Add tests for weakref support for generator-iterators. by Fred Drake · 22 years ago
  81. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  82. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  83. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  84. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  85. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  86. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  87. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  88. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  89. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  90. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  91. e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
  92. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  93. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  94. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  95. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  96. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  97. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  98. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  99. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  100. 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago