1. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  2. 022ae22 Issue #11863: remove unused file Python/thread_wince.h by Antoine Pitrou · 13 years ago
  3. 9797e29 merge 3.2 by Benjamin Peterson · 13 years ago
  4. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  5. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  6. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  7. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
  8. 401d197 merge 3.2 by Benjamin Peterson · 13 years ago
  9. a55007a plug refleak by Benjamin Peterson · 13 years ago
  10. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  11. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  12. 9bfd0de no one passes NULL here (or should anyway) by Benjamin Peterson · 13 years ago
  13. 8788024 convert generator exc state functions into static functions by Benjamin Peterson · 13 years ago
  14. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  15. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  16. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  17. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  18. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  19. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  20. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  21. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  22. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  23. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  24. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  25. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  26. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  27. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  28. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  29. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  30. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  31. 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
  32. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  33. d417d01 call_find_module() handles dup() failure: raise an OSError exception by Victor Stinner · 13 years ago
  34. 925ef39 find_module_path_list() fails if _Py_fopen() failed and raised an exception by Victor Stinner · 13 years ago
  35. e7c15fa bump magic for super closure change by Benjamin Peterson · 13 years ago
  36. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  37. 589f89e Removed a Windows 9x trick used before LoadLibraryExW. by Brian Curtin · 13 years ago
  38. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  39. 48deae1 some horrible preprocessing tricks to automatically update the tag by Benjamin Peterson · 13 years ago
  40. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  41. 04a90b4 bump ast version by Benjamin Peterson · 13 years ago
  42. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  43. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  44. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  45. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  46. d8255e0 merge 3.2 by Benjamin Peterson · 13 years ago
  47. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  48. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  49. 4a0f20f merge 3.2 by Benjamin Peterson · 13 years ago
  50. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  51. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  52. 7f670e5 bump ast version by Benjamin Peterson · 13 years ago
  53. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  54. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  55. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  56. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  57. 13b21bd print_exception(): handle correctly PyObject_GetAttrString() failure by Victor Stinner · 13 years ago
  58. 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  59. 25095b2 Remove useless assignments by Victor Stinner · 13 years ago
  60. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  61. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  62. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  63. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  64. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  65. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  66. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  67. 65b7eff _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII by Victor Stinner · 13 years ago
  68. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  69. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  70. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  71. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  72. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  73. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  74. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  75. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  76. 1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  77. c40a350 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  78. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  79. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  80. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 13 years ago
  81. 783c82c Close #11619: write_compiled_module() doesn't encode the filename by Victor Stinner · 13 years ago
  82. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  83. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  84. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  85. 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
  86. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  87. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  88. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  89. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  90. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  91. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  92. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  93. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  94. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  95. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  96. 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  97. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  98. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  99. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  100. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago