1. 5ebe65f Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  2. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  3. 1511a5a Merge issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  4. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  5. 700835a Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  6. 2e99d63 Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  7. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  8. 73ee816 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  9. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  10. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  11. 312c95f merge heads by Benjamin Peterson · 12 years ago
  12. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  13. d06d540 Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion. by Vinay Sajip · 12 years ago
  14. a889d80 merge 3.3 by Benjamin Peterson · 12 years ago
  15. d87963e merge heads by Benjamin Peterson · 12 years ago
  16. 5e5bbfb merge heads by Benjamin Peterson · 12 years ago
  17. da58c3d merge 3.3 by Benjamin Peterson · 12 years ago
  18. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  19. fce2a6e Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows by Victor Stinner · 12 years ago
  20. afe1706 Issue #15478: Use source filename in OSError, not destination filename by Victor Stinner · 12 years ago
  21. a0c811e Issue #15478: Fix again to fix test_os on Windows by Victor Stinner · 12 years ago
  22. b024e84 Issue #15478: Use path_error() in more posix functions, especially in Windows by Victor Stinner · 12 years ago
  23. 7e4f122 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  24. 091bf53 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  25. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  26. cd2dc4a null merge by Andrew Svetlov · 12 years ago
  27. f9fcf02 null merge by Andrew Svetlov · 12 years ago
  28. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  29. 7ffc9aa Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  30. 1e61e58 Merge issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  31. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  32. 1d2d007 Issue #16348: merge fix from 3.3. by Mark Dickinson · 12 years ago
  33. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  34. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  35. 8781d4a merge 3.3 by Benjamin Peterson · 12 years ago
  36. 591c921 merge 3.2 by Benjamin Peterson · 12 years ago
  37. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  38. 9b80c67 merge 3.3 by Benjamin Peterson · 12 years ago
  39. 67f7a5a merge 3.2 by Benjamin Peterson · 12 years ago
  40. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  41. 7503e08 merge 3.3 (#16345) by Benjamin Peterson · 12 years ago
  42. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  43. 275c848 merge heads by Benjamin Peterson · 12 years ago
  44. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  45. 9c3f503 Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module. by Mark Dickinson · 12 years ago
  46. a28cf6f merge heads by Benjamin Peterson · 12 years ago
  47. 742b2f8 make PyGrammar_LabelRepr return a const char * (closes #16369) by Benjamin Peterson · 12 years ago
  48. 0a4dfc3 Merge issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  49. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  50. 1a2b945 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  51. 08d8434 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  52. 64085e3 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  53. ace7db1 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  54. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  55. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  56. ced4d3a Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  57. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  58. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  59. 7258e13 Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  60. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  61. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  62. 23a4c79 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  63. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  64. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  65. 4c668ed Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  66. 796c443 Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  67. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  68. dcff386 Merge: fix typo in mock docs. by Andrew Svetlov · 12 years ago
  69. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  70. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  71. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  72. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  73. 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
  74. 7ff2094 merge 3.3 (#16369) by Benjamin Peterson · 12 years ago
  75. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  76. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  77. bfa664c #12890: fix test on windows by R David Murray · 12 years ago
  78. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  79. bd54f0e Issue #15478: Fix test_os on FreeBSD by Victor Stinner · 12 years ago
  80. f69055e Issue #15478: Fix test_os on Windows (os.chown is missing) by Victor Stinner · 12 years ago
  81. 7a6d7cf Issue #9566: Use the right type to fix a compiler warnings on Win64 by Victor Stinner · 12 years ago
  82. 56cb125 Issue #9566: Explicit downcast to fix compiler warnings on Win64 by Victor Stinner · 12 years ago
  83. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  84. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  85. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  86. d2217a8 Issue #15721: apply PEP 384 Refactoring to tkinter module. by Andrew Svetlov · 12 years ago
  87. b9e2d3f Issue #16330: Fix compilation on Windows by Victor Stinner · 12 years ago
  88. 266f882 Issue #15478: Fix compilation on Windows by Victor Stinner · 12 years ago
  89. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  90. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  91. a5e7cd0 Merge 3.3 by Brian Curtin · 12 years ago
  92. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  93. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  94. f138055 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  95. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  96. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  97. 2bb842a Merge with 3.3 for issue #16262 by Ross Lagerwall · 12 years ago
  98. 646eb1e Merge with 3.2 for issue #16262 by Ross Lagerwall · 12 years ago
  99. 1b863eb Fix regression from issue #16262 by Ross Lagerwall · 12 years ago
  100. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago