1. 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
  2. 7d2f9e1 Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. by Brian Curtin · 13 years ago
  3. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  4. 450bb59 forgotten in f578ca44193d by Benjamin Peterson · 13 years ago
  5. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  6. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  7. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  8. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  9. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  10. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  11. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  12. ae10c06 add patchlevel to version string by Benjamin Peterson · 13 years ago
  13. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  14. 7d10a2d Post-release steps. by Georg Brandl · 13 years ago
  15. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  16. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  17. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  18. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  19. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  20. d079367 Set up branch to be rc2 next. by Georg Brandl · 13 years ago
  21. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 13 years ago
  22. cd79cdc Bump to 3.2.1b1. by Georg Brandl · 13 years ago
  23. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  24. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  25. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  26. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  27. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 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. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  30. 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 13 years ago
  31. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  32. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  33. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  34. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 13 years ago
  35. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  36. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  37. 34ad2fa Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h by Victor Stinner · 13 years ago
  38. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  39. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  40. 274f5fa merge 3.1 by Benjamin Peterson · 13 years ago
  41. ec4b44b make this subversion artifact empty by Benjamin Peterson · 13 years ago
  42. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  43. db536af Issue #3080: Document the name attribute of the _inittab structure by Victor Stinner · 13 years ago
  44. 9587286 Issue #3080: Import builtins using Unicode strings by Victor Stinner · 13 years ago
  45. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 13 years ago
  46. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  47. 485119e kill PY_PATCHLEVEL_REVISION by Benjamin Peterson · 13 years ago
  48. bb375d6 merge 3.2 by Benjamin Peterson · 13 years ago
  49. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  50. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  51. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  52. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  53. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  54. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  55. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  56. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  57. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  58. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 13 years ago
  59. eda71c9 Merged revisions 88517 via svnmerge from by Victor Stinner · 13 years ago
  60. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 13 years ago
  61. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  62. 0accdfa Update in-development version. by Georg Brandl · 13 years ago
  63. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 13 years ago
  64. 260a788 Version bump to 3.2 final. by Georg Brandl · 13 years ago
  65. d585218 Post-release updates. by Georg Brandl · 13 years ago
  66. a6d12ef Bump for 3.2rc3. by Georg Brandl · 13 years ago
  67. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 13 years ago
  68. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  69. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  70. 6b449ba Post-release updates. by Georg Brandl · 13 years ago
  71. d6e19c3 Bump version. by Georg Brandl · 13 years ago
  72. 0c5036f Post-release updates. by Georg Brandl · 13 years ago
  73. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 13 years ago
  74. 189c091 Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181. by Martin v. Löwis · 14 years ago
  75. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 14 years ago
  76. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  77. 60db467 post release bump by Gregory P. Smith · 14 years ago
  78. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  79. b9cb21e Issue #10780: Remove commas at the end of the argument list by Victor Stinner · 14 years ago
  80. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  81. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  82. 0d71116 Issue #9738: Ooops, fix typos in my previous commit (r87506) by Victor Stinner · 14 years ago
  83. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  84. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  85. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  86. 8a60e94 Bump to 3.2b2. by Georg Brandl · 14 years ago
  87. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  88. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  89. 41ea8ae Bump to 3.2b1. by Georg Brandl · 14 years ago
  90. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  91. 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
  92. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  93. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  94. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  95. 68eb371 point in the general direction of 3.1.4 by Benjamin Peterson · 14 years ago
  96. 5757429 3.1.3 final version bump by Benjamin Peterson · 14 years ago
  97. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  98. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago
  99. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
  100. 82e73cb Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly by David Malcolm · 14 years ago