1. 66e565e merge with 2.6 by Georg Brandl · 13 years ago
  2. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  3. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  4. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  5. 7d13cd3 logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  6. bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 14 years ago
  7. 09c05fd don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 14 years ago
  8. 8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ by Sandro Tosi · 14 years ago
  9. c39b552 #14020: improve HTMLParser documentation. by Ezio Melotti · 14 years ago
  10. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 14 years ago
  11. c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 14 years ago
  12. d9756be Improve doc for atexit.register (#12297) by Éric Araujo · 14 years ago
  13. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 14 years ago
  14. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  15. 4665232 Update mention of Subversion repo in the FAQ by Éric Araujo · 14 years ago
  16. 4ad7f7f distutils 2.7’s Extension does not support optional (#13865). by Éric Araujo · 14 years ago
  17. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 14 years ago
  18. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  19. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
  20. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
  21. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 14 years ago
  22. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  23. 65de77e Clean-up docs for input() by Raymond Hettinger · 14 years ago
  24. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 14 years ago
  25. c5f310c Clarify the note for UserList by Raymond Hettinger · 14 years ago
  26. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 14 years ago
  27. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 14 years ago
  28. 3c8807b merge. by Brian Curtin · 14 years ago
  29. b4bef30 merge from fb225c289bf0 by Brian Curtin · 14 years ago
  30. 6ab9813 Use xrange in the example by Raymond Hettinger · 14 years ago
  31. 9f55b63 fix whitespace by Raymond Hettinger · 14 years ago
  32. bdb7fe4 Add a usage note by Raymond Hettinger · 14 years ago
  33. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 14 years ago
  34. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 14 years ago
  35. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
  36. 0a15103 merge heads by Benjamin Peterson · 14 years ago
  37. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 14 years ago
  38. e9401a0 #13852: some small doc fixes. by Georg Brandl · 14 years ago
  39. af90a40 kill extra word by Benjamin Peterson · 14 years ago
  40. bcd6f39 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 14 years ago
  41. dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 14 years ago
  42. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 14 years ago
  43. 51ab351 Move a space. by Ezio Melotti · 14 years ago
  44. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 14 years ago
  45. 27a4918 Fix conf.py for Sphinx 1.0. by Georg Brandl · 14 years ago
  46. 0bb1251 whitespace by Terry Jan Reedy · 14 years ago
  47. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 14 years ago
  48. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
  49. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 14 years ago
  50. d53abd3 Issue #11948: clarify modules search path by Sandro Tosi · 14 years ago
  51. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  52. 25e76bd file.next() doc refers to itself by Sandro Tosi · 14 years ago
  53. 03c6110 revert part of cefe4f38fa0e, as agreed with Éric by Sandro Tosi · 14 years ago
  54. 6008a8b Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 14 years ago
  55. 8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 14 years ago
  56. 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 14 years ago
  57. bde7eac fix typo; thanks to Jan Heidbrink from docs@ by Sandro Tosi · 14 years ago
  58. 7d77c6f remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 14 years ago
  59. c86bb00 Fix label names. by Georg Brandl · 14 years ago
  60. 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 14 years ago
  61. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 14 years ago
  62. d6e87f4 update part of sphinxext by Sandro Tosi · 14 years ago
  63. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  64. bbd41d0 update Sphinx reference from 0.6.7 to 1.0.7 by Sandro Tosi · 14 years ago
  65. 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
  66. 4ba76b6 closes #13730 by Terry Jan Reedy · 14 years ago
  67. 2d047e8 Merge by Antoine Pitrou · 14 years ago
  68. d716c73 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 14 years ago
  69. 477a06c Minor correction. Closes #11418 by Terry Jan Reedy · 14 years ago
  70. 1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 14 years ago
  71. 8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. by Senthil Kumaran · 14 years ago
  72. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 14 years ago
  73. c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. by Raymond Hettinger · 14 years ago
  74. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  75. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  76. e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 14 years ago
  77. f788cf7 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 14 years ago
  78. 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
  79. 24f207e Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 14 years ago
  80. 7f418f6 Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 14 years ago
  81. 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  82. 499718d Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  83. 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  84. 8448dfa Issue #13302: backport part of 3ed28f28466f by Sandro Tosi · 14 years ago
  85. e827c13 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 14 years ago
  86. 5f8d606 add another year to glorious PSF IP by Benjamin Peterson · 14 years ago
  87. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  88. 4b76f8a Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 14 years ago
  89. c016f46 use booleans by Benjamin Peterson · 14 years ago
  90. 2c9eee1 I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 14 years ago
  91. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  92. a4d06e7 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  93. 4526273 fix to sent/send typo by Sandro Tosi · 14 years ago
  94. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  95. 238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 14 years ago
  96. ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 14 years ago
  97. 4fbad84 remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  98. 55ae12b correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  99. 17fbe40 porting mimetype doc changes from 3.2. by Senthil Kumaran · 14 years ago
  100. a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is by Senthil Kumaran · 14 years ago