1. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  2. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  3. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  4. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  5. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  6. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  7. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  8. a55007a plug refleak by Benjamin Peterson · 13 years ago
  9. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  10. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  11. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  12. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  13. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  14. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  15. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  16. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  17. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  18. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  19. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  20. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  21. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  22. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  23. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  24. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  25. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  26. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  27. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  28. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  29. 1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  30. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  31. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  32. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  33. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  34. 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
  35. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  36. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  37. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  38. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  39. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  40. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  41. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  42. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  43. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  44. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  45. 9c4efe5 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  46. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  47. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  48. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  49. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  50. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  51. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  52. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  53. 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 13 years ago
  54. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 13 years ago
  55. 59e87bd #730467: Another small AIX fix. by Georg Brandl · 13 years ago
  56. 6a002c0 Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. by Antoine Pitrou · 14 years ago
  57. 8ad4cd9 Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  58. f1397ad Issue #10655: Fix the build on PowerPC on Linux with GCC when building with by David Malcolm · 14 years ago
  59. 90e8f8c Fix count of flag fields. Being one short caused the 'quiet' option not to print. by Raymond Hettinger · 14 years ago
  60. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  61. 6ab8e82 Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred by Victor Stinner · 14 years ago
  62. a093d0d Issue #8992: Simplify addcleanup() API by Victor Stinner · 14 years ago
  63. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  64. beef5dc Merged revisions 87607 via svnmerge from by Benjamin Peterson · 14 years ago
  65. 834cb39 update copyright to 2011 by Benjamin Peterson · 14 years ago
  66. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  67. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  68. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  69. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  70. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  71. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  72. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  73. ebc0052 import: use PyUnicode_FSConverter to support bytes path and PEP 383 by Victor Stinner · 14 years ago
  74. b2ddf79 Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) by Nick Coghlan · 14 years ago
  75. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  76. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  77. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  78. 0a4dae5 fix refleak by Benjamin Peterson · 14 years ago
  79. 5a96b52 Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil by Antoine Pitrou · 14 years ago
  80. 787cddc Merged revisions 86545 via svnmerge from by Benjamin Peterson · 14 years ago
  81. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  82. e82c169 Merged revisions 86540 via svnmerge from by Benjamin Peterson · 14 years ago
  83. 0e9e98e c89 declarations by Benjamin Peterson · 14 years ago
  84. aab9585 Merged revisions 86538 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  86. f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
  87. cf9f980 Issue #10372: Import the warnings module only after the IO library is by Antoine Pitrou · 14 years ago
  88. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  89. 19de4c3 _Py_char2wchar() frees the memory on conversion error by Victor Stinner · 14 years ago
  90. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  91. 3d89751 Merged revisions 85980 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  92. daf83ac Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah. by Hirokazu Yamamoto · 14 years ago
  93. c8850d0 Merged revisions 85817,85904 via svnmerge from by Benjamin Peterson · 14 years ago
  94. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
  95. 98e2b45 Merged revisions 85896 via svnmerge from by Antoine Pitrou · 14 years ago
  96. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  97. 07e4f15 sys_update_path(): update sys.path even if argc==0 by Victor Stinner · 14 years ago
  98. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  99. d4519c1 tighten loop by Benjamin Peterson · 14 years ago
  100. 9831611 Merged revisions 85814 via svnmerge from by Benjamin Peterson · 14 years ago