1. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  2. 48deae1 some horrible preprocessing tricks to automatically update the tag by Benjamin Peterson · 13 years ago
  3. 04a90b4 bump ast version by Benjamin Peterson · 13 years ago
  4. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  5. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  6. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  7. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  8. d8255e0 merge 3.2 by Benjamin Peterson · 13 years ago
  9. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  10. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  11. 4a0f20f merge 3.2 by Benjamin Peterson · 13 years ago
  12. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  13. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  14. 7f670e5 bump ast version by Benjamin Peterson · 13 years ago
  15. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  16. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  17. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  18. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  19. 13b21bd print_exception(): handle correctly PyObject_GetAttrString() failure by Victor Stinner · 13 years ago
  20. 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  21. 25095b2 Remove useless assignments by Victor Stinner · 13 years ago
  22. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  23. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  24. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  25. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  26. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  27. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  28. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  29. 65b7eff _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII by Victor Stinner · 13 years ago
  30. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  31. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  32. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  33. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  34. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  35. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  36. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  37. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  38. 1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  39. c40a350 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  40. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  41. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  42. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 13 years ago
  43. 783c82c Close #11619: write_compiled_module() doesn't encode the filename by Victor Stinner · 13 years ago
  44. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  45. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  46. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  47. 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
  48. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  49. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  50. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  51. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  52. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  53. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  54. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  55. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  56. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  57. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  58. 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  59. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  60. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  61. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  62. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  63. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 13 years ago
  64. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  65. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  66. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  67. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  68. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  69. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  70. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  71. 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 13 years ago
  72. 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
  73. e9ddbf6 Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 by Victor Stinner · 13 years ago
  74. 9c61e24 Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file by Victor Stinner · 13 years ago
  75. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 13 years ago
  76. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  77. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  78. 9c4efe5 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  79. 4ca2809 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  80. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 13 years ago
  81. cc9564e Issue #3080: Fix call to case_ok() in find_init_module() by Victor Stinner · 13 years ago
  82. 1304f2d Issue #3080: Fix case_ok() using case_bytes() by Victor Stinner · 13 years ago
  83. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  84. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  85. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  86. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  87. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  88. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  89. 98dbba5 Issue #3080: Use repr() to format the module name on error by Victor Stinner · 13 years ago
  90. ccbf475 Fix imp.cache_from_source() if the directory name contains a dot by Victor Stinner · 13 years ago
  91. fe19d21 Issue #3080: imp.new_module() uses Unicode by Victor Stinner · 13 years ago
  92. 2fd76e4 Issue #3080: find_module() returns the path as Unicode by Victor Stinner · 13 years ago
  93. c9a271c Issue #3080: case_ok() expects Unicode strings by Victor Stinner · 13 years ago
  94. 547a2a6 Issue #3080: find_init_module() expects Unicode by Victor Stinner · 13 years ago
  95. d029621 Issue #3080: Refactor find_module_path(), use return instead of break by Victor Stinner · 13 years ago
  96. df75a02 Issue #3080: find_module() sets an empty path for builtin and frozen modules by Victor Stinner · 13 years ago
  97. 533d783 Issue #3080: Rename some path variables to path_list by Victor Stinner · 13 years ago
  98. ad3c03b Issue #3080: find_module() expects module fullname and subname as Unicode by Victor Stinner · 13 years ago
  99. 58d3711 Issue #3080: Drop OS/2 support for the import machinery by Victor Stinner · 13 years ago
  100. 9599de5 Issue #3080: Reindent and simplify import_submodule() by Victor Stinner · 13 years ago