1. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 15 years ago
  2. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  3. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 15 years ago
  4. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 15 years ago
  5. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 15 years ago
  6. 4ee6d25 Improve English phrasing. by R. David Murray · 15 years ago
  7. 7c2bc83 Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided by Nick Coghlan · 15 years ago
  8. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 15 years ago
  9. 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 15 years ago
  10. 3a02624 Add usage note. by Raymond Hettinger · 15 years ago
  11. f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 15 years ago
  12. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  13. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 15 years ago
  14. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  15. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  16. 2742e7e Move comment to correct line. by Raymond Hettinger · 15 years ago
  17. 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  18. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  19. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
  20. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  21. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
  22. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 15 years ago
  23. e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 15 years ago
  24. 42a8264 Remove period from end of headings. by Georg Brandl · 15 years ago
  25. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  26. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
  27. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago
  28. 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 15 years ago
  29. e7dbebb Minor documentation fixes for logging. by Eric Smith · 15 years ago
  30. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 15 years ago
  31. 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 15 years ago
  32. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 15 years ago
  33. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
  34. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 15 years ago
  35. 764fbcb The class for regexes isn't called RegexObject any more; correct the text by Andrew M. Kuchling · 15 years ago
  36. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 15 years ago
  37. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  38. d198b76 Fix markup. by Georg Brandl · 15 years ago
  39. d7ead0c fix signature by Benjamin Peterson · 15 years ago
  40. 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 15 years ago
  41. 2fcd173 Rewrap a few long lines. by Georg Brandl · 15 years ago
  42. 6da0e6a Fix markup problem. by Georg Brandl · 15 years ago
  43. 6a46898 Fix some more small markup problems. by Georg Brandl · 15 years ago
  44. 7be493a Use preferred form of raising exceptions. by Georg Brandl · 15 years ago
  45. ccbb47b #6146: fix markup bug. by Georg Brandl · 15 years ago
  46. ecf3c62 no fdatasync on macos by Benjamin Peterson · 15 years ago
  47. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 15 years ago
  48. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 15 years ago
  49. fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 15 years ago
  50. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  51. 1075c9b switch library reference and language reference by Benjamin Peterson · 15 years ago
  52. a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  53. 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 15 years ago
  54. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  55. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  56. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 15 years ago
  57. d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 15 years ago
  58. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  59. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  60. 91d517c remove mention of old ctypes version by Benjamin Peterson · 15 years ago
  61. bc4af35 #6086: fix spelling and use a better exception to catch. by Georg Brandl · 15 years ago
  62. 346a38d Correction in softspace behavior description. by Georg Brandl · 15 years ago
  63. e15048e s/use/call/ by Georg Brandl · 15 years ago
  64. 22396da Fix confusing wording. by Georg Brandl · 15 years ago
  65. 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 15 years ago
  66. fa0123b #6084: fix example. by Georg Brandl · 15 years ago
  67. 5a8d7eb Use raise X(y). by Georg Brandl · 15 years ago
  68. 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 15 years ago
  69. 9b6f13e Fix-up moving average example. by Raymond Hettinger · 15 years ago
  70. ac2380b #6051: refer to email examples for better way to construct email messages. by Georg Brandl · 15 years ago
  71. 498a9b3 #6055: refer to "sqlite3" consistently. by Georg Brandl · 15 years ago
  72. 50f362f Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  73. 5605416 chop off slash by Benjamin Peterson · 15 years ago
  74. cadaf55 ignore .rst files in sphinx its self by Benjamin Peterson · 15 years ago
  75. 903953c #5935: mention that BROWSER is looked for in PATH. by Georg Brandl · 15 years ago
  76. ee8e08b #5942: Copy over flag table from dbm.rst which is clearer. by Georg Brandl · 15 years ago
  77. 4c8b1c7 #6017: better document behavior of dictiterators when the dict is changed. by Georg Brandl · 15 years ago
  78. 5e88eea part of #4144: fix exception message in console session. by Georg Brandl · 15 years ago
  79. c03cd4c Fix about and bugs pages to match real workflow. by Georg Brandl · 15 years ago
  80. d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 15 years ago
  81. 14315d6 #6009: undocument default argument of Option as deprecated. by Georg Brandl · 15 years ago
  82. 29d3a04 #6025: fix signature of parse(). by Georg Brandl · 15 years ago
  83. 8dc3b44 #6034: clarify __reversed__ doc. by Georg Brandl · 15 years ago
  84. 490096e Fix example output for doctest-like demos. by Georg Brandl · 15 years ago
  85. 51d06ab importlib.import_module is better these days by Benjamin Peterson · 15 years ago
  86. 7118954 Make it clear up front that shelve only records changes by R. David Murray · 15 years ago
  87. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 15 years ago
  88. 3dabc10 sys.setdefaultencoding() strikes me as a bad example by Benjamin Peterson · 15 years ago
  89. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  90. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  91. d8282ee Fix name. by Georg Brandl · 15 years ago
  92. 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 15 years ago
  93. dd26681 Revert inappropriate doc change. by R. David Murray · 15 years ago
  94. e202700 Document how to pass a 'decode' argument to get_payload when by R. David Murray · 15 years ago
  95. 1271662 Remove two dead links by Andrew M. Kuchling · 15 years ago
  96. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  97. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  98. e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 15 years ago
  99. f5f045e #5927, 5928: typos. by Georg Brandl · 15 years ago
  100. 2ca9be4 #5925: fix highlighting of keyword table. by Georg Brandl · 15 years ago