1. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 13 years ago
  2. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 13 years ago
  3. ec51cf1 #6570: merge with 3.2. by Ezio Melotti · 13 years ago
  4. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  5. d31d57e #13549: merge with 3.2. by Ezio Melotti · 13 years ago
  6. 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  7. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  8. 521dfb0 Add missing versionchanged information. by Lars Gustäbel · 13 years ago
  9. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  10. 8bbe788 merge heads by Benjamin Peterson · 13 years ago
  11. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 13 years ago
  12. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  13. c67c0b0 Merge with 3.2: Fix doc typo. by Lars Gustäbel · 13 years ago
  14. 0c6cbbd Fix doc typo. by Lars Gustäbel · 13 years ago
  15. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  16. a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  17. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  18. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  19. 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  20. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  21. d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
  22. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  23. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  24. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  25. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  26. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  27. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  28. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  29. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  30. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  31. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  32. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  33. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  34. d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  35. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  36. 4d5232a Merge with 3.2. by Georg Brandl · 13 years ago
  37. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  38. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  39. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  40. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  41. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  42. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  43. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  44. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  45. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  46. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  47. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  48. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  49. 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  50. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  51. 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  52. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  53. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
  54. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  55. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  56. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  57. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  58. fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 13 years ago
  59. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  60. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  61. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
  62. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  63. a9a2ddf #13499: merge with 3.2. by Ezio Melotti · 13 years ago
  64. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  65. 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 13 years ago
  66. 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  67. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  68. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  69. 7b578b3 Mention hashable memoryviews, and reformat. by Antoine Pitrou · 13 years ago
  70. 0599b5b Add subheaders to make PEP 393 description clearer by Antoine Pitrou · 13 years ago
  71. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  72. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  73. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  74. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  75. e7ede06 Typo by Antoine Pitrou · 13 years ago
  76. 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
  77. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  78. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  79. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  80. 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  81. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  82. 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
  83. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  84. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  85. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  86. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  87. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  88. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  89. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  90. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  91. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  92. a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
  93. 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
  94. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  95. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  96. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  97. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  98. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  99. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 13 years ago
  100. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago