1. 42535f0 Fix a parameter name to make sense again by Brett Cannon · 10 years ago
  2. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  3. fd4d050 Move import.c to use Clinic file output. by Brett Cannon · 10 years ago
  4. 12c5247 Issue #21226: Merge from 3.4. by Eric Snow · 10 years ago
  5. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  6. 5c8008e Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  7. 9961405 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  8. d4d84ac merge by Raymond Hettinger · 10 years ago
  9. 2a54582 Issue 20620: Update the min()/max() docs for the new default argument. by Raymond Hettinger · 10 years ago
  10. 0d4e01c Issue #13916: Fix surrogatepass error handler on Windows by Victor Stinner · 10 years ago
  11. 88d8fb6 Issue #13916: Disallowed the surrogatepass error handler for non UTF-* by Serhiy Storchaka · 10 years ago
  12. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  13. b7f1be3 Merge from 3.4 (for #21226). by Eric Snow · 10 years ago
  14. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  15. 1c33280 Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  16. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  17. 5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  18. 33096fe The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  19. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  20. b8ac3e1 Issue21393 Use CryptReleaseContext to release Crypt handle on Windows by Tim Golden · 10 years ago
  21. d50c3f3 Issue #21393: random.c: on Windows, close the hCryptProv handle at exit by Victor Stinner · 10 years ago
  22. 285a163 Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken. by Antoine Pitrou · 10 years ago
  23. 3a74ce2 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  24. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  25. 4432cf4 Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  26. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  27. 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 10 years ago
  28. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  29. e83236f merge 3.4 by Benjamin Peterson · 10 years ago
  30. dc28213 - Merge 3.4 by doko@ubuntu.com · 10 years ago
  31. a12572f Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  32. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 10 years ago
  33. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  34. 280c458 Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  35. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  36. a548a30 merge 3.4 (#21209) by Benjamin Peterson · 10 years ago
  37. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  38. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  39. e7ef805 merge of fix for issue #20942 by Brett Cannon · 10 years ago
  40. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  41. 9effd1f merge 3.4 (#21089) by Benjamin Peterson · 10 years ago
  42. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  43. 518e610 Issue #19977, #19036: Always include <locale.h> in pythonrun.c by Victor Stinner · 11 years ago
  44. 7143029 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), by Victor Stinner · 11 years ago
  45. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  46. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  47. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  48. 45d8e7b update magic number for #20625 by Benjamin Peterson · 11 years ago
  49. 065efc3 Issue #20625: Fix compilation issue by Victor Stinner · 11 years ago
  50. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  51. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  52. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  53. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
  54. 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 11 years ago
  55. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 11 years ago
  56. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  57. d667d72 Temporary silence test broken by issue19255. Remove unused variables. by Serhiy Storchaka · 11 years ago
  58. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  59. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
  60. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  61. 665a2bc bump Python-ast.c by Benjamin Peterson · 11 years ago
  62. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  63. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  64. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  65. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 11 years ago
  66. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 11 years ago
  67. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 11 years ago
  68. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 11 years ago
  69. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  70. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  71. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  72. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  73. 2d854c8 Issue #20024: Py_BuildValue() now saves/restores the current exception before by Victor Stinner · 11 years ago
  74. 34e4628 Merge from 3.3. by Stefan Krah · 11 years ago
  75. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  76. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  77. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  78. a6dec2e Remove an unneeded cast. by Brett Cannon · 11 years ago
  79. 4caa61d Issue #20152: import.c now uses Argument Clinic. by Brett Cannon · 11 years ago
  80. e4314e0 Issue 19713: Remove PEP 451-related code that should have been factored out. by Eric Snow · 11 years ago
  81. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  82. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  83. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  84. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  85. a015bb1 merge 3.3 by Benjamin Peterson · 11 years ago
  86. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  87. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  88. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  89. 5272fa9 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear by Victor Stinner · 11 years ago
  90. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  91. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  92. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  93. 11ee080 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  94. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  95. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  96. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  97. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  98. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  99. 62ca100 Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python by Victor Stinner · 11 years ago
  100. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago