1. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  2. cd889af More new things in what's new by Antoine Pitrou · 14 years ago
  3. 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 14 years ago
  4. 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 14 years ago
  5. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  6. fa4f7f9 Fix spelling and markup. by Georg Brandl · 14 years ago
  7. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  8. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  9. a102ae3 #10034: import readline in longer example. by Georg Brandl · 14 years ago
  10. c08d907 fix a typo. by Senthil Kumaran · 14 years ago
  11. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 14 years ago
  12. eeed955 Indent version tags properly. by Georg Brandl · 14 years ago
  13. 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 14 years ago
  14. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  15. e0941c5 Fixes #10020 by Gerhard Häring · 14 years ago
  16. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  17. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  18. ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 14 years ago
  19. d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 14 years ago
  20. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  21. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 14 years ago
  22. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 14 years ago
  23. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 14 years ago
  24. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
  25. c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 14 years ago
  26. f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 14 years ago
  27. 99a00a4 Various improvements to the docs of the buffer API by Antoine Pitrou · 14 years ago
  28. a0b6873 Discourage use of the old buffer API funcs by Antoine Pitrou · 14 years ago
  29. 826903e Issue #9970: improve C API documentation for memoryview objects by Antoine Pitrou · 14 years ago
  30. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  31. 76ca3b4 logging: Updated library configuration documentation. by Vinay Sajip · 14 years ago
  32. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  33. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  34. fda2106 #9562: slight clarification. by Georg Brandl · 14 years ago
  35. a0fc3d3 #9944: fix typo. by Georg Brandl · 14 years ago
  36. 972412d Updated SysLogHandler documentation. by Vinay Sajip · 14 years ago
  37. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  38. e5768cf Small fixes in the gzip docs by Antoine Pitrou · 14 years ago
  39. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  40. 5a7a52f #9582 - add a missing "are" and reflow the line. by Brian Curtin · 14 years ago
  41. 5577892 logging: Improved documentation re. blocking handlers. by Vinay Sajip · 14 years ago
  42. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  43. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  44. b5d23b4 note version by Benjamin Peterson · 14 years ago
  45. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  46. 45fb9a1 Add missing word. by Marc-André Lemburg · 14 years ago
  47. 6b91fc4 Add OpenSSL license to the Python license documenation page. by Marc-André Lemburg · 14 years ago
  48. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  49. ceff566 Document HTTPReponse.fileno() method by Senthil Kumaran · 14 years ago
  50. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  51. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  52. 83eadd1 logging: hasHandlers additions documented. by Vinay Sajip · 14 years ago
  53. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  54. 448f20b Fix typo. by Georg Brandl · 14 years ago
  55. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 14 years ago
  56. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 14 years ago
  57. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 14 years ago
  58. 035cedb Edit concurrent docs, add versionadded and see also reference to the PEP. by Georg Brandl · 14 years ago
  59. c713fc7 edit concurrent.future docs by Benjamin Peterson · 14 years ago
  60. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago
  61. ac00799 Improved Filter documentation. by Vinay Sajip · 14 years ago
  62. c8c8c69 Improved basicConfig and custom level documentation. by Vinay Sajip · 14 years ago
  63. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 14 years ago
  64. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 14 years ago
  65. 7d49bc9 Move library changes to the right section by Antoine Pitrou · 14 years ago
  66. d305200 Add entries to whatsnew by Antoine Pitrou · 14 years ago
  67. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  68. 6a11a98 Update file-related information in the FAQ. by Antoine Pitrou · 14 years ago
  69. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  70. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
  71. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  72. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 14 years ago
  73. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  74. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  75. 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
  76. 0055c42 Tidied example script. by Vinay Sajip · 14 years ago
  77. de72692 Tidied example script. by Vinay Sajip · 14 years ago
  78. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 14 years ago
  79. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  80. 1b5646a Enhanced HTTPHandler documentation. by Vinay Sajip · 14 years ago
  81. 63891ed Expanded QueueHandler documentation. by Vinay Sajip · 14 years ago
  82. 0f4dd9a add spaces by Benjamin Peterson · 14 years ago
  83. c7b1cfa remove less complete of duplicate docs by Benjamin Peterson · 14 years ago
  84. c985f1f remove duplicate statement by Benjamin Peterson · 14 years ago
  85. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  86. 0cbec57 Document changes on mbcs encoding by Victor Stinner · 14 years ago
  87. 62d52fd - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses by Matthias Klose · 14 years ago
  88. 44ef774 #9608, #8518 : clarify and improve discussion of exceptions in howto. by R. David Murray · 14 years ago
  89. 4039aff Issue #9827: clarified LogRecord documentation. by Vinay Sajip · 14 years ago
  90. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  91. b55e498 Issue #767645: fix os.path.supports_unicode_filenames definition by Victor Stinner · 14 years ago
  92. d032532 add newline by Benjamin Peterson · 14 years ago
  93. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  94. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  95. 4785916 release() is probably not the most important method by Georg Brandl · 14 years ago
  96. 4f5e298 add reference to file object by Benjamin Peterson · 14 years ago
  97. e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 14 years ago
  98. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  99. 6c60d09 Improve the repr for the TokenInfo named tuple. by Raymond Hettinger · 14 years ago
  100. 44d7b6a Add docstring to cmd.Cmd.do_help() by Raymond Hettinger · 14 years ago