1. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  2. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  3. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  4. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  5. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 8 years ago
  6. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  7. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  8. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  9. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  10. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 10 years ago
  11. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  12. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  13. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  14. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  15. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  16. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  17. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  18. 521143d Update pydoc topics and handle suspicious markup. by Georg Brandl · 13 years ago
  19. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  20. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  21. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  22. 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
  23. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  24. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  25. 12c695c #5121: fix claims about default values leading to segfaults. by Georg Brandl · 14 years ago
  26. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  27. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  28. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  30. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago