1. 89c00ce Updated Formatter.formatTime docs to indicate configuration via class attributes. by Vinay Sajip · 14 years ago
  2. bbbee04 Merged documentation change for Issue #12168. by Vinay Sajip · 14 years ago
  3. 645e458 Documented change for Issue #12168. by Vinay Sajip · 14 years ago
  4. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 14 years ago
  5. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 14 years ago
  6. e00a670 Branch merge by Éric Araujo · 14 years ago
  7. c7f9f2b Document how to define extension modules in setup.cfg by Éric Araujo · 14 years ago
  8. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 14 years ago
  9. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 14 years ago
  10. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 14 years ago
  11. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 14 years ago
  12. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 14 years ago
  13. e77535c Branch merge by Éric Araujo · 14 years ago
  14. d64b2ba merge heads. by Gregory P. Smith · 14 years ago
  15. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 14 years ago
  16. fa088db Improve glossary entry for ABCs. by Éric Araujo · 14 years ago
  17. 3622680 Point to new collections.abc module for collections ABCs by Éric Araujo · 14 years ago
  18. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 14 years ago
  19. f90112e Fix reST label for collections ABCs. by Éric Araujo · 14 years ago
  20. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  21. acf71b8 Merge packaging doc fix by Éric Araujo · 14 years ago
  22. 55729fe Packaging doc: Add missing index file, improve main page description. by Éric Araujo · 14 years ago
  23. 0f6a732 merge by Raymond Hettinger · 14 years ago
  24. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 14 years ago
  25. 3a9f58f Add documentation for the packaging module. by Éric Araujo · 14 years ago
  26. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 14 years ago
  27. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 14 years ago
  28. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 14 years ago
  29. f7d08e8 Merge 3.2 by Éric Araujo · 14 years ago
  30. 75e86a6 Merge 3.1 by Éric Araujo · 14 years ago
  31. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 14 years ago
  32. f215631 Put version* directives at the right scope by Éric Araujo · 14 years ago
  33. bc57789 Improve example for crypt module. No string exceptions.. by Éric Araujo · 14 years ago
  34. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 14 years ago
  35. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 14 years ago
  36. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 14 years ago
  37. f33de71 Minor doc addition for clarity by Éric Araujo · 14 years ago
  38. 4e18ac8 Merge heads by Nadeem Vawda · 14 years ago
  39. 200e00a Update bz2 docs following issue #1625. by Nadeem Vawda · 14 years ago
  40. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 14 years ago
  41. f46676d Branch merge by Éric Araujo · 14 years ago
  42. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 14 years ago
  43. 0f67a99 Branch merge by Éric Araujo · 14 years ago
  44. c58140c Issue #12049: cleanup the warning in the random module doc by Victor Stinner · 14 years ago
  45. a675206 Issue #12049: Document errors cases of ssl.RAND_bytes() and by Victor Stinner · 14 years ago
  46. 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 14 years ago
  47. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 14 years ago
  48. 1dc5407 Clean-up example. by Raymond Hettinger · 14 years ago
  49. 4b244ef Clean-up example. by Raymond Hettinger · 14 years ago
  50. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 14 years ago
  51. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 14 years ago
  52. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 14 years ago
  53. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 14 years ago
  54. 89cc452 Simplify example by Raymond Hettinger · 14 years ago
  55. f9ca76f Simplify example by Raymond Hettinger · 14 years ago
  56. 2ed7521 merge 3.2 by Benjamin Peterson · 14 years ago
  57. 619323c merge 3.1 by Benjamin Peterson · 14 years ago
  58. 2340986 this should actually be an IOError by Benjamin Peterson · 14 years ago
  59. 7f071e6 merge 3.2 by Benjamin Peterson · 14 years ago
  60. c7dd737 merge 3.1 by Benjamin Peterson · 14 years ago
  61. 249b508 add example for not using access by Benjamin Peterson · 14 years ago
  62. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 14 years ago
  63. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 14 years ago
  64. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 14 years ago
  65. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 14 years ago
  66. 4ad78ab pprint usage example rethought. by Łukasz Langa · 14 years ago
  67. db3dd8a Further beautification of the example by Raymond Hettinger · 14 years ago
  68. 23157e5 Further beautification of the example by Raymond Hettinger · 14 years ago
  69. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 14 years ago
  70. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 14 years ago
  71. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 14 years ago
  72. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 14 years ago
  73. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 14 years ago
  74. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  75. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 14 years ago
  76. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 14 years ago
  77. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 14 years ago
  78. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 14 years ago
  79. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 14 years ago
  80. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 14 years ago
  81. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 14 years ago
  82. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 14 years ago
  83. 6ea17a8 Issue #12039 - Update the http.server.rst with the requirement to call `end_headers` after calling `send_header`. by Senthil Kumaran · 14 years ago
  84. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  85. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  86. 3c6e4dd Merged trivial doc fix from 3.2. by Łukasz Langa · 14 years ago
  87. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 14 years ago
  88. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  89. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  90. fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 14 years ago
  91. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 14 years ago
  92. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 14 years ago
  93. 7c038b4 merge 11164 by Martin v. Löwis · 14 years ago
  94. 867754e merge 11164 by Martin v. Löwis · 14 years ago
  95. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 14 years ago
  96. 6048045 Merge with 3.2. by Ezio Melotti · 14 years ago
  97. 74efb71 Merge with 3.1. by Ezio Melotti · 14 years ago
  98. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
  99. eaee138 note the point of having log2 by Benjamin Peterson · 14 years ago
  100. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 14 years ago