1. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  2. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  3. 46084ba Fix find_module_path(): make the string ready by Victor Stinner · 13 years ago
  4. b62a7b2 Fix _warnings.c: make the filename string ready by Victor Stinner · 13 years ago
  5. fb9ea8c Don't check for the maximum character when copying from unicodeobject.c by Victor Stinner · 13 years ago
  6. a336de7 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  7. c3cec78 Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII by Victor Stinner · 13 years ago
  8. e1335c7 Fix usage og PyUnicode_READY() by Victor Stinner · 13 years ago
  9. d2a915d ceval.c: restore str+=str optimization by Victor Stinner · 13 years ago
  10. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  11. 1a15aba PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result by Victor Stinner · 13 years ago
  12. 014cc42 remove unused label by Benjamin Peterson · 13 years ago
  13. 0b1d348 Issue 13085: Fix some memory leaks. Patch by Stefan Krah. by Martin v. Löwis · 13 years ago
  14. 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
  15. bec0fda Remove commented code: str+=str is no more super-optimized by Victor Stinner · 13 years ago
  16. d9c563e modsupport.c reuses Py_UNICODE_strlen() by Victor Stinner · 13 years ago
  17. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  18. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  19. fd85c3a fill_number() and format_string_internal() check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
  20. dba2dee fill_number() ensures that the 'digits' string is ready by Victor Stinner · 13 years ago
  21. afbaa20 fill_char() can now propagate an error by Victor Stinner · 13 years ago
  22. 6c7a52a Check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
  23. 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
  24. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  25. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  26. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  27. 472d280 Issue #13002: Fix Visual Studio warning (not enough actual parameters). by Stefan Krah · 13 years ago
  28. a80b14c - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  29. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  30. 9561d7c import.c: remove now useless arbitrary limit by Victor Stinner · 13 years ago
  31. 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
  32. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  33. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  34. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  35. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  36. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  37. ea281a5 include header with PyAST_Validate by Benjamin Peterson · 13 years ago
  38. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  39. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  40. 405f32c plug refleak by Benjamin Peterson · 13 years ago
  41. 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
  42. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  43. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  44. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  45. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  46. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  47. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  48. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  49. f23339a Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). by Charles-François Natali · 13 years ago
  50. 8a4b42b merge 3.2 by Benjamin Peterson · 13 years ago
  51. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  52. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  53. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  54. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  55. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  56. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  57. 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
  58. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  59. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  60. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  61. ecf4fda Py_BuildValue("C") supports non-BMP characters on narrow build by Victor Stinner · 13 years ago
  62. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  63. 022ae22 Issue #11863: remove unused file Python/thread_wince.h by Antoine Pitrou · 13 years ago
  64. 9797e29 merge 3.2 by Benjamin Peterson · 13 years ago
  65. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  66. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  67. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  68. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
  69. 401d197 merge 3.2 by Benjamin Peterson · 13 years ago
  70. a55007a plug refleak by Benjamin Peterson · 13 years ago
  71. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  72. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  73. 9bfd0de no one passes NULL here (or should anyway) by Benjamin Peterson · 13 years ago
  74. 8788024 convert generator exc state functions into static functions by Benjamin Peterson · 13 years ago
  75. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  76. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  77. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  78. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  79. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  80. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  81. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  82. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  83. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  84. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  85. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  86. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  87. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  88. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  89. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  90. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  91. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  92. 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
  93. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  94. d417d01 call_find_module() handles dup() failure: raise an OSError exception by Victor Stinner · 13 years ago
  95. 925ef39 find_module_path_list() fails if _Py_fopen() failed and raised an exception by Victor Stinner · 13 years ago
  96. e7c15fa bump magic for super closure change by Benjamin Peterson · 13 years ago
  97. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  98. 589f89e Removed a Windows 9x trick used before LoadLibraryExW. by Brian Curtin · 13 years ago
  99. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  100. 48deae1 some horrible preprocessing tricks to automatically update the tag by Benjamin Peterson · 13 years ago