1. 16e6a80 PyUnicode_Resize(): warn about canonical representation by Victor Stinner · 13 years ago
  2. b0a82a6 Fix PyUnicode_Resize() for compact string: leave the string unchanged on error by Victor Stinner · 13 years ago
  3. 521dfb0 Add missing versionchanged information. by Lars Gustäbel · 13 years ago
  4. ff7f64c Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. by Meador Inge · 13 years ago
  5. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  6. 7a9105a resize_copy() now supports legacy ready strings by Victor Stinner · 13 years ago
  7. 488fa49 Rewrite PyUnicode_Append(); unicode_modifiable() is more strict by Victor Stinner · 13 years ago
  8. 24c74be PyUnicode_IS_ASCII() macro ensures that the string is ready by Victor Stinner · 13 years ago
  9. c4b4954 Create unicode_result_unchanged() subfunction by Victor Stinner · 13 years ago
  10. eaab604 Fix fixup() for unchanged unicode subtype by Victor Stinner · 13 years ago
  11. e6b2d44 unicode_fromascii() doesn't check string content twice in debug mode by Victor Stinner · 13 years ago
  12. a1d12bb Call directly PyUnicode_DecodeUTF8Stateful() instead of PyUnicode_DecodeUTF8() by Victor Stinner · 13 years ago
  13. 382955f Use directly unicode_empty instead of PyUnicode_New(0, 0) by Victor Stinner · 13 years ago
  14. 785938e Move the slowest UTF-8 decoder to its own subfunction by Victor Stinner · 13 years ago
  15. 84def37 Fix error handling in resize_compact() by Victor Stinner · 13 years ago
  16. 8bbe788 merge heads by Benjamin Peterson · 13 years ago
  17. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 13 years ago
  18. 836e9aa fix #13563: make use of with statement in ftplib.py where needed by Giampaolo Rodola' · 13 years ago
  19. 313b2ad Fix imports in xml.dom. by Florent Xicluna · 13 years ago
  20. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  21. ce2af33 merge 3.2 by Benjamin Peterson · 13 years ago
  22. b870aa1 we're always going to have gc by Benjamin Peterson · 13 years ago
  23. d3a345a merge 3.2 by Benjamin Peterson · 13 years ago
  24. 964561b you can't get resource.error if you can't import resource by Benjamin Peterson · 13 years ago
  25. 10a6ddb Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) by Victor Stinner · 13 years ago
  26. 1635e9c Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  27. 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  28. 7f1c15b Fix comment in difflib. by Florent Xicluna · 13 years ago
  29. c67c0b0 Merge with 3.2: Fix doc typo. by Lars Gustäbel · 13 years ago
  30. 0c6cbbd Fix doc typo. by Lars Gustäbel · 13 years ago
  31. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  32. 720682e Merge 3.2 by Florent Xicluna · 13 years ago
  33. 5126df6 Remove obsolete py3k comment. by Florent Xicluna · 13 years ago
  34. 0e686cb Fix docstring typo. by Florent Xicluna · 13 years ago
  35. a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  36. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  37. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  38. e3b4715 Write tests for invalid characters (U+00110000) by Victor Stinner · 13 years ago
  39. db62389 (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, by Victor Stinner · 13 years ago
  40. 720f34a Issue #5905: time.strftime() is now using the locale encoding, instead of by Victor Stinner · 13 years ago
  41. 7f54f75 Issue #13441: Enable the workaround for Solaris locale bug by Victor Stinner · 13 years ago
  42. 69291c4 Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround by Victor Stinner · 13 years ago
  43. 5446bba Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() by Victor Stinner · 13 years ago
  44. 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  45. b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
  46. d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
  47. 7061413 Issue #13441: Log the locale when localeconv() fails by Victor Stinner · 13 years ago
  48. 221ea5d Merge fix for issue #13547. by Stefan Krah · 13 years ago
  49. 383dd58 Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed by Stefan Krah · 13 years ago
  50. 2ac5fac Merge. by Stefan Krah · 13 years ago
  51. 9a17cc3 Merge second fix for issue #11149. by Stefan Krah · 13 years ago
  52. af04ff2 Issue #11149: Also enable -fwrapv if $CC is a full path by Stefan Krah · 13 years ago
  53. 8faf821 PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a by Victor Stinner · 13 years ago
  54. bc9f0c6 (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  55. 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  56. 0c4fbff libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') by Victor Stinner · 13 years ago
  57. 1659b83 Followup to a541bda2f5e2: Add a short comment. by Charles-François Natali · 13 years ago
  58. 96e7677 #13531: merge with 3.2. by Ezio Melotti · 13 years ago
  59. eb58794 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 13 years ago
  60. 7c0b0cc Issue #11051: Reduce the number of syscalls per import. by Charles-François Natali · 13 years ago
  61. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  62. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  63. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
  64. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  65. 0f64922 MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  66. a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  67. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  68. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  69. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  70. 04f6974 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  71. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  72. b0e1f8b Issue #13503: Use a more efficient reduction format for bytearrays with by Antoine Pitrou · 13 years ago
  73. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  74. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  75. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  76. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  77. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  78. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  79. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  80. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  81. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  82. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  83. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  84. d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  85. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  86. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  87. 4d5232a Merge with 3.2. by Georg Brandl · 13 years ago
  88. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  89. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  90. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  91. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  92. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  93. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  94. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  95. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  96. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  97. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  98. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  99. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  100. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago