1. 742b2f8 make PyGrammar_LabelRepr return a const char * (closes #16369) by Benjamin Peterson · 12 years ago
  2. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  3. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  4. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  5. 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
  6. 7ff2094 merge 3.3 (#16369) by Benjamin Peterson · 12 years ago
  7. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  8. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  9. bfa664c #12890: fix test on windows by R David Murray · 12 years ago
  10. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  11. bd54f0e Issue #15478: Fix test_os on FreeBSD by Victor Stinner · 12 years ago
  12. f69055e Issue #15478: Fix test_os on Windows (os.chown is missing) by Victor Stinner · 12 years ago
  13. 7a6d7cf Issue #9566: Use the right type to fix a compiler warnings on Win64 by Victor Stinner · 12 years ago
  14. 56cb125 Issue #9566: Explicit downcast to fix compiler warnings on Win64 by Victor Stinner · 12 years ago
  15. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  16. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  17. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  18. d2217a8 Issue #15721: apply PEP 384 Refactoring to tkinter module. by Andrew Svetlov · 12 years ago
  19. b9e2d3f Issue #16330: Fix compilation on Windows by Victor Stinner · 12 years ago
  20. 266f882 Issue #15478: Fix compilation on Windows by Victor Stinner · 12 years ago
  21. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  22. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  23. a5e7cd0 Merge 3.3 by Brian Curtin · 12 years ago
  24. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  25. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  26. f138055 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  27. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  28. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  29. 2bb842a Merge with 3.3 for issue #16262 by Ross Lagerwall · 12 years ago
  30. 646eb1e Merge with 3.2 for issue #16262 by Ross Lagerwall · 12 years ago
  31. 1b863eb Fix regression from issue #16262 by Ross Lagerwall · 12 years ago
  32. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  33. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  34. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  35. 6c1da82 merge by Brett Cannon · 12 years ago
  36. 0e8c49d merge by Brett Cannon · 12 years ago
  37. 6a85f3c Merge with 3.3 by Brett Cannon · 12 years ago
  38. f873d7c Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so by Brett Cannon · 12 years ago
  39. 8ca705d Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  40. 6294305 Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  41. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  42. 84833aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Nadeem Vawda · 12 years ago
  43. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  44. 5887959 Null merge. by Vinay Sajip · 12 years ago
  45. 484adb5 Merged upstream changes. by Vinay Sajip · 12 years ago
  46. 13e7837 Merged upstream changes. by Vinay Sajip · 12 years ago
  47. 526417f Closes #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  48. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  49. 3b80d34 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. by Georg Brandl · 12 years ago
  50. ff65a10 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. by Georg Brandl · 12 years ago
  51. 6a935d9 merge heads by Georg Brandl · 12 years ago
  52. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  53. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  54. 42b8932 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  55. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  56. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  57. 61254b9 Issue #14700: merge tests from 3.3. by Mark Dickinson · 12 years ago
  58. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  59. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  60. 7fe16b3 merge with 3.3 by Georg Brandl · 12 years ago
  61. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  62. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  63. 87c315e Merge issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  64. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  65. d94a502 Issue #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  66. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  67. 3962d5e Minor typo fix. by Georg Brandl · 12 years ago
  68. 534ca2b merge with 3.3 by Georg Brandl · 12 years ago
  69. 01f47e8 Add a autobuild-quick target that only rebuilds HTML. by Georg Brandl · 12 years ago
  70. 9e80124 merge with 3.3 by Georg Brandl · 12 years ago
  71. ab5da6a merge with 3.2 by Georg Brandl · 12 years ago
  72. fffc25d #8040: fix jQuery incompatibility by Georg Brandl · 12 years ago
  73. 7c38ec2 merge #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  74. 74076cb #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  75. 7041b99 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  76. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  77. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  78. acf1754 #16337: merge with 3.3. by Ezio Melotti · 12 years ago
  79. 971ba4c #16337: fix typo. by Ezio Melotti · 12 years ago
  80. 0f3dae4 #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  81. edde409 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  82. e5b1023 #8040: fix the version. by Ezio Melotti · 12 years ago
  83. 9375ff1 #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  84. fe71bb5 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  85. 58864b3 #8040: enable the versionswitcher for the autobuild-dev target. by Ezio Melotti · 12 years ago
  86. 1543b8c #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  87. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  88. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  89. dcd34a6 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  90. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  91. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  92. 4503713 merge from 3.3 by Senthil Kumaran · 12 years ago
  93. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  94. bc876a2 Automated merge with file:///home/vagrant/3.3 by Senthil Kumaran · 12 years ago
  95. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  96. 9617ce9 merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  97. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  98. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  99. 969684f Merge 3.3 by Hynek Schlawack · 12 years ago
  100. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago