1. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago
  2. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  3. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  4. 8f35c89 Modernize unittest example by Raymond Hettinger · 12 years ago
  5. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  6. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  7. 74b2404 merge by Gregory P. Smith · 12 years ago
  8. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  9. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 12 years ago
  10. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  11. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  12. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 12 years ago
  13. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  14. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  15. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 12 years ago
  16. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 12 years ago
  17. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 12 years ago
  18. f575230 Documentation corrections for unittest.mock by Michael Foord · 12 years ago
  19. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  20. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  21. b271727 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  22. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  23. 3380170 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  24. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  25. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  26. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  27. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 12 years ago
  28. ca99440 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  29. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  30. ac356fc Merge with 3.2: Issue #17386 by Terry Jan Reedy · 12 years ago
  31. 3b220e1 Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. by Terry Jan Reedy · 12 years ago
  32. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 12 years ago
  33. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 12 years ago
  34. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 12 years ago
  35. a142a34 #17402: merge with 3.2. by Ezio Melotti · 12 years ago
  36. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  37. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  38. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  39. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  40. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  41. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  42. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  43. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  44. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  45. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  46. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  47. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  48. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  49. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  50. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  51. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  52. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  53. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  54. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  55. 1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. by Ezio Melotti · 12 years ago
  56. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  57. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  58. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  59. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 12 years ago
  60. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  61. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
  62. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  63. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  64. fed69ba Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  65. faaba59 Regex should be a raw string by Raymond Hettinger · 12 years ago
  66. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 12 years ago
  67. c6641db Add a link to the demo dir. by Ezio Melotti · 12 years ago
  68. df24605 Merge markup fixes in unittest docs from 3.2. by Ezio Melotti · 12 years ago
  69. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  70. 79333db Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  71. 13fb979 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  72. 6401ad6 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  73. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  74. 514f056 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  75. 8fd3669 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  76. 7de72ad Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
  77. 905b648 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
  78. e2c1147 Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  79. ee4a20b Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  80. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  81. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  82. cc5ea62 #15438: merge with 3.2. by Ezio Melotti · 12 years ago
  83. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  84. 5c72b3f #17271: merge with 3.2. by Ezio Melotti · 12 years ago
  85. ad17bc0 #17271: update example in tempfile docs. by Ezio Melotti · 12 years ago
  86. ff3f333 #17256: merge with 3.2. by Ezio Melotti · 12 years ago
  87. a19ebdb #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  88. 8c0bbfd Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  89. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  90. ed891c1 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  91. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  92. 4d6795e #17265: merge with 3.2. by Ezio Melotti · 12 years ago
  93. bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  94. 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  95. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  96. a60de4f Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 12 years ago
  97. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  98. db0b7be Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  99. 38b8254 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  100. f4b54ad Merge: #17166: fix _dummy_thread import example. by R David Murray · 12 years ago