1. b36c70c Move adding unittest test discovery command line options into their own method. by Michael Foord · 13 years ago
  2. c1f5d8a Merge by Michael Foord · 13 years ago
  3. 5f99ced Refactor unittest command line handling to always use optparse by Michael Foord · 13 years ago
  4. 17591c1 Head merge. by Łukasz Langa · 13 years ago
  5. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
  6. f28fcff adjust for change in AST type by Benjamin Peterson · 13 years ago
  7. 518cf94 merge 3.2 by Benjamin Peterson · 13 years ago
  8. 3f35846 kill this disabled code by Benjamin Peterson · 13 years ago
  9. bebcd18 merge 3.2 by Benjamin Peterson · 13 years ago
  10. bc4665e use correct naming convention by Benjamin Peterson · 13 years ago
  11. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
  12. 61a4161 merge 3.2 by Benjamin Peterson · 13 years ago
  13. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
  14. 6645f7e merge heads by Benjamin Peterson · 13 years ago
  15. 09b4bd0 merge 3.2 by Benjamin Peterson · 13 years ago
  16. 800b3aa merge heads by Benjamin Peterson · 13 years ago
  17. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
  18. e976fc7 Merge. by Eric V. Smith · 13 years ago
  19. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
  20. 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  21. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  22. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  23. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  24. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 13 years ago
  25. b4a9237 Fix regression after c8d1df9ac987 (PPC buildbot) by Antoine Pitrou · 13 years ago
  26. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  27. a08e7e1 Close #14248: fix typo. by Georg Brandl · 13 years ago
  28. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  29. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  30. eab2a50 PEP8-ize test names by Antoine Pitrou · 13 years ago
  31. 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 13 years ago
  32. 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
  33. e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 13 years ago
  34. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
  35. ba10882 Close #14232: catch mmap() failure in new_arena() of obmalloc by Victor Stinner · 13 years ago
  36. 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 13 years ago
  37. 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 13 years ago
  38. 74529ad refactor and avoid warnings by Benjamin Peterson · 13 years ago
  39. 8c43e69 Issue #14205: Document the dict lookup change in What's New in Python 3.3 by Victor Stinner · 13 years ago
  40. 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 13 years ago
  41. 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 13 years ago
  42. f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
  43. 632e9d1 null merge from 3.2 by Senthil Kumaran · 13 years ago
  44. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
  45. 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 13 years ago
  46. 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 13 years ago
  47. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 13 years ago
  48. d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 13 years ago
  49. 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
  50. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
  51. 704cae5 merge 3.2 (null) by Benjamin Peterson · 13 years ago
  52. 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 13 years ago
  53. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
  54. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 13 years ago
  55. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  56. 657e9eb make gi_running a boolean by Benjamin Peterson · 13 years ago
  57. 9fc3090 indicate we're not running as we leave this block by Benjamin Peterson · 13 years ago
  58. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
  59. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
  60. 1ae230a merge heads by Benjamin Peterson · 13 years ago
  61. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  62. 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 13 years ago
  63. 00b41fc Merge 3.2 by Éric Araujo · 13 years ago
  64. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  65. 7f4fdb2 Use ANSI C prototype instead of K&R style. by Ross Lagerwall · 13 years ago
  66. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  67. 88748d7 Issue #10951: Fix compiler warnings in _sre.c by Ross Lagerwall · 13 years ago
  68. 8c15976 Issue #10951: Fix warnings in the socket module. by Ross Lagerwall · 13 years ago
  69. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  70. d6c4340 Add todo item about hash randomization. by Georg Brandl · 13 years ago
  71. f67e494 merge by Brett Cannon · 13 years ago
  72. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 13 years ago
  73. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 13 years ago
  74. 2318699 Whitespace. by Stefan Krah · 13 years ago
  75. 4e14174 Whitespace. by Stefan Krah · 13 years ago
  76. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
  77. 2d62798 Merge by Antoine Pitrou · 13 years ago
  78. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 13 years ago
  79. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 13 years ago
  80. b9b281b Add some simple examples to the PEP 380 section of What's New by Nick Coghlan · 13 years ago
  81. 98e2070 Add PEP 414 to What's New, consolidate memoryview entries by Nick Coghlan · 13 years ago
  82. de157cc Issue #14200: Add benchmark results to text flow. by Martin v. Löwis · 13 years ago
  83. 0644741 Fix a comment: PySequence_Fast() creates a list, not a tuple. by Larry Hastings · 13 years ago
  84. 0d03478 Remove an unused variable by Victor Stinner · 13 years ago
  85. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 13 years ago
  86. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago
  87. b2c7cca Move entry to right section. Mention minidom. by Martin v. Löwis · 13 years ago
  88. b2fcd3a Added delay before record creation. by Vinay Sajip · 13 years ago
  89. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  90. 1e88f3f Merge. by Stefan Krah · 13 years ago
  91. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 13 years ago
  92. c53d624 Merge 3.2 by Éric Araujo · 13 years ago
  93. b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 13 years ago
  94. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
  95. d167123 Branch merge by Éric Araujo · 13 years ago
  96. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  97. 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
  98. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
  99. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  100. 400a968 remove f_yieldfrom access from Python (closes #13970) by Benjamin Peterson · 13 years ago