1. 0ddc30b Fix reference direction. by Georg Brandl · 15 years ago
  2. c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
  3. 638b869 Add a link on maketrans(). by Florent Xicluna · 15 years ago
  4. 264552a Link to unittest2 article by Andrew M. Kuchling · 15 years ago
  5. 10595a6 Use title case by Andrew M. Kuchling · 15 years ago
  6. 93c40d4 Markup fix; re-word a sentence by Andrew M. Kuchling · 15 years ago
  7. 814a66f finish clause by Benjamin Peterson · 15 years ago
  8. 368ede8 Issue 8671: Whitespace fix. by Eric Smith · 15 years ago
  9. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  10. 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
  11. 0efe18a Write summary of the 2.7 release; rewrite the future section some more; by Andrew M. Kuchling · 15 years ago
  12. 8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. by Michael Foord · 15 years ago
  13. 304500c Markup fixes by Andrew M. Kuchling · 15 years ago
  14. 8e34386 Add logging.dictConfig example; give up on writing a Ttk example by Andrew M. Kuchling · 15 years ago
  15. badc709 Get accents correct by Andrew M. Kuchling · 15 years ago
  16. 85fffc3 Add two items by Andrew M. Kuchling · 15 years ago
  17. d1e696b Re-word text by Andrew M. Kuchling · 15 years ago
  18. d69e6ee Fix some markup and a class name. Also, wrap a long line. by Antoine Pitrou · 15 years ago
  19. 02f7b99 Add a new section on the development plan; add an item by Andrew M. Kuchling · 15 years ago
  20. 328e377 ensure that availability information is on its own line at the end of the function docs by Benjamin Peterson · 15 years ago
  21. 7aaef84 Availability gets its own line by Benjamin Peterson · 15 years ago
  22. acab940 Change section title; point to unittest2 by Andrew M. Kuchling · 15 years ago
  23. 837a538 Add 2 items; record ideas for two initial sections; clarify wording by Andrew M. Kuchling · 15 years ago
  24. e86b7fe Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items by Andrew M. Kuchling · 15 years ago
  25. a14f2d1 Use anonymous hyperlinks by Andrew M. Kuchling · 15 years ago
  26. ca48562 Add various items by Andrew M. Kuchling · 15 years ago
  27. 4758183 Reword paragraph; fix filename, which should be pyconfig.h by Andrew M. Kuchling · 15 years ago
  28. 9319548 Issue 8628: fix incorrect documentation for numbers.Complex.imag. by Mark Dickinson · 15 years ago
  29. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  30. 04b99cc Add some more items; the urlparse change is added twice by Andrew M. Kuchling · 15 years ago
  31. c3ce9e3 wbits negative was documented SEVEN years ago by Jesus Cea · 15 years ago
  32. 5cace78 Fix attribution. Travis didn't do much and he did a bad work. by Antoine Pitrou · 15 years ago
  33. 9fbbd3b Describe memoryview by Andrew M. Kuchling · 15 years ago
  34. 7de14ac Minor grammar fix by Andrew M. Kuchling · 15 years ago
  35. d3b6022 Add various items by Andrew M. Kuchling · 15 years ago
  36. c4ae73e Add item by Andrew M. Kuchling · 15 years ago
  37. b3437c9 Minor grammar re-wording by Andrew M. Kuchling · 15 years ago
  38. c121f13 Add various items; rearrange unittest section a bit by Andrew M. Kuchling · 15 years ago
  39. 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 15 years ago
  40. 5453366 Fix typos by Andrew M. Kuchling · 15 years ago
  41. 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 15 years ago
  42. a01f689 Fixes issue 8543 (asynchat documentation issues) by Giampaolo Rodolà · 15 years ago
  43. f62b50f Fixing the Broken links of mechanize library. by Senthil Kumaran · 15 years ago
  44. ab9149d Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup. by Ezio Melotti · 15 years ago
  45. b17b3c5 update pypy url by Benjamin Peterson · 15 years ago
  46. fa0e779 update pypy description by Benjamin Peterson · 15 years ago
  47. b2454b2 Add various unittest items by Andrew M. Kuchling · 15 years ago
  48. fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 15 years ago
  49. 15c82d2 Add various items by Andrew M. Kuchling · 15 years ago
  50. 689405e Clarify and fix the documentation for IOBase.close() by Antoine Pitrou · 15 years ago
  51. ece349e State clearly that truncate() doesn't move the file position, by Antoine Pitrou · 15 years ago
  52. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
  53. ad709ee Add version changed note for -m tinkering with sys.argv[0] during the search process by Nick Coghlan · 15 years ago
  54. c5e4485 Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed by Nick Coghlan · 15 years ago
  55. dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
  56. eef5c35 make slice notation in (r)find docs consistent by Benjamin Peterson · 15 years ago
  57. a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
  58. 47b5440 Adding versionadded to various new unittest functions in documentation by Michael Foord · 15 years ago
  59. 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
  60. adbcf1f Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. by Georg Brandl · 15 years ago
  61. 1e51825 Fix code example to have valid syntax so that it can be highlighted. by Georg Brandl · 15 years ago
  62. bb091e7 Patch from Tim Hatch: Minor spelling changes to _winreg docs. by Georg Brandl · 15 years ago
  63. a3f1e4c Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface. by Georg Brandl · 15 years ago
  64. 9bfb78d Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. by Georg Brandl · 15 years ago
  65. 1f62087 Remove LaTeXy index entry syntax. by Georg Brandl · 15 years ago
  66. 0b093e0 #8522: use with statement instead of try-finally for file handling. by Georg Brandl · 15 years ago
  67. 404bd7f #8528: fix typo. by Georg Brandl · 15 years ago
  68. 5fa9fb4 Fix #5774. Some _winreg functions are documented as taking kwargs but don't. by Brian Curtin · 15 years ago
  69. f8bff48 Markup fixes. by Georg Brandl · 15 years ago
  70. f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
  71. e11d85c Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage. by Georg Brandl · 15 years ago
  72. 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
  73. 0a36181 Updated the RFCs list in the See Also section of urlparse.rst by Senthil Kumaran · 15 years ago
  74. e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
  75. 8c09ebc #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse by Ezio Melotti · 15 years ago
  76. 1f8dd36 Add version info for os.kill and signal changes from #1220212. by Brian Curtin · 15 years ago
  77. 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
  78. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  79. 7794b5b Update link to Apple Publication Style guide. by R. David Murray · 15 years ago
  80. 85f928a Add various items by Andrew M. Kuchling · 15 years ago
  81. 363dbcc Add various items; correct argparse output by Andrew M. Kuchling · 15 years ago
  82. 9f5fd60 Fix missing. by Georg Brandl · 15 years ago
  83. c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
  84. 710a5db #5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable. by Georg Brandl · 15 years ago
  85. 4a589c3 #8399: add note about Windows and O_BINARY. by Georg Brandl · 15 years ago
  86. b6c1aeb Add some text by Andrew M. Kuchling · 15 years ago
  87. 6c50efe Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek(). by Georg Brandl · 15 years ago
  88. f03641a Add argparse example by Andrew M. Kuchling · 15 years ago
  89. d073107 Get rid of multi-row cells. by Georg Brandl · 15 years ago
  90. ce69052 Add an item; stray edit by Andrew M. Kuchling · 15 years ago
  91. 44340e6 Add usage notes for collections.Counter(). by Raymond Hettinger · 15 years ago
  92. 78ab583 More struct doc tweaks. by Mark Dickinson · 15 years ago
  93. b633f10 Rewrap some long lines in struct module doc source. by Mark Dickinson · 15 years ago
  94. bbacb83 Issue #7355: Various improvements to struct module documentation. by Mark Dickinson · 15 years ago
  95. 4e20ab2 Update the Windows FAQ's text about os.kill (#1220212). by Brian Curtin · 15 years ago
  96. 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
  97. fa900d4 typo by Barry Warsaw · 15 years ago
  98. 4515f0d Add several items by Andrew M. Kuchling · 15 years ago
  99. 6d7dfa2 Add two items by Andrew M. Kuchling · 15 years ago
  100. 884d0a3 Two typo fixes by Andrew M. Kuchling · 15 years ago