1. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  2. bb66972 Merge #12228 by Mark Dickinson · 13 years ago
  3. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  4. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  5. f68f714 Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  6. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  7. 947d6b0 merge #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  8. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  9. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  10. d6b3840 merge from 3.2 by Senthil Kumaran · 13 years ago
  11. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  12. 110cac1 merge from 3.2 by Senthil Kumaran · 13 years ago
  13. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  14. 9f90470 merge from 3.2. Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  15. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  16. 8ae34b4 merge from 3.2 by Senthil Kumaran · 13 years ago
  17. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  18. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  19. e043b6b Add missing documentation for packaging.pypi.base and .simple by Éric Araujo · 13 years ago
  20. 12f2bff merge heads by Benjamin Peterson · 13 years ago
  21. defe6f6 clarify by Benjamin Peterson · 13 years ago
  22. 2510d9e faulthandler doc: the the => the by Victor Stinner · 13 years ago
  23. 50ae84e merge #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  24. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  25. 8519875 edit and rewrite by Benjamin Peterson · 13 years ago
  26. 364cbb8 merge 3.2 by Benjamin Peterson · 13 years ago
  27. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  28. a1969e0 Merge wording change from 3.2 by Éric Araujo · 13 years ago
  29. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  30. e10b5e1 Fix markup. by Georg Brandl · 13 years ago
  31. bf94b0f Merged documentation update for Formatter.formatTime. by Vinay Sajip · 13 years ago
  32. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  33. 95ebf0e Merged documentation update for issue #12206. by Vinay Sajip · 13 years ago
  34. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  35. bc18532 Branch merge by Éric Araujo · 13 years ago
  36. 7ebadd5 Use correct directive to document one method by Éric Araujo · 13 years ago
  37. 89c00ce Updated Formatter.formatTime docs to indicate configuration via class attributes. by Vinay Sajip · 13 years ago
  38. bbbee04 Merged documentation change for Issue #12168. by Vinay Sajip · 13 years ago
  39. 645e458 Documented change for Issue #12168. by Vinay Sajip · 13 years ago
  40. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  41. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  42. e00a670 Branch merge by Éric Araujo · 13 years ago
  43. c7f9f2b Document how to define extension modules in setup.cfg by Éric Araujo · 13 years ago
  44. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  45. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  46. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 13 years ago
  47. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  48. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  49. e77535c Branch merge by Éric Araujo · 13 years ago
  50. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  51. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 13 years ago
  52. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  53. 3622680 Point to new collections.abc module for collections ABCs by Éric Araujo · 13 years ago
  54. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 13 years ago
  55. f90112e Fix reST label for collections ABCs. by Éric Araujo · 13 years ago
  56. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  57. acf71b8 Merge packaging doc fix by Éric Araujo · 13 years ago
  58. 55729fe Packaging doc: Add missing index file, improve main page description. by Éric Araujo · 13 years ago
  59. 0f6a732 merge by Raymond Hettinger · 13 years ago
  60. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  61. 3a9f58f Add documentation for the packaging module. by Éric Araujo · 13 years ago
  62. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  63. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  64. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  65. f7d08e8 Merge 3.2 by Éric Araujo · 13 years ago
  66. 75e86a6 Merge 3.1 by Éric Araujo · 13 years ago
  67. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 13 years ago
  68. f215631 Put version* directives at the right scope by Éric Araujo · 13 years ago
  69. bc57789 Improve example for crypt module. No string exceptions.. by Éric Araujo · 13 years ago
  70. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  71. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  72. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  73. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  74. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  75. 200e00a Update bz2 docs following issue #1625. by Nadeem Vawda · 13 years ago
  76. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  77. f46676d Branch merge by Éric Araujo · 13 years ago
  78. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  79. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  80. c58140c Issue #12049: cleanup the warning in the random module doc by Victor Stinner · 13 years ago
  81. a675206 Issue #12049: Document errors cases of ssl.RAND_bytes() and by Victor Stinner · 13 years ago
  82. 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 13 years ago
  83. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  84. 1dc5407 Clean-up example. by Raymond Hettinger · 13 years ago
  85. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  86. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  87. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  88. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 13 years ago
  89. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  90. 89cc452 Simplify example by Raymond Hettinger · 13 years ago
  91. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  92. 2ed7521 merge 3.2 by Benjamin Peterson · 13 years ago
  93. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  94. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  95. 7f071e6 merge 3.2 by Benjamin Peterson · 13 years ago
  96. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  97. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  98. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  99. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  100. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 13 years ago