1. 30134f5 Complete documentation of compact ASCII strings by Victor Stinner · 13 years ago
  2. a41463c Document utf8_length and wstr_length states by Victor Stinner · 13 years ago
  3. 7f11ad4 Unicode: document when the wstr pointer is shared with data by Victor Stinner · 13 years ago
  4. 8cfcbed Improve string forms and PyUnicode_Resize() documentation by Victor Stinner · 13 years ago
  5. 85041a5 _PyUnicode_CheckConsistency() checks utf8 field consistency by Victor Stinner · 13 years ago
  6. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  7. 910337b Add _PyUnicode_CheckConsistency() macro to help debugging by Victor Stinner · 13 years ago
  8. 3794376 PyUnicode_READ_CHAR() ensures that the string is ready by Victor Stinner · 13 years ago
  9. 7a48ff7 Use Py_UCS1 instead of unsigned char in unicodeobject.h by Victor Stinner · 13 years ago
  10. cd9950f PyUnicode_WriteChar() raises IndexError on invalid index by Victor Stinner · 13 years ago
  11. 9f789e7 _PyUnicode_AsKind() is *not* part of the stable ABI by Victor Stinner · 13 years ago
  12. 4584a5b PyUnicode_CHARACTER_SIZE(): add a reference to PyUnicode_KIND_SIZE() by Victor Stinner · 13 years ago
  13. 034f6cf Add PyUnicode_Copy() function, include it to the public API by Victor Stinner · 13 years ago
  14. d8f6510 _PyUnicode_Ready() cannot be used on ready strings anymore by Victor Stinner · 13 years ago
  15. bc8b81b Move _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() outside unicodeobject.h by Victor Stinner · 13 years ago
  16. a0702ab Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character by Victor Stinner · 13 years ago
  17. f0ddadc Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR by Victor Stinner · 13 years ago
  18. 573696a pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/ by Victor Stinner · 13 years ago
  19. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  20. 2bdc7f5 Move code related to compile from Python.h to compile.h by Victor Stinner · 13 years ago
  21. f5ca1a2 PyUnicode_CopyCharacters() fails if 'to' has more than 1 reference by Victor Stinner · 13 years ago
  22. 2aa2b3b Clean up a few tabs that went in with PEP393. by Ezio Melotti · 13 years ago
  23. 1722216 Mark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as private by Victor Stinner · 13 years ago
  24. 157f83f Strip trailing spaces in unicodeobject.[ch] by Victor Stinner · 13 years ago
  25. be78eaf PyUnicode_CopyCharacters() checks for buffer and character overflow by Victor Stinner · 13 years ago
  26. fb5f5f2 Mark PyUnicode_CONVERT_BYTES as private by Victor Stinner · 13 years ago
  27. 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
  28. 5ce1b0d Set Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4, instead of Py_UNICODE by Victor Stinner · 13 years ago
  29. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  30. 0390151 Fix typo in comment: _PyHash_Double -> _Py_HashDouble. by Mark Dickinson · 13 years ago
  31. f955eb2 Merge 3.2: Fix PyUnicode_AsWideCharString() doc by Victor Stinner · 13 years ago
  32. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 13 years ago
  33. 06ee020 Post-release version bump. by Georg Brandl · 13 years ago
  34. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  35. e35dc51 merge 3.2 by Benjamin Peterson · 13 years ago
  36. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  37. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  38. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  39. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  40. 8c9375b #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. by Ezio Melotti · 13 years ago
  41. 666ed0b Post-release steps. by Georg Brandl · 13 years ago
  42. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  43. 7d2f9e1 Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. by Brian Curtin · 13 years ago
  44. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  45. 450bb59 forgotten in f578ca44193d by Benjamin Peterson · 13 years ago
  46. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  47. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  48. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  49. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  50. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  51. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  52. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  53. ae10c06 add patchlevel to version string by Benjamin Peterson · 13 years ago
  54. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  55. 7d10a2d Post-release steps. by Georg Brandl · 13 years ago
  56. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  57. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  58. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  59. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  60. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  61. d079367 Set up branch to be rc2 next. by Georg Brandl · 13 years ago
  62. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 13 years ago
  63. cd79cdc Bump to 3.2.1b1. by Georg Brandl · 13 years ago
  64. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  65. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  66. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  67. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  68. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  69. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  70. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  71. 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 13 years ago
  72. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  73. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  74. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  75. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 13 years ago
  76. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  77. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  78. 34ad2fa Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h by Victor Stinner · 13 years ago
  79. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  80. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  81. 274f5fa merge 3.1 by Benjamin Peterson · 13 years ago
  82. ec4b44b make this subversion artifact empty by Benjamin Peterson · 13 years ago
  83. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  84. db536af Issue #3080: Document the name attribute of the _inittab structure by Victor Stinner · 13 years ago
  85. 9587286 Issue #3080: Import builtins using Unicode strings by Victor Stinner · 13 years ago
  86. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 13 years ago
  87. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  88. 485119e kill PY_PATCHLEVEL_REVISION by Benjamin Peterson · 13 years ago
  89. bb375d6 merge 3.2 by Benjamin Peterson · 13 years ago
  90. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  91. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  92. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  93. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  94. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  95. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  96. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  97. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  98. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  99. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 13 years ago
  100. eda71c9 Merged revisions 88517 via svnmerge from by Victor Stinner · 13 years ago