1. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  2. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  3. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 12 years ago
  4. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  5. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  6. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 12 years ago
  7. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 12 years ago
  8. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  9. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  10. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  11. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  12. b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  13. 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 12 years ago
  14. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  15. 633b32a put PyImportErrorObject with its brothers by Benjamin Peterson · 12 years ago
  16. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  17. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  18. 507776e Post-release update. by Georg Brandl · 12 years ago
  19. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  20. 0069bab Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant by Eli Bendersky · 12 years ago
  21. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  22. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  23. d3fca8e Post-release update. by Georg Brandl · 12 years ago
  24. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  25. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  26. 192195a Merge with 3.2 (Issue #14387) by Kristján Valur Jónsson · 12 years ago
  27. aa589b3 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  28. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  29. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  30. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  31. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  32. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  33. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  34. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  35. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  36. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  37. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  38. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  39. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  40. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  41. b4a9237 Fix regression after c8d1df9ac987 (PPC buildbot) by Antoine Pitrou · 12 years ago
  42. 0644741 Fix a comment: PySequence_Fast() creates a list, not a tuple. by Larry Hastings · 12 years ago
  43. ab8f392 3.3.0a1 is done. by Georg Brandl · 12 years ago
  44. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 12 years ago
  45. c9590ad Close #14085: remove assertions from PyUnicode_WRITE macro by Victor Stinner · 12 years ago
  46. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  47. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  48. 9bd126a the days of pre-standard C compilers are gone by Benjamin Peterson · 12 years ago
  49. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  50. 48605a6 3.2.3rc1 done by Georg Brandl · 12 years ago
  51. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  52. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  53. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  54. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  55. 528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  56. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  57. d9a3591 merge 3.2 by Benjamin Peterson · 12 years ago
  58. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  59. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  60. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  61. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  62. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  63. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 12 years ago
  64. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 12 years ago
  65. ccd5715 PEP 410 by Victor Stinner · 12 years ago
  66. ed27785 Issue #13706: Add assertions to detect bugs earlier by Victor Stinner · 12 years ago
  67. 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 12 years ago
  68. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 12 years ago
  69. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 12 years ago
  70. fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 12 years ago
  71. 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 12 years ago
  72. c0beabc move LINENO define to where it actually belongs by Benjamin Peterson · 12 years ago
  73. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  74. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  75. f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 13 years ago
  76. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  77. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  78. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  79. 76e1bb0 Fix indenting by Nick Coghlan · 13 years ago
  80. 77b1ecf Silence compilation warnings on Windows by Amaury Forgeot d'Arc · 13 years ago
  81. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  82. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  83. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  84. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 13 years ago
  85. 80bc72d fix PyCompactUnicodeObject doc (test) by Victor Stinner · 13 years ago
  86. 52e2cc8 backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum by Victor Stinner · 13 years ago
  87. 0ba5af2 Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum by Victor Stinner · 13 years ago
  88. 1b57967 Issue #13560: Locale codec functions use the classic "errors" parameter, by Victor Stinner · 13 years ago
  89. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 13 years ago
  90. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 13 years ago
  91. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 13 years ago
  92. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 13 years ago
  93. 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 13 years ago
  94. 16e6a80 PyUnicode_Resize(): warn about canonical representation by Victor Stinner · 13 years ago
  95. b0a82a6 Fix PyUnicode_Resize() for compact string: leave the string unchanged on error by Victor Stinner · 13 years ago
  96. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  97. 7a9105a resize_copy() now supports legacy ready strings by Victor Stinner · 13 years ago
  98. 24c74be PyUnicode_IS_ASCII() macro ensures that the string is ready by Victor Stinner · 13 years ago
  99. 04f6974 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  100. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago