1. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 10 years ago
  2. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  3. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  4. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  5. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  6. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  7. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  8. 45d8e7b update magic number for #20625 by Benjamin Peterson · 10 years ago
  9. 065efc3 Issue #20625: Fix compilation issue by Victor Stinner · 10 years ago
  10. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 10 years ago
  11. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  12. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 10 years ago
  13. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 10 years ago
  14. 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 10 years ago
  15. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 10 years ago
  16. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 10 years ago
  17. d667d72 Temporary silence test broken by issue19255. Remove unused variables. by Serhiy Storchaka · 10 years ago
  18. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  19. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 10 years ago
  20. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  21. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  22. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  23. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  24. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 10 years ago
  25. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  26. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  27. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 10 years ago
  28. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  29. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  30. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 10 years ago
  31. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 10 years ago
  32. 2d854c8 Issue #20024: Py_BuildValue() now saves/restores the current exception before by Victor Stinner · 10 years ago
  33. 34e4628 Merge from 3.3. by Stefan Krah · 10 years ago
  34. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 10 years ago
  35. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 10 years ago
  36. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 10 years ago
  37. a6dec2e Remove an unneeded cast. by Brett Cannon · 11 years ago
  38. 4caa61d Issue #20152: import.c now uses Argument Clinic. by Brett Cannon · 11 years ago
  39. e4314e0 Issue 19713: Remove PEP 451-related code that should have been factored out. by Eric Snow · 11 years ago
  40. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  41. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  42. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  43. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  44. a015bb1 merge 3.3 by Benjamin Peterson · 11 years ago
  45. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  46. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  47. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  48. 5272fa9 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear by Victor Stinner · 11 years ago
  49. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  50. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  51. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  52. 11ee080 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  53. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  54. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  55. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  56. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  57. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  58. 62ca100 Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python by Victor Stinner · 11 years ago
  59. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  60. 52ce3b0 Issue #19817: Fix print_exception(), clear the exception on error by Victor Stinner · 11 years ago
  61. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  62. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  63. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  64. be0708f Closes #19831: Stop tracemalloc later at Python shutdown to be able to use by Victor Stinner · 11 years ago
  65. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  66. 1df8867 Issue #19638: Merge from 3.3 by Mark Dickinson · 11 years ago
  67. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  68. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  69. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  70. 8933521 Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). by Antoine Pitrou · 11 years ago
  71. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  72. 224b261 User the repr for a module name in more places by Brett Cannon · 11 years ago
  73. 175e725 Remove a commented-out line by Brett Cannon · 11 years ago
  74. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 11 years ago
  75. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  76. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  77. 8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. by Guido van Rossum · 11 years ago
  78. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 11 years ago
  79. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  80. f8e3221 Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit by Victor Stinner · 11 years ago
  81. 85fe8a6 Issue #9566, #19617: New try to fix compilation on Windows by Victor Stinner · 11 years ago
  82. b679a2e Issue #9566, #19617: Fix compilation on Windows by Victor Stinner · 11 years ago
  83. ad9a066 Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix by Victor Stinner · 11 years ago
  84. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  85. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  86. cb29ec5 PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is by Victor Stinner · 11 years ago
  87. 74387f5 Use Py_ssize_t type for sizes in getargs.c by Victor Stinner · 11 years ago
  88. b11d6cb fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  89. 2384714 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  90. 2f5bbc6 pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  91. da06255 Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned by Victor Stinner · 11 years ago
  92. 0c08346 Fix compiler warning in win32_urandom(): explicit cast to DWORD in by Victor Stinner · 11 years ago
  93. c31ebb6 (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  94. 50e0157 (Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get by Victor Stinner · 11 years ago
  95. b5a7a0a (Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get by Victor Stinner · 11 years ago
  96. c4c2580 Close 19609: narrow scope of codec exc chaining by Nick Coghlan · 11 years ago
  97. 5eb4f59 Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject() failure by Victor Stinner · 11 years ago
  98. 49d0479 Add unused third arg for the benefit of Valgrind. by Stefan Krah · 11 years ago
  99. c82729e Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear by Victor Stinner · 11 years ago
  100. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago