1. 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  2. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  3. d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
  4. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  5. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  6. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  7. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  8. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  9. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  10. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  11. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  12. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  13. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  14. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  15. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  16. d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  17. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  18. 4d5232a Merge with 3.2. by Georg Brandl · 13 years ago
  19. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  20. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  21. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  22. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  23. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  24. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  25. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  26. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  27. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  28. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  29. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  30. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  31. 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  32. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  33. 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  34. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  35. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
  36. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  37. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  38. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  39. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  40. fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 13 years ago
  41. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  42. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  43. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
  44. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  45. a9a2ddf #13499: merge with 3.2. by Ezio Melotti · 13 years ago
  46. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  47. 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 13 years ago
  48. 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  49. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  50. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  51. 7b578b3 Mention hashable memoryviews, and reformat. by Antoine Pitrou · 13 years ago
  52. 0599b5b Add subheaders to make PEP 393 description clearer by Antoine Pitrou · 13 years ago
  53. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  54. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  55. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  56. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  57. e7ede06 Typo by Antoine Pitrou · 13 years ago
  58. 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
  59. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  60. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  61. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  62. 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  63. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  64. 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
  65. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  66. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  67. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  68. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  69. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  70. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  71. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  72. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  73. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  74. a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
  75. 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
  76. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  77. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  78. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  79. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  80. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  81. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 13 years ago
  82. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  83. 5a8bc6f Add a couple other whatsnew items by Antoine Pitrou · 13 years ago
  84. 2c0a967 Add various items in whatsnew by Antoine Pitrou · 13 years ago
  85. 45b3ad4 Remove XXX, as the functions and macros are mentioned in the porting section by Antoine Pitrou · 13 years ago
  86. beb7836 Explain concrete (resource consumption) effects of PEP 393 a bit. by Antoine Pitrou · 13 years ago
  87. d136aec Be a bit less shy by Antoine Pitrou · 13 years ago
  88. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  89. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  90. 19bd069 What's New in 3.3: Add a "Deprecated ..." section by Victor Stinner · 13 years ago
  91. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  92. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  93. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  94. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  95. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  96. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  97. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  98. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  99. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  100. bfc9729 Fix a few typos by Éric Araujo · 13 years ago