1. 678fa9f Package zip_cp437_header.zip. Don't try to package subprocessdata/*.py twice. by Martin v. Löwis · 14 years ago
  2. 7e8fe96 Tagging 3.2rc1. by Georg Brandl · 14 years ago
  3. 533aa25 Merged revisions 88036 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 50dc65f Merged revisions 88036 via svnmerge from by Antoine Pitrou · 14 years ago
  5. d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
  6. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  7. 23e924f Fix "make suspicious" errors and update ignore file. by Georg Brandl · 14 years ago
  8. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  9. 6dc50f3 Update to 1.0.7. by Georg Brandl · 14 years ago
  10. 5cc3dcb Update pydoc topics. by Georg Brandl · 14 years ago
  11. 9989d85 Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  12. fb7bc3d Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 14 years ago
  14. f5cf435 Nits by Antoine Pitrou · 14 years ago
  15. 7338709 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 14 years ago
  16. 3acd3e9 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
  18. bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
  19. 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
  20. f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
  21. 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
  22. 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
  23. 126c8b4 Avoid ResourceWarnings in ccbench by Antoine Pitrou · 14 years ago
  24. 6a002c0 Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. by Antoine Pitrou · 14 years ago
  25. 5bcc563 Merged revisions 88009 via svnmerge from by Eli Bendersky · 14 years ago
  26. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  27. 22c3366 Add self to mac platform area in maintainers.rst. by Ned Deily · 14 years ago
  28. 7f15fa9 Remove spurious copy of Mac/IDLE/idlemain.py left over from by Ned Deily · 14 years ago
  29. 4f7ff78 #10843: Update third-party library versions used in OS X 32-bit by Ned Deily · 14 years ago
  30. 916f2a8 #10843: Install the Tools directory on OS X in the applications by Ned Deily · 14 years ago
  31. 2272670 #10907: Update OS X installer build README to better reflect by Ned Deily · 14 years ago
  32. 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
  33. 78ae1fb Merged revisions 87968,87971-87975 via svnmerge from by Antoine Pitrou · 14 years ago
  34. c598296 Issue #4953: add the author of the patch by Victor Stinner · 14 years ago
  35. c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 14 years ago
  36. f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) by Victor Stinner · 14 years ago
  37. 5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not by Victor Stinner · 14 years ago
  38. 1d87deb test_urlparse: add tests for encoding and errors arguments by Victor Stinner · 14 years ago
  39. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  40. 39be2a5 Merged revisions 87993 via svnmerge from by Eli Bendersky · 14 years ago
  41. 44a6c16 Merged revisions 87991 via svnmerge from by Eli Bendersky · 14 years ago
  42. 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  43. f274eea Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  44. 0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 by Eli Bendersky · 14 years ago
  45. cc75a86 Issue #9268: Documented -m pickletools usage. by Alexander Belopolsky · 14 years ago
  46. d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  47. cbb8089 Issue #10899: Move function type annotations into docstrings. by Raymond Hettinger · 14 years ago
  48. 37a80dc Fix the example output of count(). by Georg Brandl · 14 years ago
  49. 7f45ada Merged revisions 87984 via svnmerge from by Georg Brandl · 14 years ago
  50. ee31e31 Add semicolon for consistency. by Georg Brandl · 14 years ago
  51. 4d73b57 More PEP 8: no space around "=" in argument lists. by Georg Brandl · 14 years ago
  52. 547d485 plug reference leak by Benjamin Peterson · 14 years ago
  53. 00fa039 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  54. cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  55. d2b03e1 Backport 87978: Do not expose function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  56. 3c94024 Issue #10899: No function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  57. 1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) by Antoine Pitrou · 14 years ago
  58. 98c62bd A better message again by Antoine Pitrou · 14 years ago
  59. e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 14 years ago
  60. 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 14 years ago
  61. aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 14 years ago
  62. 3b6e831 Remove the funky function annotation from numbers.py. by Raymond Hettinger · 14 years ago
  63. 219c300 Remove the funky function annotation from numbers.py. by Raymond Hettinger · 14 years ago
  64. 45545f7 Fix the expected memory use of utf-8 encoding. Also, release the by Antoine Pitrou · 14 years ago
  65. 3bce13d Remove the function annotations from _abcoll.py by Raymond Hettinger · 14 years ago
  66. b3d89a4 Remove function annotations that slipped into _abcoll. by Raymond Hettinger · 14 years ago
  67. ecb6e81 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  68. 9810427 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  69. a53d2ac Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  70. f4676b0 Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  71. 8bc59fa Merged revisions 87958 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 23b628e use PyErr_SetString instead of PyErr_Format by Benjamin Peterson · 14 years ago
  73. b633eab Merged revisions 87958 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Antoine Pitrou · 14 years ago
  75. 287d1fd Issue #10225: Fixed the simple mistakes in doctests. by Alexander Belopolsky · 14 years ago
  76. 9b911ca Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  77. de36871 Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  78. 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
  79. 5e8dada oops, wrong class by Benjamin Peterson · 14 years ago
  80. 1c02a44 move this test to test_descr; it's not abc specific by Benjamin Peterson · 14 years ago
  81. 6e1d0a8 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 0551144 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 14 years ago
  83. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  84. e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) by Nick Coghlan · 14 years ago
  85. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  86. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  87. 4ea1aac Reverted r87944 - issue #5109 should not have been backported by Alexander Belopolsky · 14 years ago
  88. 830c85d Merged revisions 87942 via svnmerge from by Alexander Belopolsky · 14 years ago
  89. 524359f Add comment. by Raymond Hettinger · 14 years ago
  90. ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
  91. cf8a382 Update the email section by Raymond Hettinger · 14 years ago
  92. 9767365 Update the datetime and time section. by Raymond Hettinger · 14 years ago
  93. 3a8ae5f Clean-up threading.Barrier example. by Raymond Hettinger · 14 years ago
  94. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago
  95. d501dde Merged revisions 82547 via svnmerge from by Alexander Belopolsky · 14 years ago
  96. 7be05b2 Merged revisions 82547 via svnmerge from by Alexander Belopolsky · 14 years ago
  97. 2d47ef6 Synchronize maintainers file by Éric Araujo · 14 years ago
  98. cff7e2f Synchronize maintainers file by Éric Araujo · 14 years ago
  99. a3e8f3d Typo. by Eric Smith · 14 years ago
  100. 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 14 years ago