1. a39f2af Mention inefficiency of lists as queues, add link to collections.deque discussion. by Georg Brandl · 15 years ago
  2. 0b56ce0 Clarify that for shell=True, the shell PID will be the child PID. by Georg Brandl · 15 years ago
  3. 0fcd882 Introduce copy by slicing, used in later chapters. by Georg Brandl · 15 years ago
  4. d1068be Document that GzipFile supports iteration. by Georg Brandl · 15 years ago
  5. 3814ddf Add a paragraph about set displays. by Georg Brandl · 15 years ago
  6. dad0203 Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. by Georg Brandl · 15 years ago
  7. 118c557 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
  8. 2405547 wrap by Benjamin Peterson · 15 years ago
  9. d47667c document exitfunc fixer by Benjamin Peterson · 15 years ago
  10. 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
  11. b2efeff Fixing the file call in the rfc822.Message replacement example. by Sean Reifscheider · 15 years ago
  12. 95ce1fc Adding an example of reproducing the rfc822.Message() parsing. by Sean Reifscheider · 15 years ago
  13. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 15 years ago
  14. 7358854 #8155: Preserve backward compatibility for test_support.check_warnings(). Add regression tests. by Florent Xicluna · 15 years ago
  15. 2060e42 Issue #8162: logging: Clarified docstring and documentation for disable function. by Vinay Sajip · 15 years ago
  16. 65db587 #8137: add iso-8859-16 to the standard encodings table. by Georg Brandl · 15 years ago
  17. 88db6f4 Minor documentation updates for xml.etree. by Florent Xicluna · 15 years ago
  18. a231e45 Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions. by Florent Xicluna · 15 years ago
  19. 583302c Update some parts of the xml.etree documentation. by Florent Xicluna · 15 years ago
  20. 45534ce Update for new download location. by Georg Brandl · 15 years ago
  21. e82110f Change/fix handling of docs download location: for daily builds, put them right next to the HTML. by Georg Brandl · 15 years ago
  22. fce7b86 Bump externals versions for doc build. by Georg Brandl · 15 years ago
  23. 3446583 Add Makefile targets for automatic doc build. Add script that will be used for daily build. by Georg Brandl · 15 years ago
  24. 93dd9b8 #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. by Ezio Melotti · 15 years ago
  25. c4785a7 fix broken links by Ezio Melotti · 15 years ago
  26. f6d36745 Fix warnings from "make check". by Georg Brandl · 15 years ago
  27. 5542727 Get rid of backticks. by Georg Brandl · 15 years ago
  28. ecfa08f Issue #8117: Updated NEWS entry and added to logging documentation. by Vinay Sajip · 15 years ago
  29. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  30. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  31. 9bd3508 Add nicer docstrings to namedtuples(). by Raymond Hettinger · 15 years ago
  32. 08090bf Improve the basic example. by Raymond Hettinger · 15 years ago
  33. d22557c Fix typo. by Georg Brandl · 15 years ago
  34. fed1576 Add various items by Andrew M. Kuchling · 15 years ago
  35. cf741ce Fix syntax: "rc != None" -> "rc is not None" by Florent Xicluna · 15 years ago
  36. 0d4bfec #8044: document Py_{Enter,Leave}RecursiveCall functions. by Georg Brandl · 15 years ago
  37. 38c7203 #8039: document conditional expressions better, giving them their own section. by Georg Brandl · 15 years ago
  38. 303e675 #8085: The function is called PyObject_NewVar, not PyObject_VarNew. by Georg Brandl · 15 years ago
  39. fc8a1ed Refresh the documentation for the test.test_support module. by Florent Xicluna · 15 years ago
  40. 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
  41. 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
  42. a7fa032 settscdump is definitely an implementation detail by Benjamin Peterson · 15 years ago
  43. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  44. 3f3330f Fix documentation of email.Message.get_filename to match by R. David Murray · 15 years ago
  45. ac80c15 rephrase by Benjamin Peterson · 15 years ago
  46. 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 15 years ago
  47. c516d19 fix Sphinx warnings by Benjamin Peterson · 15 years ago
  48. 90c5802 edit for style by Benjamin Peterson · 15 years ago
  49. d2decd9 Add some x-refs. by Georg Brandl · 15 years ago
  50. a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
  51. abe6331 Link correction in documentation. by Michael Foord · 15 years ago
  52. ab21f75 Add an item by Andrew M. Kuchling · 15 years ago
  53. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago
  54. fe6f07c #7637: avoid repeated-concatenation antipattern in example by Andrew M. Kuchling · 15 years ago
  55. 66dab17 #7191: describe more details of wbits parameter by Andrew M. Kuchling · 15 years ago
  56. f8af7b4 #7637: update discussion of minidom.unlink() and garbage collection by Andrew M. Kuchling · 15 years ago
  57. 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 15 years ago
  58. e6390a1 Adds the hashlib.algorithms attribute. See issue7418. by Gregory P. Smith · 15 years ago
  59. 68beef6 Pep8ify test names in the examples. by Ezio Melotti · 15 years ago
  60. 37212ed Link to http://www.python.org/dev/workflow/ from bugs page. by Georg Brandl · 15 years ago
  61. 8dd547f Fix missing parenthesis. by Ezio Melotti · 15 years ago
  62. 84424f1 typo: __next__ -> next by Ezio Melotti · 15 years ago
  63. 9aeeffa #7407: specify default maxsize value; patch by Floris Bruynooghe by Andrew M. Kuchling · 15 years ago
  64. c994186 Fixing issue5475 : urllib2.getproxies not documented by Senthil Kumaran · 15 years ago
  65. 271b7e1 Issue #7928: Document str.format element_index better. by Eric Smith · 15 years ago
  66. de8b2ac Issue #5965: Add documentation for parts of format specification language. by Eric Smith · 15 years ago
  67. e4c74e1 Issue #8004: add a serve target to the Doc Makefile. by Dirkjan Ochtman · 15 years ago
  68. 2d78070 Issue #7733: add explicit reference in asyncore docs. by Dirkjan Ochtman · 15 years ago
  69. 6ae19ad #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) by Georg Brandl · 15 years ago
  70. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  71. 1605b33 fixup markup error by Jack Diederich · 15 years ago
  72. 1e069ee added a note on shutil new APIs by Tarek Ziadé · 15 years ago
  73. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
  74. f2055ae Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. by Andrew M. Kuchling · 15 years ago
  75. 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 15 years ago
  76. f5be4e6 Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. by Mark Dickinson · 15 years ago
  77. dfd0148 #6414: clarify description of processor endianness. by Andrew M. Kuchling · 15 years ago
  78. 6b2bd05 #7794: describe 2.6 support for executing directories and zip archives by Andrew M. Kuchling · 15 years ago
  79. 25d6ddd #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. by Andrew M. Kuchling · 15 years ago
  80. c7337b8 Re-word by Andrew M. Kuchling · 15 years ago
  81. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  82. 61afd26 logging: Documented warnings module integration. by Vinay Sajip · 15 years ago
  83. 74cbd66 #7967: PyXML is no more. by Georg Brandl · 15 years ago
  84. cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 15 years ago
  85. 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
  86. e41e4db Add various items by Andrew M. Kuchling · 15 years ago
  87. 6dfe662 Make the references to Popen in the description of Call by R. David Murray · 15 years ago
  88. cef3409 Remove incorrect apostrophe. by Eric Smith · 15 years ago
  89. f0f6bd6 #7926: fix-up wording. by Georg Brandl · 16 years ago
  90. 4a670c5 #7926: fix stray parens. by Georg Brandl · 16 years ago
  91. a68f7b8 #7921: fix links. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  92. 6164d7a #7907: fix wrong function name in doc. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  93. 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 16 years ago
  94. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
  95. 7b5aa46 Doc fix for unittest. by Michael Foord · 16 years ago
  96. fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 16 years ago
  97. 1247775 Fix typo by Ezio Melotti · 16 years ago
  98. dde96e6 Clarify and correct description for ccbench and iobench. by Antoine Pitrou · 16 years ago
  99. 0e7123f Add two items; move a subsection by Andrew M. Kuchling · 16 years ago
  100. 9e483ef Move distutils into its own subsection; add various items by Andrew M. Kuchling · 16 years ago