1. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  2. be0708f Closes #19831: Stop tracemalloc later at Python shutdown to be able to use by Victor Stinner · 11 years ago
  3. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  4. 1df8867 Issue #19638: Merge from 3.3 by Mark Dickinson · 11 years ago
  5. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  6. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  7. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  8. 8933521 Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). by Antoine Pitrou · 11 years ago
  9. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  10. 224b261 User the repr for a module name in more places by Brett Cannon · 11 years ago
  11. 175e725 Remove a commented-out line by Brett Cannon · 11 years ago
  12. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 11 years ago
  13. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  14. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  15. 8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. by Guido van Rossum · 11 years ago
  16. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 11 years ago
  17. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  18. f8e3221 Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit by Victor Stinner · 11 years ago
  19. 85fe8a6 Issue #9566, #19617: New try to fix compilation on Windows by Victor Stinner · 11 years ago
  20. b679a2e Issue #9566, #19617: Fix compilation on Windows by Victor Stinner · 11 years ago
  21. ad9a066 Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix by Victor Stinner · 11 years ago
  22. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  23. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  24. cb29ec5 PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is by Victor Stinner · 11 years ago
  25. 74387f5 Use Py_ssize_t type for sizes in getargs.c by Victor Stinner · 11 years ago
  26. b11d6cb fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  27. 2384714 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  28. 2f5bbc6 pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  29. da06255 Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned by Victor Stinner · 11 years ago
  30. 0c08346 Fix compiler warning in win32_urandom(): explicit cast to DWORD in by Victor Stinner · 11 years ago
  31. c31ebb6 (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  32. 50e0157 (Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get by Victor Stinner · 11 years ago
  33. b5a7a0a (Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get by Victor Stinner · 11 years ago
  34. c4c2580 Close 19609: narrow scope of codec exc chaining by Nick Coghlan · 11 years ago
  35. 5eb4f59 Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject() failure by Victor Stinner · 11 years ago
  36. 49d0479 Add unused third arg for the benefit of Valgrind. by Stefan Krah · 11 years ago
  37. c82729e Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear by Victor Stinner · 11 years ago
  38. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  39. 22af259 Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle by Victor Stinner · 11 years ago
  40. 3f36a57 Issue #19515: Remove identifiers duplicated in the same file. by Victor Stinner · 11 years ago
  41. dcf17f8 Issue #19466: Fix typo. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  42. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  43. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  44. efa7a0e print_error_text() doesn't encode the filename anymore by Victor Stinner · 11 years ago
  45. 79ed4c7 remove an outdated comment by Victor Stinner · 11 years ago
  46. 53e9ec4 Issue #19512: Use the new _PyId_builtins identifier by Victor Stinner · 11 years ago
  47. ad14ccd Issue #19512: add _PyUnicode_CompareWithId() function by Victor Stinner · 11 years ago
  48. 937114f print_exception(): don't encode the module name to UTF-8 by Victor Stinner · 11 years ago
  49. eaa2883 Issue #19512: builtin print() function uses an identifier instead of literal by Victor Stinner · 11 years ago
  50. ae9f161 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string by Victor Stinner · 11 years ago
  51. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  52. cab75e3 Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook by Victor Stinner · 11 years ago
  53. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  54. b44562b Issue #19512: eval() and exec() now use an identifier for "__builtins__" string by Victor Stinner · 11 years ago
  55. 95701bd Issue #19512: Add PyRun_InteractiveOneObject() function by Victor Stinner · 11 years ago
  56. 4ee41c5 Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount" by Victor Stinner · 11 years ago
  57. d02fbb8 Issue #19512: sys_displayhook() now uses an identifier for "builtins" by Victor Stinner · 11 years ago
  58. 98e818b Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure by Victor Stinner · 11 years ago
  59. 2b8fc30 Abstract out stat calls in importlib for easier experimentation. by Brett Cannon · 11 years ago
  60. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  61. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  62. dcdd05b Close #19442: warn_explicit() does nothing when called late during Python shutdown by Victor Stinner · 11 years ago
  63. 359fabc Issue #19437: Cleanup r_ref() of the marshal module by Victor Stinner · 11 years ago
  64. d5cae6f Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure by Victor Stinner · 11 years ago
  65. b1b7b18 Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for by Victor Stinner · 11 years ago
  66. 763b0d1 Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first by Victor Stinner · 11 years ago
  67. ae233ea Issue #19437: Fix show_warning() of _warnings, stop at the first error to not by Victor Stinner · 11 years ago
  68. 3cd04aa Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass() by Victor Stinner · 11 years ago
  69. 472805d merge 3.3 by Benjamin Peterson · 11 years ago
  70. 7f69dca make string literal const by Benjamin Peterson · 11 years ago
  71. 96c03df merge 3.3 by Benjamin Peterson · 11 years ago
  72. 8f16948 update comment by Benjamin Peterson · 11 years ago
  73. 856f45f Issue #19442: Fix warnings emitted during Python shutdown by Victor Stinner · 11 years ago
  74. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago
  75. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  76. ce5f4fb Issue #19421: fix a check in warnings.warn() to be able to use it during Python by Victor Stinner · 11 years ago
  77. 8fea252 Issue #18520: fix reference leak in _PySys_Init() by Victor Stinner · 11 years ago
  78. efa4867 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  79. 49e6180 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  80. 7be5d7d Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. by Guido van Rossum · 11 years ago
  81. 6b4f780 cleanup the construction of __qualname__ (closes #19301 again) by Benjamin Peterson · 11 years ago
  82. 6de9200 Close #19313: remove no longer needed Py_XINCREF by Nick Coghlan · 11 years ago
  83. 34d33a5 removal u_qualname, since compiler_scope_qualname is only ever called once by Benjamin Peterson · 11 years ago
  84. a8a38b8 strengthen condition and add assertion by Benjamin Peterson · 11 years ago
  85. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  86. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  87. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  88. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  89. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  90. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  91. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  92. 42c25f5 Close #19260: remove outdated comment in marshal.c by Antoine Pitrou · 11 years ago
  93. 142ad66 Re #18521: move array bounds check before array access. by Georg Brandl · 11 years ago
  94. 6083a4b Re #18521: remove assignments of variables that are immediately reassigned. by Georg Brandl · 11 years ago
  95. 6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  96. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  97. 0a7697b Catch a few extra error cases in marshal.c by Kristján Valur Jónsson · 11 years ago
  98. 5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval by Kristján Valur Jónsson · 11 years ago
  99. 3572842 Issue #19219: retval may be used uninitialized value by Christian Heimes · 11 years ago
  100. b30f271 Try to fix weird assertion error on the Fedora buildbot. by Antoine Pitrou · 11 years ago