1. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 12 years ago
  2. 2f9a9aa Clinic: Add warning for untested (and unused in CPython!) format units. by Larry Hastings · 12 years ago
  3. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 12 years ago
  4. dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor by Larry Hastings · 12 years ago
  5. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 12 years ago
  6. 8d0d369 Update Tcl/Tk to 8.6.1. by Martin v. Löwis · 12 years ago
  7. 3ed82c5 Package _overlapped. by Martin v. Löwis · 12 years ago
  8. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 12 years ago
  9. 59b7ff2 Undo (hopefully) buildbot failures by Antoine Pitrou · 12 years ago
  10. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 12 years ago
  11. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  12. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  13. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 12 years ago
  14. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 12 years ago
  15. abc716b Issue #19474: Argument Clinic now always specifies a default value for by Larry Hastings · 12 years ago
  16. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 12 years ago
  17. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 12 years ago
  18. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 12 years ago
  19. 9d5c071 #1097797: add the original mapping file by Andrew Kuchling · 12 years ago
  20. 695f07b Fix some PEP8-formatting problems in the generated code by Andrew Kuchling · 12 years ago
  21. dfcd467 Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. by Larry Hastings · 12 years ago
  22. ef3b1fb Two small, quick bugfixes for Argument Clinic. by Larry Hastings · 12 years ago
  23. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 12 years ago
  24. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 12 years ago
  25. a27af80 Merge 3.3 by Martin v. Löwis · 12 years ago
  26. bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. by Martin v. Löwis · 12 years ago
  27. c3034b1 merge 3.3 by Benjamin Peterson · 12 years ago
  28. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 12 years ago
  29. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 12 years ago
  30. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 12 years ago
  31. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 12 years ago
  32. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 12 years ago
  33. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 12 years ago
  34. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 12 years ago
  35. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  36. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 12 years ago
  37. f3a2e9f #18445: update Tools/scripts/README. by Andrew Kuchling · 12 years ago
  38. d36b515 #18445: change permissions on some scripts to executable by Andrew Kuchling · 12 years ago
  39. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 12 years ago
  40. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 12 years ago
  41. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 12 years ago
  42. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 12 years ago
  43. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 12 years ago
  44. db53ad7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  45. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
  46. 8361617 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
  47. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
  48. c9b3f6f Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
  49. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
  50. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
  51. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
  52. 53e600c Issue #17177: update checkpyc to stop using imp by Brett Cannon · 12 years ago
  53. 302b8c3 Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 12 years ago
  54. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 12 years ago
  55. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
  56. e67f8e7 Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
  57. 3bfc5f5 merge with 3.3 by Georg Brandl · 12 years ago
  58. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 12 years ago v3.3.2
  59. 1df37c6 #17833: merge with 3.3 by David Malcolm · 12 years ago
  60. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 12 years ago
  61. dbccf6a Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 12 years ago
  62. 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 12 years ago
  63. d8a5cc9 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to by Victor Stinner · 12 years ago
  64. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
  65. 5fe5b4e #17425: merge 3.3 by Martin v. Löwis · 12 years ago
  66. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 12 years ago
  67. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
  68. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  69. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  70. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  71. 151699a Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 13 years ago
  72. 859cd47 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 13 years ago
  73. b6ed173 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 13 years ago
  74. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 13 years ago
  75. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 13 years ago
  76. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 13 years ago
  77. 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 13 years ago
  78. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 13 years ago
  79. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 13 years ago
  80. 1829bb4 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 13 years ago
  81. b4fb2e2 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 13 years ago
  82. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 13 years ago
  83. e814501 Merge patchcheck changes with 3.3 by Ezio Melotti · 13 years ago
  84. 8762595 Merge patchcheck changes with 3.2 by Ezio Melotti · 13 years ago
  85. 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 13 years ago
  86. 9942e5a Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  87. 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  88. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  89. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 13 years ago
  90. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 13 years ago
  91. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 13 years ago
  92. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  93. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  94. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  95. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 13 years ago
  96. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 13 years ago
  97. 90378b4 #13301: merge with 3.3. by Ezio Melotti · 13 years ago
  98. 956c6c2 #13301: merge with 3.2. by Ezio Melotti · 13 years ago
  99. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  100. 8155f8e Issue #5765: Merge from 3.3 by Nick Coghlan · 13 years ago