1. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 15 years ago
  2. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 15 years ago
  3. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 15 years ago
  4. 3ed4114 #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. by Georg Brandl · 15 years ago
  5. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 15 years ago
  6. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 15 years ago
  7. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 15 years ago
  8. 279b56d Fix a minor docs bug. by Senthil Kumaran · 15 years ago
  9. b4dac71 #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError. by Georg Brandl · 15 years ago
  10. 8227045 Fix sphinx role markups. by Senthil Kumaran · 15 years ago
  11. 46a48be Fix ``make check`` warnings. by Senthil Kumaran · 15 years ago
  12. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 15 years ago
  13. d449a8a Issue10100 - fromfd is now available on all platforms by Senthil Kumaran · 15 years ago
  14. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 15 years ago
  15. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
  16. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 15 years ago
  17. 539c165 #6825: small correction to split() docs. by Georg Brandl · 15 years ago
  18. 7c4cad5 #10046: small correction to atexit docs. by Georg Brandl · 15 years ago
  19. 4eb6597 #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document. by Georg Brandl · 15 years ago
  20. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 15 years ago
  21. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 15 years ago
  22. 1ab19ca Fix grammar by Antoine Pitrou · 15 years ago
  23. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 15 years ago
  24. 73a3f2d fix spelling #10078 by Benjamin Peterson · 15 years ago
  25. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 15 years ago
  26. 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 15 years ago
  27. 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 15 years ago
  28. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 15 years ago
  29. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 15 years ago
  30. fc8408c remove author names from prose by Benjamin Peterson · 15 years ago
  31. 7c0a227 What's new entry for email 5.1. by R. David Murray · 15 years ago
  32. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 15 years ago
  33. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 15 years ago
  34. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
  35. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  36. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 15 years ago
  37. a102ae3 #10034: import readline in longer example. by Georg Brandl · 15 years ago
  38. c08d907 fix a typo. by Senthil Kumaran · 15 years ago
  39. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 15 years ago
  40. eeed955 Indent version tags properly. by Georg Brandl · 15 years ago
  41. 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 15 years ago
  42. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 15 years ago
  43. e0941c5 Fixes #10020 by Gerhard Häring · 15 years ago
  44. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 15 years ago
  45. ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 15 years ago
  46. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
  47. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 15 years ago
  48. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 15 years ago
  49. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 15 years ago
  50. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 15 years ago
  51. 76ca3b4 logging: Updated library configuration documentation. by Vinay Sajip · 15 years ago
  52. a305ca7 Fix typo. by Antoine Pitrou · 15 years ago
  53. fda2106 #9562: slight clarification. by Georg Brandl · 15 years ago
  54. a0fc3d3 #9944: fix typo. by Georg Brandl · 15 years ago
  55. 972412d Updated SysLogHandler documentation. by Vinay Sajip · 15 years ago
  56. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 15 years ago
  57. e5768cf Small fixes in the gzip docs by Antoine Pitrou · 15 years ago
  58. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 15 years ago
  59. 5577892 logging: Improved documentation re. blocking handlers. by Vinay Sajip · 15 years ago
  60. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 15 years ago
  61. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 15 years ago
  62. 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
  63. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 15 years ago
  64. ceff566 Document HTTPReponse.fileno() method by Senthil Kumaran · 15 years ago
  65. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 15 years ago
  66. 83eadd1 logging: hasHandlers additions documented. by Vinay Sajip · 15 years ago
  67. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 15 years ago
  68. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 15 years ago
  69. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 15 years ago
  70. 035cedb Edit concurrent docs, add versionadded and see also reference to the PEP. by Georg Brandl · 15 years ago
  71. c713fc7 edit concurrent.future docs by Benjamin Peterson · 15 years ago
  72. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 15 years ago
  73. ac00799 Improved Filter documentation. by Vinay Sajip · 15 years ago
  74. c8c8c69 Improved basicConfig and custom level documentation. by Vinay Sajip · 15 years ago
  75. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 15 years ago
  76. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 15 years ago
  77. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 15 years ago
  78. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 15 years ago
  79. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 15 years ago
  80. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 15 years ago
  81. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 15 years ago
  82. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 15 years ago
  83. 0055c42 Tidied example script. by Vinay Sajip · 15 years ago
  84. de72692 Tidied example script. by Vinay Sajip · 15 years ago
  85. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 15 years ago
  86. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 15 years ago
  87. 1b5646a Enhanced HTTPHandler documentation. by Vinay Sajip · 15 years ago
  88. 63891ed Expanded QueueHandler documentation. by Vinay Sajip · 15 years ago
  89. 0f4dd9a add spaces by Benjamin Peterson · 15 years ago
  90. c7b1cfa remove less complete of duplicate docs by Benjamin Peterson · 15 years ago
  91. c985f1f remove duplicate statement by Benjamin Peterson · 15 years ago
  92. 4039aff Issue #9827: clarified LogRecord documentation. by Vinay Sajip · 15 years ago
  93. b55e498 Issue #767645: fix os.path.supports_unicode_filenames definition by Victor Stinner · 15 years ago
  94. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 15 years ago
  95. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 15 years ago
  96. 4785916 release() is probably not the most important method by Georg Brandl · 15 years ago
  97. 4f5e298 add reference to file object by Benjamin Peterson · 15 years ago
  98. e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 15 years ago
  99. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 15 years ago
  100. 6c60d09 Improve the repr for the TokenInfo named tuple. by Raymond Hettinger · 15 years ago