1. 79ba471 bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) by Serhiy Storchaka · 7 years ago
  2. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 7 years ago
  3. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 7 years ago
  4. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 7 years ago
  5. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 7 years ago
  6. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  7. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  8. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  9. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  10. 4887523c Issue #24692: Add more tests for types.coroutine by Yury Selivanov · 9 years ago
  11. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  12. 53e6230 Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine by Yury Selivanov · 9 years ago
  13. f847f1f Issue #24400, #24325: More tests for types._GeneratorWrapper by Yury Selivanov · 9 years ago
  14. 00e3372 Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation. by Yury Selivanov · 9 years ago
  15. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  16. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  17. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  18. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  19. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  20. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  21. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  22. a12572f Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  23. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 10 years ago
  24. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  25. 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 10 years ago
  26. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 10 years ago
  27. 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 11 years ago
  28. b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 11 years ago
  29. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  30. 43f8f4c renmae test method to avoid conflict (#16056) by Benjamin Peterson · 12 years ago
  31. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  32. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  33. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  34. 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 14 years ago
  35. 0e10206 basicsize and itemsize are Py_ssize_t #9688 by Benjamin Peterson · 14 years ago
  36. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  37. abb28c6 Merged revisions 78349 via svnmerge from by Eric Smith · 14 years ago
  38. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  39. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  40. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  41. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  42. 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 15 years ago
  43. 937491d Merged revisions 71802 via svnmerge from by Eric Smith · 15 years ago
  44. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  45. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  46. 2ad79e8 Merged revisions 65125 via svnmerge from by Eric Smith · 16 years ago
  47. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  48. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  49. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  50. b1ebcc6 Forward port of r64958. by Eric Smith · 16 years ago
  51. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  52. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  53. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  54. b2c7af8 Merged revisions 62586 via svnmerge from by Eric Smith · 16 years ago
  55. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  56. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  57. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  58. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  59. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  60. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  61. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  62. d1ea73b Make test_types.py pass. by Guido van Rossum · 17 years ago
  63. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  64. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  65. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  66. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  67. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  68. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 18 years ago
  69. 5a59d88 Whitespace normalization. by Tim Peters · 20 years ago
  70. 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 20 years ago
  71. 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 20 years ago
  72. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  73. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  74. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  75. 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 20 years ago
  76. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  77. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  78. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 21 years ago
  79. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  80. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  81. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  82. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 21 years ago
  83. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  84. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  85. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  86. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  87. babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
  88. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
  89. a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
  90. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  91. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  92. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  93. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  94. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  95. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  96. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  97. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  98. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 22 years ago
  99. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  100. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 22 years ago