1. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  2. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  3. 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  4. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  5. 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  6. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  7. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
  8. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  9. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  10. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  11. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  12. fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 13 years ago
  13. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  14. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  15. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
  16. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  17. a9a2ddf #13499: merge with 3.2. by Ezio Melotti · 13 years ago
  18. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  19. 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 13 years ago
  20. 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  21. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  22. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  23. 7b578b3 Mention hashable memoryviews, and reformat. by Antoine Pitrou · 13 years ago
  24. 0599b5b Add subheaders to make PEP 393 description clearer by Antoine Pitrou · 13 years ago
  25. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  26. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  27. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  28. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  29. e7ede06 Typo by Antoine Pitrou · 13 years ago
  30. 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
  31. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  32. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  33. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  34. 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  35. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  36. 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
  37. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  38. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  39. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  40. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  41. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  42. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  43. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  44. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  45. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  46. a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
  47. 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
  48. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  49. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  50. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  51. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  52. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  53. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 13 years ago
  54. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  55. 5a8bc6f Add a couple other whatsnew items by Antoine Pitrou · 13 years ago
  56. 2c0a967 Add various items in whatsnew by Antoine Pitrou · 13 years ago
  57. 45b3ad4 Remove XXX, as the functions and macros are mentioned in the porting section by Antoine Pitrou · 13 years ago
  58. beb7836 Explain concrete (resource consumption) effects of PEP 393 a bit. by Antoine Pitrou · 13 years ago
  59. d136aec Be a bit less shy by Antoine Pitrou · 13 years ago
  60. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  61. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  62. 19bd069 What's New in 3.3: Add a "Deprecated ..." section by Victor Stinner · 13 years ago
  63. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  64. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  65. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  66. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  67. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  68. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  69. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  70. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  71. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  72. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  73. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  74. 04e6909 Fix markup by Éric Araujo · 13 years ago
  75. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  76. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  77. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  78. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  79. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  80. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  81. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  82. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  83. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  84. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  85. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  86. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  87. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  88. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  89. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  90. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  91. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  92. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  93. 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 13 years ago
  94. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  95. ca0fbc0 branch merge by Brian Curtin · 13 years ago
  96. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  97. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  98. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  99. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  100. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago