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