1. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 14 years ago
  2. 54af1ba merge with 3.2 by Sandro Tosi · 14 years ago
  3. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 14 years ago
  4. 2d0e48b merge with 3.2 by Sandro Tosi · 14 years ago
  5. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  6. e837b46 merge with 3.2 by Sandro Tosi · 14 years ago
  7. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  8. 53dd106 merge with 3.2 by Sandro Tosi · 14 years ago
  9. 44f568c fix to sent/send typo by Sandro Tosi · 14 years ago
  10. c386c1a merge with 3.2 by Sandro Tosi · 14 years ago
  11. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  12. 35927de merge with 3.2 by Sandro Tosi · 14 years ago
  13. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  14. d126af8 merge with 3.2 by Sandro Tosi · 14 years ago
  15. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  16. e7e1ccc Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 14 years ago
  17. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 14 years ago
  18. cc4ff04 Merge changes from 3.2 by Senthil Kumaran · 14 years ago
  19. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 14 years ago
  20. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 14 years ago
  21. c909599 Docs and News update for Issue13620. Chrome support in webbrowser.py by Senthil Kumaran · 14 years ago
  22. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 14 years ago
  23. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 14 years ago
  24. 97193c1 merge 3.2 by Benjamin Peterson · 14 years ago
  25. 0f1e3ac note the blinding speed of these functions by Benjamin Peterson · 14 years ago
  26. 0831676 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. by Antoine Pitrou · 14 years ago
  27. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 14 years ago
  28. 3563b18 merge 3.2 by Benjamin Peterson · 14 years ago
  29. 1c92cfe don't mention implementation detail by Benjamin Peterson · 14 years ago
  30. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 14 years ago
  31. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 14 years ago
  32. 5ce6f8e #13387: merge with 3.2. by Ezio Melotti · 14 years ago
  33. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  34. 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 14 years ago
  35. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 14 years ago
  36. 9987d93 #13613: merge with 3.2. by Ezio Melotti · 14 years ago
  37. e5b2ac8 #13613: fix example in re doc. by Ezio Melotti · 14 years ago
  38. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 14 years ago
  39. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 14 years ago
  40. a8ff01c Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 14 years ago
  41. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 14 years ago
  42. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 14 years ago
  43. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 14 years ago
  44. 521dfb0 Add missing versionchanged information. by Lars Gustäbel · 14 years ago
  45. 8bbe788 merge heads by Benjamin Peterson · 14 years ago
  46. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 14 years ago
  47. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 14 years ago
  48. c67c0b0 Merge with 3.2: Fix doc typo. by Lars Gustäbel · 14 years ago
  49. 0c6cbbd Fix doc typo. by Lars Gustäbel · 14 years ago
  50. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 14 years ago
  51. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 14 years ago
  52. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 14 years ago
  53. d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 14 years ago
  54. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 14 years ago
  55. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 14 years ago
  56. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 14 years ago
  57. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 14 years ago
  58. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  59. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  60. fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 14 years ago
  61. c42512d #13494: merge with 3.2. by Ezio Melotti · 14 years ago
  62. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 14 years ago
  63. a9a2ddf #13499: merge with 3.2. by Ezio Melotti · 14 years ago
  64. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 14 years ago
  65. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 14 years ago
  66. c8e0320 Merge 3.2 by Éric Araujo · 14 years ago
  67. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 14 years ago
  68. 2bddc53 Fix typo (#13467) by Éric Araujo · 14 years ago
  69. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 14 years ago
  70. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  71. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 14 years ago
  72. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 14 years ago
  73. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 14 years ago
  74. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 14 years ago
  75. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  76. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 14 years ago
  77. be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
  78. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
  79. 895d181 Issue #12245 merge. by Mark Dickinson · 14 years ago
  80. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 14 years ago
  81. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 14 years ago
  82. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  83. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 14 years ago
  84. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 14 years ago
  85. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  86. eeae149 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  87. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
  88. 3f2ba3b Branch merge by Éric Araujo · 14 years ago
  89. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 14 years ago
  90. f450c1b reST fixes for /dev/poll by Jesus Cea · 14 years ago
  91. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
  92. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 14 years ago
  93. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 14 years ago
  94. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 14 years ago
  95. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 14 years ago
  96. 599d76b Reformat paragraphs. by Florent Xicluna · 14 years ago
  97. 45c6c3e Few typos in the documentation. by Florent Xicluna · 14 years ago
  98. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  99. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  100. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 14 years ago