1. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  2. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  3. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  4. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  5. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  6. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  7. 894499f Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 11 years ago
  8. 3ff4571 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 11 years ago
  9. 9a11f17 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 11 years ago
  10. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  11. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 12 years ago
  12. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  13. c585eec Fix test that depends on a particular implementation of random.choice(). by Raymond Hettinger · 14 years ago
  14. 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
  15. 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
  16. 371ccfb Merged revisions 67954 via svnmerge from by Benjamin Peterson · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  19. 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
  20. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  21. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  22. 28de64f Remove defunct parts of the random module by Raymond Hettinger · 16 years ago
  23. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  24. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  25. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  26. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  27. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  28. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  29. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  30. 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
  31. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  32. c420b2f Fix another test. by Guido van Rossum · 17 years ago
  33. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  34. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  35. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  36. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  37. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  38. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  39. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  42. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  43. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  44. f21c8ed Add comment lost from AST merge by Neal Norwitz · 19 years ago
  45. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  46. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  47. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 19 years ago
  48. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 19 years ago
  49. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  50. c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 20 years ago
  51. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  52. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  53. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago
  54. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  55. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  56. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  57. 56d1266 Add tests for weakref support for generator-iterators. by Fred Drake · 22 years ago
  58. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  59. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  60. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  61. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  62. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  63. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  64. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  65. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  66. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  67. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  68. e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
  69. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  70. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  71. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  72. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  73. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  74. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  75. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  76. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  77. 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago
  78. 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 23 years ago
  79. c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 23 years ago
  80. be4f0a7 Added a simple but general backtracking generator (conjoin), and a couple by Tim Peters · 23 years ago
  81. 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
  82. f6ed074 This no longer leaks memory when run in an infinite loop. However, by Tim Peters · 23 years ago
  83. e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
  84. b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
  85. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  86. 2106ef0 Repair indentation in comment. by Tim Peters · 23 years ago
  87. b2bc6a9 Added a "generate k-combinations of a list" example posted to c.l.py. by Tim Peters · 23 years ago
  88. ea2e97a New tests to provoke SyntaxErrors unique to generators. Minor fiddling by Tim Peters · 23 years ago
  89. ee30927 Another variant of the 2-3-5 test, mixing generators with a LazyList class. by Tim Peters · 23 years ago
  90. b9e9ff1 More tests. by Tim Peters · 23 years ago
  91. 0f9da0a Add a recursive Sieve of Eratosthenes prime generator. Not practical, by Tim Peters · 23 years ago
  92. 6ba5f79 Add all the examples from PEP 255, and a few email examples. by Tim Peters · 23 years ago
  93. 1def351 New std test for generators, initially populated with doctests NeilS put by Tim Peters · 23 years ago