1. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  2. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  3. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  4. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  5. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  6. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  7. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  8. 1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  9. c40a350 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  10. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  11. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  12. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 13 years ago
  13. 783c82c Close #11619: write_compiled_module() doesn't encode the filename by Victor Stinner · 13 years ago
  14. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  15. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  16. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  17. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  18. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  19. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  20. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  21. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  22. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  23. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  24. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  25. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  26. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  27. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  28. 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  29. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  30. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  31. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  32. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  33. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 13 years ago
  34. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  35. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  36. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  37. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  38. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  39. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  40. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  41. 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 13 years ago
  42. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 13 years ago
  43. e9ddbf6 Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 by Victor Stinner · 13 years ago
  44. 9c61e24 Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file by Victor Stinner · 13 years ago
  45. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 13 years ago
  46. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  47. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  48. 9c4efe5 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  49. 4ca2809 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  50. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 13 years ago
  51. cc9564e Issue #3080: Fix call to case_ok() in find_init_module() by Victor Stinner · 13 years ago
  52. 1304f2d Issue #3080: Fix case_ok() using case_bytes() by Victor Stinner · 13 years ago
  53. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  54. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  55. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  56. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  57. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  58. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  59. 98dbba5 Issue #3080: Use repr() to format the module name on error by Victor Stinner · 13 years ago
  60. ccbf475 Fix imp.cache_from_source() if the directory name contains a dot by Victor Stinner · 13 years ago
  61. fe19d21 Issue #3080: imp.new_module() uses Unicode by Victor Stinner · 13 years ago
  62. 2fd76e4 Issue #3080: find_module() returns the path as Unicode by Victor Stinner · 13 years ago
  63. c9a271c Issue #3080: case_ok() expects Unicode strings by Victor Stinner · 13 years ago
  64. 547a2a6 Issue #3080: find_init_module() expects Unicode by Victor Stinner · 13 years ago
  65. d029621 Issue #3080: Refactor find_module_path(), use return instead of break by Victor Stinner · 13 years ago
  66. df75a02 Issue #3080: find_module() sets an empty path for builtin and frozen modules by Victor Stinner · 13 years ago
  67. 533d783 Issue #3080: Rename some path variables to path_list by Victor Stinner · 13 years ago
  68. ad3c03b Issue #3080: find_module() expects module fullname and subname as Unicode by Victor Stinner · 13 years ago
  69. 58d3711 Issue #3080: Drop OS/2 support for the import machinery by Victor Stinner · 13 years ago
  70. 9599de5 Issue #3080: Reindent and simplify import_submodule() by Victor Stinner · 13 years ago
  71. c24c810 Issue #3080: Use %R to format module name in error messages by Victor Stinner · 13 years ago
  72. 974389d Issue #3080: Use Unicode for the "The Magnum Opus of dotted-name import" by Victor Stinner · 13 years ago
  73. 2e5f11a Issue #3080: PyImport_ImportModuleNoBlock() uses Unicode by Victor Stinner · 13 years ago
  74. 41c5fec Issue #3080: load_module() expects name and path as Unicode by Victor Stinner · 13 years ago
  75. 2f42ae5 Issue #3080: Use Unicode to import source and compiled modules by Victor Stinner · 13 years ago
  76. c9abda0 Issue #3080: get_sourcefile(), make_source_pathname(), load_package() by Victor Stinner · 13 years ago
  77. d68c2cf Issue #3080: Create find_module_path() subfunction by Victor Stinner · 13 years ago
  78. 3758028 Issue #3080: Create find_module_path_list() subfunction by Victor Stinner · 13 years ago
  79. c696316 Issue #3080: Remove useless name buffer from find_module() by Victor Stinner · 13 years ago
  80. 7d8b77c Issue #3080: find_module() initialize buf and *p_fp by Victor Stinner · 13 years ago
  81. fefd70c Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path by Victor Stinner · 13 years ago
  82. 4d6c1c4 Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode by Victor Stinner · 13 years ago
  83. 21fcd0c Issue #3080: Use PyUnicode_InternFromString() for builtins by Victor Stinner · 13 years ago
  84. 9587286 Issue #3080: Import builtins using Unicode strings by Victor Stinner · 13 years ago
  85. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 13 years ago
  86. 9464d61 Issue #3080: PyImport_Cleanup() uses Unicode by Victor Stinner · 13 years ago
  87. 942003c import.c: replace tab by spaces by Victor Stinner · 13 years ago
  88. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  89. 0661e91 Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  90. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  91. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  92. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  93. 678da9f bump ast version by Benjamin Peterson · 13 years ago
  94. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  95. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 13 years ago
  96. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  97. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  98. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  99. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  100. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago