1. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  2. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  3. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  4. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 12 years ago
  5. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  6. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  7. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  8. 91e5c08 Fix typo in conditional. by Georg Brandl · 12 years ago
  9. 12897d7 Fix typo in conditional. by Georg Brandl · 12 years ago
  10. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  11. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  12. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  13. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 12 years ago
  14. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 12 years ago
  15. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
  16. 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
  17. 2fabfac Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
  18. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  19. 0010256 fold into one if statement by Benjamin Peterson · 13 years ago
  20. a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
  21. f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
  22. 5126df6 Remove obsolete py3k comment. by Florent Xicluna · 13 years ago
  23. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  24. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  25. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  26. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  27. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  28. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  29. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
  30. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  31. 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
  32. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  33. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  34. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  35. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  36. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  37. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  38. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  39. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  40. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  41. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  42. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  43. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  44. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  45. a55007a plug refleak by Benjamin Peterson · 13 years ago
  46. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 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. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  49. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  50. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  51. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  52. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  53. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  54. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  55. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  56. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  57. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  58. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  59. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  60. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  61. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  62. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  63. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  64. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  65. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  66. 1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  67. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  68. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  69. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  70. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  71. 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
  72. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  73. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  74. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  75. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  76. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  77. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  78. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  79. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  80. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  81. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  82. 9c4efe5 Fix #11586: typo in initfsencoding() 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. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  89. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  90. 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 13 years ago
  91. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 13 years ago
  92. 59e87bd #730467: Another small AIX fix. by Georg Brandl · 13 years ago
  93. 6a002c0 Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. by Antoine Pitrou · 14 years ago
  94. 8ad4cd9 Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  95. f1397ad Issue #10655: Fix the build on PowerPC on Linux with GCC when building with by David Malcolm · 14 years ago
  96. 90e8f8c Fix count of flag fields. Being one short caused the 'quiet' option not to print. by Raymond Hettinger · 14 years ago
  97. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  98. 6ab8e82 Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred by Victor Stinner · 14 years ago
  99. a093d0d Issue #8992: Simplify addcleanup() API by Victor Stinner · 14 years ago
  100. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago