1. 836e9aa fix #13563: make use of with statement in ftplib.py where needed by Giampaolo Rodola' · 13 years ago
  2. 313b2ad Fix imports in xml.dom. by Florent Xicluna · 13 years ago
  3. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  4. ce2af33 merge 3.2 by Benjamin Peterson · 13 years ago
  5. b870aa1 we're always going to have gc by Benjamin Peterson · 13 years ago
  6. d3a345a merge 3.2 by Benjamin Peterson · 13 years ago
  7. 964561b you can't get resource.error if you can't import resource by Benjamin Peterson · 13 years ago
  8. 10a6ddb Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) by Victor Stinner · 13 years ago
  9. 1635e9c Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  10. 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  11. 7f1c15b Fix comment in difflib. by Florent Xicluna · 13 years ago
  12. c67c0b0 Merge with 3.2: Fix doc typo. by Lars Gustäbel · 13 years ago
  13. 0c6cbbd Fix doc typo. by Lars Gustäbel · 13 years ago
  14. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  15. 720682e Merge 3.2 by Florent Xicluna · 13 years ago
  16. 5126df6 Remove obsolete py3k comment. by Florent Xicluna · 13 years ago
  17. 0e686cb Fix docstring typo. by Florent Xicluna · 13 years ago
  18. a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  19. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  20. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  21. e3b4715 Write tests for invalid characters (U+00110000) by Victor Stinner · 13 years ago
  22. db62389 (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, by Victor Stinner · 13 years ago
  23. 720f34a Issue #5905: time.strftime() is now using the locale encoding, instead of by Victor Stinner · 13 years ago
  24. 7f54f75 Issue #13441: Enable the workaround for Solaris locale bug by Victor Stinner · 13 years ago
  25. 69291c4 Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround by Victor Stinner · 13 years ago
  26. 5446bba Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() by Victor Stinner · 13 years ago
  27. 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  28. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  29. d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
  30. 7061413 Issue #13441: Log the locale when localeconv() fails by Victor Stinner · 13 years ago
  31. 221ea5d Merge fix for issue #13547. by Stefan Krah · 13 years ago
  32. 383dd58 Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed by Stefan Krah · 13 years ago
  33. 2ac5fac Merge. by Stefan Krah · 13 years ago
  34. 9a17cc3 Merge second fix for issue #11149. by Stefan Krah · 13 years ago
  35. af04ff2 Issue #11149: Also enable -fwrapv if $CC is a full path by Stefan Krah · 13 years ago
  36. 8faf821 PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a by Victor Stinner · 13 years ago
  37. bc9f0c6 (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  38. 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  39. 0c4fbff libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') by Victor Stinner · 13 years ago
  40. 1659b83 Followup to a541bda2f5e2: Add a short comment. by Charles-François Natali · 13 years ago
  41. 96e7677 #13531: merge with 3.2. by Ezio Melotti · 13 years ago
  42. eb58794 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 13 years ago
  43. 7c0b0cc Issue #11051: Reduce the number of syscalls per import. by Charles-François Natali · 13 years ago
  44. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  45. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  46. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
  47. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  48. 0f64922 MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  49. a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  50. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  51. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  52. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  53. 04f6974 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  54. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  55. b0e1f8b Issue #13503: Use a more efficient reduction format for bytearrays with by Antoine Pitrou · 13 years ago
  56. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  57. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  58. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  59. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  60. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  61. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  62. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  63. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  64. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  65. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  66. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  67. d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  68. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  69. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  70. 4d5232a Merge with 3.2. by Georg Brandl · 13 years ago
  71. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  72. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  73. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  74. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  75. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  76. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  77. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  78. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  79. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  80. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  81. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  82. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  83. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  84. 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  85. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  86. 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  87. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  88. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
  89. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  90. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  91. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  92. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  93. fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 13 years ago
  94. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  95. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  96. 506b361 Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul by Charles-François Natali · 13 years ago
  97. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  98. 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 13 years ago
  99. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  100. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago