1. eda71c9 Merged revisions 88517 via svnmerge from by Victor Stinner · 13 years ago
  2. 0accdfa Update in-development version. by Georg Brandl · 13 years ago
  3. 260a788 Version bump to 3.2 final. by Georg Brandl · 13 years ago
  4. d585218 Post-release updates. by Georg Brandl · 14 years ago
  5. a6d12ef Bump for 3.2rc3. by Georg Brandl · 14 years ago
  6. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 14 years ago
  7. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 14 years ago
  8. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  9. 6b449ba Post-release updates. by Georg Brandl · 14 years ago
  10. d6e19c3 Bump version. by Georg Brandl · 14 years ago
  11. 0c5036f Post-release updates. by Georg Brandl · 14 years ago
  12. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  13. 189c091 Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181. by Martin v. Löwis · 14 years ago
  14. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 14 years ago
  15. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  16. 60db467 post release bump by Gregory P. Smith · 14 years ago
  17. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  18. b9cb21e Issue #10780: Remove commas at the end of the argument list by Victor Stinner · 14 years ago
  19. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  20. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  21. 0d71116 Issue #9738: Ooops, fix typos in my previous commit (r87506) by Victor Stinner · 14 years ago
  22. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  23. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  24. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  25. 8a60e94 Bump to 3.2b2. by Georg Brandl · 14 years ago
  26. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  27. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  28. 41ea8ae Bump to 3.2b1. by Georg Brandl · 14 years ago
  29. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  30. 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
  31. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  32. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  33. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  34. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago
  35. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
  36. 82e73cb Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly by David Malcolm · 14 years ago
  37. 9b0034d Post-release bumps. by Georg Brandl · 14 years ago
  38. 83283c2 Issue #10413: Updated comments to reflect code changes by Alexander Belopolsky · 14 years ago
  39. 24854ca Bump to 3.2a4. by Georg Brandl · 14 years ago
  40. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  41. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  42. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  43. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  44. 09f24bb Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for by Victor Stinner · 14 years ago
  45. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  46. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  47. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  48. 051176f #4499: silence compiler warning on AIX. by R. David Murray · 14 years ago
  49. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  50. 49d3f25 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding by Victor Stinner · 14 years ago
  51. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  52. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  53. 5d1e3438 Mark _Py_char2wchar() input argument as constant by Victor Stinner · 14 years ago
  54. 8349031 Post-release bumps. by Georg Brandl · 14 years ago
  55. 002fa2d Bump to 3.2a3. by Georg Brandl · 14 years ago
  56. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
  57. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  58. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  59. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
  60. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  61. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  62. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  63. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
  64. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  65. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  66. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  67. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  68. 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago
  69. 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
  70. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  71. f13c6d8 Issue #9318: Use Py_LL for old compiler. by Hirokazu Yamamoto · 14 years ago
  72. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  73. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  74. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  75. bad0925 Post-release update. by Georg Brandl · 14 years ago
  76. 58a7b46 Bump to 3.2a2. by Georg Brandl · 14 years ago
  77. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  78. 4640860 Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
  79. 71133ff Create PyUnicode_strdup() function by Victor Stinner · 14 years ago
  80. c4eb765 Create Py_UNICODE_strcat() function by Victor Stinner · 14 years ago
  81. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  82. f68c2a7 Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become by Antoine Pitrou · 14 years ago
  83. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  84. 67c7ce4 Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private by Antoine Pitrou · 14 years ago
  85. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  86. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  87. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
  88. 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
  89. 671b4d9 Issue #9612: The set object is now 64-bit clean under Windows. by Antoine Pitrou · 14 years ago
  90. ef8d95c Issue #9425: Create Py_UNICODE_strncmp() function by Victor Stinner · 14 years ago
  91. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  92. f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
  93. 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
  94. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
  95. f2e08b3 Create _Py_wchar2char() function, reverse of _Py_char2wchar() by Victor Stinner · 14 years ago
  96. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  97. e81c806 De-duplicate contents of pytime.h by Antoine Pitrou · 14 years ago
  98. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  99. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  100. 331ea92 Issue #9425: create Py_UNICODE_strrchr() function by Victor Stinner · 14 years ago