1. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  2. 591c921 merge 3.2 by Benjamin Peterson · 12 years ago
  3. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  4. 67f7a5a merge 3.2 by Benjamin Peterson · 12 years ago
  5. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  6. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  7. 275c848 merge heads by Benjamin Peterson · 12 years ago
  8. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  9. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  10. 08d8434 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  11. 64085e3 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  12. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  13. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  14. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  15. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  16. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  17. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  18. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  19. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  20. 796c443 Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  21. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  22. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  23. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  24. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  25. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  26. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  27. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  28. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  29. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  30. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  31. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  32. 646eb1e Merge with 3.2 for issue #16262 by Ross Lagerwall · 12 years ago
  33. 1b863eb Fix regression from issue #16262 by Ross Lagerwall · 12 years ago
  34. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  35. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  36. 6c1da82 merge by Brett Cannon · 12 years ago
  37. f873d7c Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so by Brett Cannon · 12 years ago
  38. 6294305 Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  39. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  40. 484adb5 Merged upstream changes. by Vinay Sajip · 12 years ago
  41. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  42. ff65a10 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. by Georg Brandl · 12 years ago
  43. 6a935d9 merge heads by Georg Brandl · 12 years ago
  44. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  45. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  46. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  47. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  48. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  49. 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
  50. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  51. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  52. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  53. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  54. 01f47e8 Add a autobuild-quick target that only rebuilds HTML. by Georg Brandl · 12 years ago
  55. ab5da6a merge with 3.2 by Georg Brandl · 12 years ago
  56. fffc25d #8040: fix jQuery incompatibility by Georg Brandl · 12 years ago
  57. 74076cb #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  58. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  59. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  60. 971ba4c #16337: fix typo. by Ezio Melotti · 12 years ago
  61. edde409 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  62. e5b1023 #8040: fix the version. by Ezio Melotti · 12 years ago
  63. fe71bb5 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  64. 58864b3 #8040: enable the versionswitcher for the autobuild-dev target. by Ezio Melotti · 12 years ago
  65. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  66. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  67. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  68. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  69. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  70. bc876a2 Automated merge with file:///home/vagrant/3.3 by Senthil Kumaran · 12 years ago
  71. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  72. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  73. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  74. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  75. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  76. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  77. 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
  78. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  79. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  80. 6a65bcd Add Modules/_freeze_importlib to .gitignore by Petri Lehtinen · 12 years ago
  81. 0ada6f1 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  82. a5941f8 #16206: merge with 3.2. by Ezio Melotti · 12 years ago
  83. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  84. 8b0f3ad Merge from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  85. c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  86. 039e0cd Issue #16305: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  87. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 12 years ago
  88. 9819105 Update NEWS for issue #16241 by Andrew Svetlov · 12 years ago
  89. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  90. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  91. f0ef7fe Fixed whitespace typo in Misc/NEWS. by Vinay Sajip · 12 years ago
  92. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  93. e6e96ee #16245: Fix the value of a few entities in html.entities.html5. by Ezio Melotti · 12 years ago
  94. 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  95. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  96. 518dbfd Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia. by Ezio Melotti · 12 years ago
  97. b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 12 years ago
  98. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  99. abb0feb Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. by Kristjan Valur Jonsson · 12 years ago
  100. 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago