1. 4c668ed Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  2. 796c443 Merge: fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  3. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  4. 7ff2094 merge 3.3 (#16369) by Benjamin Peterson · 12 years ago
  5. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  6. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  7. 7a6d7cf Issue #9566: Use the right type to fix a compiler warnings on Win64 by Victor Stinner · 12 years ago
  8. 56cb125 Issue #9566: Explicit downcast to fix compiler warnings on Win64 by Victor Stinner · 12 years ago
  9. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  10. d2217a8 Issue #15721: apply PEP 384 Refactoring to tkinter module. by Andrew Svetlov · 12 years ago
  11. b9e2d3f Issue #16330: Fix compilation on Windows by Victor Stinner · 12 years ago
  12. 266f882 Issue #15478: Fix compilation on Windows by Victor Stinner · 12 years ago
  13. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  14. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  15. f138055 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  16. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  17. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  18. 9588593 Issue #16305: Merge fix from 3.3. by Mark Dickinson · 12 years ago
  19. 039e0cd Issue #16305: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  20. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 12 years ago
  21. d25b398 Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  22. 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  23. 78a59a6 Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  24. 18b7fcc Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  25. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  26. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  27. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  28. d0ad0b3 Reformat _tkinter code to follow PEP7 by Andrew Svetlov · 12 years ago
  29. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  30. 11dc6c3 Issue #15721: make _tkinter module pep384 compatible. by Andrew Svetlov · 12 years ago
  31. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  32. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  33. 784fde7 Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment. by Christian Heimes · 12 years ago
  34. ba3e4a0 Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms by Christian Heimes · 12 years ago
  35. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  36. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  37. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  38. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  39. d8463e9 merge by Christian Heimes · 12 years ago
  40. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  41. 8fb9f4c Get rid of circular import and eliminate unprefixed exported symbols by Richard Oudkerk · 12 years ago
  42. 09c61be Remove unused functions from _tkinter. by Andrew Svetlov · 12 years ago
  43. 885dc28 Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. by Andrew Svetlov · 12 years ago
  44. 9dc5bdd Utilize Py_RETURN_NONE in _tkinter module. by Andrew Svetlov · 12 years ago
  45. ff9c54a Issue #16096: Merge fixes from 3.3. by Mark Dickinson · 12 years ago
  46. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  47. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  48. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  49. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  50. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  51. 6efe9df Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  52. bf0f344 Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  53. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  54. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  55. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  56. 997adb5 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  57. ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  58. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  59. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  60. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  61. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
  62. 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  63. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  64. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  65. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  66. 5f62aaa Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  67. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  68. a0346e5 Support gcc's -ansi flag: use "__asm__" instead of "asm". by Stefan Krah · 12 years ago
  69. e59aa8c Revert 29506c7db353 (build output should be accurate). by Stefan Krah · 12 years ago
  70. 5c9a589 merge by Christian Heimes · 12 years ago
  71. 72c9946 Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C by Christian Heimes · 12 years ago
  72. 16dd524 Merge 3.3. by Stefan Krah · 12 years ago
  73. e65676b Merge 3.3. by Stefan Krah · 12 years ago
  74. c7d9bde Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C by Christian Heimes · 12 years ago
  75. 2118a01 Merge 3.3. by Stefan Krah · 12 years ago
  76. 9a3f05e Make it clear that the pi function is modified for benchmarking purposes. by Stefan Krah · 12 years ago
  77. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  78. 6b6a1df Restore the benchmark order to avoid waiting for decimal.py if just the by Stefan Krah · 12 years ago
  79. 6cf50c5 Fix whitespace. by Brett Cannon · 12 years ago
  80. 63092fe Fix whitespace. by Brett Cannon · 12 years ago
  81. d266c44 Make the decimal bench file run under Python 2.7. by Brett Cannon · 12 years ago
  82. 49d1302 merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  83. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  84. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  85. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  86. 3b9493b Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 12 years ago
  87. 91ceece Use C-style comments (required for the AIX build slave). by Stefan Krah · 12 years ago
  88. 7e6523f Use C-style comments. by Stefan Krah · 12 years ago
  89. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  90. 57caede Issue #15973: fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  91. 9b9ed86 merged 3.2 by Alexander Belopolsky · 12 years ago
  92. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 12 years ago
  93. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  94. 1c47222 merge by Christian Heimes · 12 years ago
  95. 5cb31c9 Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  96. 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 12 years ago
  97. 6d10b4d #15796: merge with 3.2. by Ezio Melotti · 12 years ago
  98. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  99. 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  100. 6f3e5e4 remove useless and defined initialization (closes #15921) by Benjamin Peterson · 12 years ago