1. 9561d7c import.c: remove now useless arbitrary limit by Victor Stinner · 13 years ago
  2. 84b8e40 Merge 3.2: Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  3. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  4. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  5. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  6. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  7. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  8. ea281a5 include header with PyAST_Validate by Benjamin Peterson · 13 years ago
  9. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  10. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  11. 405f32c plug refleak by Benjamin Peterson · 13 years ago
  12. 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
  13. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  14. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  15. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  16. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  17. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  18. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  19. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  20. f23339a Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). by Charles-François Natali · 13 years ago
  21. 8a4b42b merge 3.2 by Benjamin Peterson · 13 years ago
  22. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  23. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  24. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  25. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  26. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  27. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  28. 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
  29. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  30. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  31. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  32. ecf4fda Py_BuildValue("C") supports non-BMP characters on narrow build by Victor Stinner · 13 years ago
  33. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  34. 022ae22 Issue #11863: remove unused file Python/thread_wince.h by Antoine Pitrou · 13 years ago
  35. 9797e29 merge 3.2 by Benjamin Peterson · 13 years ago
  36. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  37. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  38. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  39. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
  40. 401d197 merge 3.2 by Benjamin Peterson · 13 years ago
  41. a55007a plug refleak by Benjamin Peterson · 13 years ago
  42. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  43. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  44. 9bfd0de no one passes NULL here (or should anyway) by Benjamin Peterson · 13 years ago
  45. 8788024 convert generator exc state functions into static functions by Benjamin Peterson · 13 years ago
  46. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  47. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  48. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  49. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  50. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  51. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  52. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  53. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  54. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  55. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  56. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  57. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  58. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  59. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  60. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  61. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  62. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  63. 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
  64. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  65. d417d01 call_find_module() handles dup() failure: raise an OSError exception by Victor Stinner · 13 years ago
  66. 925ef39 find_module_path_list() fails if _Py_fopen() failed and raised an exception by Victor Stinner · 13 years ago
  67. e7c15fa bump magic for super closure change by Benjamin Peterson · 13 years ago
  68. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  69. 589f89e Removed a Windows 9x trick used before LoadLibraryExW. by Brian Curtin · 13 years ago
  70. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  71. 48deae1 some horrible preprocessing tricks to automatically update the tag by Benjamin Peterson · 13 years ago
  72. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  73. 04a90b4 bump ast version by Benjamin Peterson · 13 years ago
  74. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  75. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  76. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  77. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  78. d8255e0 merge 3.2 by Benjamin Peterson · 13 years ago
  79. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  80. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  81. 4a0f20f merge 3.2 by Benjamin Peterson · 13 years ago
  82. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  83. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  84. 7f670e5 bump ast version by Benjamin Peterson · 13 years ago
  85. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  86. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  87. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  88. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  89. 13b21bd print_exception(): handle correctly PyObject_GetAttrString() failure by Victor Stinner · 13 years ago
  90. 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  91. 25095b2 Remove useless assignments by Victor Stinner · 13 years ago
  92. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  93. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  94. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  95. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  96. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  97. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  98. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  99. 65b7eff _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII by Victor Stinner · 13 years ago
  100. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago