1. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
  2. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 14 years ago
  3. 7cefc30 Tighten up 'byte string' wording in base64 docs. by R. David Murray · 14 years ago
  4. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 14 years ago
  5. 961aaf5 Note the resolution of issue 9778. by Skip Montanaro · 14 years ago
  6. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  7. c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 14 years ago
  8. 134c35b #9730: fix example. by Georg Brandl · 14 years ago
  9. 2379877 Fix documentation of dis.opmap direction. by Georg Brandl · 14 years ago
  10. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago
  11. c814826 Port changes to pickle docs apparently lost in py3k. by Georg Brandl · 14 years ago
  12. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago
  13. 12c695c #5121: fix claims about default values leading to segfaults. by Georg Brandl · 14 years ago
  14. 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 14 years ago
  15. 418cc73 Fix capitalization. by Georg Brandl · 14 years ago
  16. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  17. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  18. f414272 #9117: fix syntax for class definition. by Georg Brandl · 14 years ago
  19. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
  20. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
  21. 0036bcf #9105: move pickle warning to a bit more prominent location. by Georg Brandl · 14 years ago
  22. 047e486 Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway. by Georg Brandl · 14 years ago
  23. fc9794a Make file names consistent. by Georg Brandl · 14 years ago
  24. 4985ff2 #9086: correct wrong terminology about linking with pythonXY.dll. by Georg Brandl · 14 years ago
  25. 531d76b #5212: md5 weaknesses do not affect hmac, so remove the note about that. by Georg Brandl · 14 years ago
  26. f3d0087 Fix copy-paste error in example. by Georg Brandl · 14 years ago
  27. 7306ad5 #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. by Georg Brandl · 14 years ago
  28. eec2d76 #8968: add actual name of token constants. by Georg Brandl · 14 years ago
  29. 80b75fd Fix hmac docs: it takes and returns bytes, except for hexdigest(). by Georg Brandl · 14 years ago
  30. 7716ca6 #8855: add shelve security warning. by Georg Brandl · 14 years ago
  31. 96115fb2 #8811: small fixes to sqlite3 docs. by Georg Brandl · 14 years ago
  32. 8e9eb95 #8686: remove potentially confusing wording that does not add any value. by Georg Brandl · 14 years ago
  33. edc9e7f #8556: use less confusing mapping key in example. by Georg Brandl · 14 years ago
  34. dd909db #10058: tweak wording about exception returns. by Georg Brandl · 14 years ago
  35. 17ef0d5 Note that maxtasksperchild is new in 3.2. by Georg Brandl · 14 years ago
  36. 573caa3 #10124: typo fix. by Georg Brandl · 14 years ago
  37. 8e4ddcf #10122: typo fix. by Georg Brandl · 14 years ago
  38. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 14 years ago
  39. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  40. 392c92a #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. by Georg Brandl · 14 years ago
  41. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  42. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 14 years ago
  43. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 14 years ago
  44. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
  45. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 14 years ago
  46. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  47. 3ed4114 #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. by Georg Brandl · 14 years ago
  48. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 14 years ago
  49. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 14 years ago
  50. 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 · 14 years ago
  51. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  52. 279b56d Fix a minor docs bug. by Senthil Kumaran · 14 years ago
  53. 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 · 14 years ago
  54. 8227045 Fix sphinx role markups. by Senthil Kumaran · 14 years ago
  55. 46a48be Fix ``make check`` warnings. by Senthil Kumaran · 14 years ago
  56. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  57. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  58. d449a8a Issue10100 - fromfd is now available on all platforms by Senthil Kumaran · 14 years ago
  59. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  60. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  61. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  62. 539c165 #6825: small correction to split() docs. by Georg Brandl · 14 years ago
  63. 7c4cad5 #10046: small correction to atexit docs. by Georg Brandl · 14 years ago
  64. 4eb6597 #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document. by Georg Brandl · 14 years ago
  65. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 14 years ago
  66. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  67. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  68. 1ab19ca Fix grammar by Antoine Pitrou · 14 years ago
  69. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  70. 73a3f2d fix spelling #10078 by Benjamin Peterson · 14 years ago
  71. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  72. 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
  73. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  74. 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 14 years ago
  75. 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 14 years ago
  76. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
  77. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  78. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
  79. fc8408c remove author names from prose by Benjamin Peterson · 14 years ago
  80. 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
  81. 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
  82. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  83. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  84. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  85. cd889af More new things in what's new by Antoine Pitrou · 14 years ago
  86. 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 14 years ago
  87. 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 14 years ago
  88. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  89. fa4f7f9 Fix spelling and markup. by Georg Brandl · 14 years ago
  90. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  91. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  92. a102ae3 #10034: import readline in longer example. by Georg Brandl · 14 years ago
  93. c08d907 fix a typo. by Senthil Kumaran · 14 years ago
  94. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 14 years ago
  95. eeed955 Indent version tags properly. by Georg Brandl · 14 years ago
  96. 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 14 years ago
  97. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  98. e0941c5 Fixes #10020 by Gerhard Häring · 14 years ago
  99. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  100. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago