1. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  2. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 15 years ago
  3. d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 15 years ago
  4. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  5. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  6. 91d517c remove mention of old ctypes version by Benjamin Peterson · 15 years ago
  7. bc4af35 #6086: fix spelling and use a better exception to catch. by Georg Brandl · 15 years ago
  8. 346a38d Correction in softspace behavior description. by Georg Brandl · 15 years ago
  9. e15048e s/use/call/ by Georg Brandl · 15 years ago
  10. 22396da Fix confusing wording. by Georg Brandl · 15 years ago
  11. 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 15 years ago
  12. fa0123b #6084: fix example. by Georg Brandl · 15 years ago
  13. 5a8d7eb Use raise X(y). by Georg Brandl · 15 years ago
  14. 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 15 years ago
  15. 9b6f13e Fix-up moving average example. by Raymond Hettinger · 15 years ago
  16. ac2380b #6051: refer to email examples for better way to construct email messages. by Georg Brandl · 15 years ago
  17. 498a9b3 #6055: refer to "sqlite3" consistently. by Georg Brandl · 15 years ago
  18. 50f362f Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  19. 5605416 chop off slash by Benjamin Peterson · 15 years ago
  20. cadaf55 ignore .rst files in sphinx its self by Benjamin Peterson · 15 years ago
  21. 903953c #5935: mention that BROWSER is looked for in PATH. by Georg Brandl · 15 years ago
  22. ee8e08b #5942: Copy over flag table from dbm.rst which is clearer. by Georg Brandl · 15 years ago
  23. 4c8b1c7 #6017: better document behavior of dictiterators when the dict is changed. by Georg Brandl · 15 years ago
  24. 5e88eea part of #4144: fix exception message in console session. by Georg Brandl · 15 years ago
  25. c03cd4c Fix about and bugs pages to match real workflow. by Georg Brandl · 15 years ago
  26. d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 15 years ago
  27. 14315d6 #6009: undocument default argument of Option as deprecated. by Georg Brandl · 15 years ago
  28. 29d3a04 #6025: fix signature of parse(). by Georg Brandl · 15 years ago
  29. 8dc3b44 #6034: clarify __reversed__ doc. by Georg Brandl · 15 years ago
  30. 490096e Fix example output for doctest-like demos. by Georg Brandl · 15 years ago
  31. 51d06ab importlib.import_module is better these days by Benjamin Peterson · 15 years ago
  32. 7118954 Make it clear up front that shelve only records changes by R. David Murray · 15 years ago
  33. 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
  34. 3dabc10 sys.setdefaultencoding() strikes me as a bad example by Benjamin Peterson · 15 years ago
  35. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  36. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  37. d8282ee Fix name. by Georg Brandl · 15 years ago
  38. 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 15 years ago
  39. dd26681 Revert inappropriate doc change. by R. David Murray · 15 years ago
  40. e202700 Document how to pass a 'decode' argument to get_payload when by R. David Murray · 15 years ago
  41. 1271662 Remove two dead links by Andrew M. Kuchling · 15 years ago
  42. 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
  43. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  44. e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 15 years ago
  45. f5f045e #5927, 5928: typos. by Georg Brandl · 15 years ago
  46. 2ca9be4 #5925: fix highlighting of keyword table. by Georg Brandl · 15 years ago
  47. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  48. 07ef487 by Michael Foord · 15 years ago
  49. 2b42c29 add myself by Benjamin Peterson · 15 years ago
  50. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 15 years ago
  51. 92b9700 Add items by Andrew M. Kuchling · 15 years ago
  52. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 15 years ago
  53. 24cc78a Fix directive name. by Georg Brandl · 15 years ago
  54. b64b827 Review ipaddr docs and add them in the TOC under "Internet protocols". by Georg Brandl · 15 years ago
  55. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  56. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 15 years ago
  57. b01c6e5 Make the turtle.rst doctests pass. I have a feeling there should be by R. David Murray · 15 years ago
  58. 8c5326f #5878: fix repr of re object. by Georg Brandl · 15 years ago
  59. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 15 years ago
  60. 3b23c9c Remove spurious 'u'. by R. David Murray · 15 years ago
  61. 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 15 years ago
  62. 8b8f8cc Add example to the seealso section. by Raymond Hettinger · 15 years ago
  63. ec047e0 Make sys.xxx variable references into links, note that print_last only by R. David Murray · 15 years ago
  64. 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 15 years ago
  65. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 15 years ago
  66. b44c9f3 Demote warnings to notices, part 2: stuff that is 2.x-only. by Georg Brandl · 15 years ago
  67. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 15 years ago
  68. d91f8cf Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items. by Georg Brandl · 15 years ago
  69. e1b79ce #5856: fix typo s in traceback example. by Georg Brandl · 15 years ago
  70. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  71. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 15 years ago
  72. 0d478c4 Another file where the versions need to be up to date. by Georg Brandl · 15 years ago
  73. aa9eb9e Remove outdated TODO file. by Georg Brandl · 15 years ago
  74. 576574f Note that the versions are also in README.txt. by Georg Brandl · 15 years ago
  75. dbc5b4b Update versions in instructions for manual set-up. by Georg Brandl · 15 years ago
  76. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  77. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  78. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  79. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  80. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  81. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  82. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  83. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  84. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  85. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  86. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  87. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 15 years ago
  88. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 15 years ago
  89. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 15 years ago
  90. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  91. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  92. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  93. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 15 years ago
  94. c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 15 years ago
  95. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  96. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  97. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  98. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 15 years ago
  99. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 15 years ago
  100. cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 15 years ago