1. a09f13a merge from 3.2. by Senthil Kumaran · 14 years ago
  2. 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
  3. cec795d It is really a suffix :-) by Raymond Hettinger · 14 years ago
  4. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  5. 0504532 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  6. 7370590 Move sys.subversion at the right place in alphabetical order, by Antoine Pitrou · 14 years ago
  7. ea901ad Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  8. 8703be9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 14 years ago
  9. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  10. e04d256 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 14 years ago
  11. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  12. 4601530 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  13. 14989cf #11363: clean up curses doc. by Ezio Melotti · 14 years ago
  14. 7bf5ba0 Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch. by Senthil Kumaran · 14 years ago
  15. 196273e Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 14 years ago
  16. 320b914 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
  17. 653a53f Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 14 years ago
  18. 17e2b40 #9921: clarify os.path.join joining algorithm by R David Murray · 14 years ago
  19. 1d33651 #12389: fix missing space at sentence end. by R David Murray · 14 years ago
  20. 491eb6a #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 14 years ago
  21. 898d43c update link to pycrypto (closes #12351) by Benjamin Peterson · 14 years ago
  22. ad52cb2 Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime. by Vinay Sajip · 14 years ago
  23. 45b0829 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  24. 88fc661 Cleanup example by Raymond Hettinger · 14 years ago
  25. 690d4ae Multiple clean-ups to the docs for builtin functions. by Raymond Hettinger · 14 years ago
  26. 783a30f Link to suggestions for how to use super(). by Raymond Hettinger · 14 years ago
  27. 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 14 years ago
  28. 691a659 Simplify example by Raymond Hettinger · 14 years ago
  29. ce77def this should actually be an IOError by Benjamin Peterson · 14 years ago
  30. 30e10d8 add example for not using access by Benjamin Peterson · 14 years ago
  31. b429c57 #12093: fix typo in struct doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  32. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  33. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  34. 87b86c8 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
  35. 001cc95 #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  36. 112d48a (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  37. 941592a Fix grammar to include both integer types in 2.x by Éric Araujo · 14 years ago
  38. ec0ecb1 Fix spelling. by Raymond Hettinger · 14 years ago
  39. 17ebbdb note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
  40. dcaacbf #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  41. bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  42. 6940e61 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
  43. 9d68ad8 Merged solution for #11786 from 2.6 by Łukasz Langa · 14 years ago
  44. 22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). by Łukasz Langa · 14 years ago
  45. a0895db #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  46. c69313a Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
  47. 569083a The \ is not supported in Sphinx 0.6. by Ezio Melotti · 14 years ago
  48. d281f14 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  49. 310619c #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  50. 0a43ecc #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  51. 01b600c Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
  52. 2eab88e #11885: capitalize Python. by Ezio Melotti · 14 years ago
  53. b492378 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  54. 0513275 Updated documentation on fileConfig(). by Vinay Sajip · 14 years ago
  55. 059061a Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 by Victor Stinner · 14 years ago
  56. 1212582 Fix a few hyphens in argparse.rst. by Ezio Melotti · 14 years ago
  57. ad72bb1 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 14 years ago
  58. df453fb Add another example to the collections module docs. by Raymond Hettinger · 14 years ago
  59. 6033d26 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  60. 929e276 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  61. 7f9d2ea #9101: backport json reference in configparser doc. by Ezio Melotti · 14 years ago
  62. a2472d2 Transplant: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  63. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  64. 5dbca9c Issue #11794: Reorganised logging documentation. by Vinay Sajip · 14 years ago
  65. 3c599bd Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  66. f851fe9 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  67. af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  68. d113512 #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  69. 5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
  70. 3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
  71. 254d4b8 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  72. 8bea9a5 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 14 years ago
  73. 7250730 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  74. b6dc81d Fix duplicate word. by Georg Brandl · 14 years ago
  75. c75f265 Fix typo in class name by Éric Araujo · 14 years ago
  76. ec5b5cb the name of the option is a bit too low-level by Benjamin Peterson · 14 years ago
  77. dbc5e12 Minor doc clean-up. by Raymond Hettinger · 14 years ago
  78. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  79. ab40e4c Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  80. a3ed3f0 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  81. ad797b6 #11484: remove paragraph about with_traceback from 2.7 doc. by Ezio Melotti · 14 years ago
  82. ec40bab Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  83. 4f1a665 clarify condition for readline to return EOF (closes #11312) by Benjamin Peterson · 14 years ago
  84. 5ddf51f Fixes issue #11476: StreamHandler parameter name change documented. by Vinay Sajip · 14 years ago
  85. c3ab30b Fix typo. by Ezio Melotti · 14 years ago
  86. 3c5edd0 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  87. efd8bab #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  88. 3cbb66b Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  89. dd7c593 Backport from 3.x several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  90. 9e1ed47 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  91. 6076c1b #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  92. 6dea5f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  93. 3a610a5 #11373: fix spelling. by Georg Brandl · 14 years ago
  94. 21b832e #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
  95. 17e25d8 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  96. 63390b3 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 14 years ago
  97. 3c86523 Markup backport fix. by Georg Brandl · 14 years ago
  98. 2804602 Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  99. 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 14 years ago
  100. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago