1. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  2. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  3. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  4. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  5. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  6. 497cd65 add space by Benjamin Peterson · 13 years ago
  7. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  8. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  9. d18ee3b Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  10. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  11. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  12. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  13. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  14. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  15. 63d4fb4 fixing the smtplib.rst whitespaces. by Senthil Kumaran · 13 years ago
  16. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
  17. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  18. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  19. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  20. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  21. 30e277b Expand shlex.quote example (#9723) by Éric Araujo · 13 years ago
  22. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  23. 158d769 Branch merge by Éric Araujo · 13 years ago
  24. 1d8b968 Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  25. ef4902a Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  26. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  27. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  28. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  29. cf53481 Branch merge by Éric Araujo · 13 years ago
  30. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  31. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  32. f5e10d1 Turn raw URI into real link by Éric Araujo · 13 years ago
  33. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  34. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 13 years ago
  35. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  36. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  37. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  38. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  39. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  40. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  41. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 13 years ago
  42. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  43. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago
  44. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  45. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  46. bca31b5 #11435: link to the correct branch. by Ezio Melotti · 13 years ago
  47. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  48. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  49. 3e44612 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  50. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  51. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  52. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  53. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  54. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  55. 677b653 Fix English in packaging, too. by R David Murray · 13 years ago
  56. 3ef6ca4 Merge English fix. by R David Murray · 13 years ago
  57. b899007 Better English. by R David Murray · 13 years ago
  58. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  59. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  60. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  61. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  62. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  63. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  64. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  65. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  66. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  67. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  68. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  69. 87e59cd merge from 3.2 by Senthil Kumaran · 13 years ago
  70. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  71. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  72. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  73. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  74. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  75. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  76. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  77. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  78. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  79. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  80. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  81. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  82. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  83. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  84. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  85. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  86. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  87. e1d2103 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  88. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  89. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  90. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  91. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  92. d3b41c6 Fix syntax in packaging docs and update suspicious ignore file. by Georg Brandl · 13 years ago
  93. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  94. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  95. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  96. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  97. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  98. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  99. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  100. 7f3cd98 Fix target path in message. by Georg Brandl · 13 years ago