1. b055bf6 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  2. 3c4dcea Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  3. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  4. 6099a03 Issue #13624: Write a specialized UTF-8 encoder to allow more optimization by Victor Stinner · 13 years ago
  5. b66dcb6 Null merge by Antoine Pitrou · 13 years ago
  6. 73f53b5 Optimize str * n for len(str)==1 and UCS-2 or UCS-4 by Victor Stinner · 13 years ago
  7. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  8. b99bb20 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  9. f644110 Issue #13621: Optimize str.replace(char1, char2) by Victor Stinner · 13 years ago
  10. b511aca Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  11. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  12. f8eac00 Issue #13623: Fix a performance regression introduced by issue #12170 in by Victor Stinner · 13 years ago
  13. e010fc0 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  14. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  15. 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  16. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  17. bb305de Merge by Victor Stinner · 13 years ago
  18. ab87021 Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c by Victor Stinner · 13 years ago
  19. 136ea49 Issue #10951: Fix a compiler warning in timemodule.c by Victor Stinner · 13 years ago
  20. 0ba5af2 Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum by Victor Stinner · 13 years ago
  21. e85488c Mention that level can be an int or str in the setLevel docstring. by Gregory P. Smith · 13 years ago
  22. 564a42c Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael by Charles-François Natali · 13 years ago
  23. f2fe7f0 fix possible NULL dereference by Benjamin Peterson · 13 years ago
  24. 2f19707 The locale decoder raises a UnicodeDecodeError instead of an OSError by Victor Stinner · 13 years ago
  25. 1b57967 Issue #13560: Locale codec functions use the classic "errors" parameter, by Victor Stinner · 13 years ago
  26. ab59594 What's New in Python 3.3: complete the deprecation list by Victor Stinner · 13 years ago
  27. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 13 years ago
  28. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 13 years ago
  29. 9987d93 #13613: merge with 3.2. by Ezio Melotti · 13 years ago
  30. e5b2ac8 #13613: fix example in re doc. by Ezio Melotti · 13 years ago
  31. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 13 years ago
  32. 3607e3d (Merge 3.2) main() now displays an error message before exiting if a command by Victor Stinner · 13 years ago
  33. 94ba691 main() now displays an error message before exiting if a command line argument by Victor Stinner · 13 years ago
  34. 1637487 Skip test if the path is too long for a AF_UNIX socket by Antoine Pitrou · 13 years ago
  35. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  36. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  37. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  38. e2b2bf5 Add ACKS entry for 57f0af61da53. by Antoine Pitrou · 13 years ago
  39. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 13 years ago
  40. c144a93 property -> staticmethod by Benjamin Peterson · 13 years ago
  41. 518e517 merge heads by Benjamin Peterson · 13 years ago
  42. ca81bf7 fix this test to actually test something (closes #13606) by Benjamin Peterson · 13 years ago
  43. e0a669e Close #13596: Only recompile Lib/_sysconfigdata.py when needed by Victor Stinner · 13 years ago
  44. 57c9c7b merge heads by Benjamin Peterson · 13 years ago
  45. b3132bd input() in this sense is gone by Benjamin Peterson · 13 years ago
  46. 9c49036 (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  47. 8744881 Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  48. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 13 years ago
  49. a8ff01c Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  50. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  51. e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 13 years ago
  52. d73a9ac Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 13 years ago
  53. 2e87208 Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 13 years ago
  54. 96ff084 Issue #13593: updating the importlib utility decorators for __qualname__. by Meador Inge · 13 years ago
  55. c2f9874 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 13 years ago
  56. b7288a7 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 13 years ago
  57. d7afeee Issue #13591: import_module potentially imports a module twice. by Meador Inge · 13 years ago
  58. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 13 years ago
  59. abbcd08 Issue #4625: Add NEWS entry. by Ned Deily · 13 years ago
  60. 061c028 Issue #4625: add NEWS entry. by Ned Deily · 13 years ago
  61. 1b0b6ae Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  62. f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  63. 77e1bfc Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  64. 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  65. 486af72 Null merge - Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  66. 10db4de Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  67. 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
  68. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 13 years ago
  69. a23d65c Merge 3.2 by Alexandre Vassalotti · 13 years ago
  70. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 13 years ago
  71. ec51cf1 #6570: merge with 3.2. by Ezio Melotti · 13 years ago
  72. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  73. d31d57e #13549: merge with 3.2. by Ezio Melotti · 13 years ago
  74. 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  75. ca2a1a3 Fix test_gdb failure by Antoine Pitrou · 13 years ago
  76. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  77. 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 13 years ago
  78. 16e6a80 PyUnicode_Resize(): warn about canonical representation by Victor Stinner · 13 years ago
  79. b0a82a6 Fix PyUnicode_Resize() for compact string: leave the string unchanged on error by Victor Stinner · 13 years ago
  80. 521dfb0 Add missing versionchanged information. by Lars Gustäbel · 13 years ago
  81. ff7f64c Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. by Meador Inge · 13 years ago
  82. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  83. 7a9105a resize_copy() now supports legacy ready strings by Victor Stinner · 13 years ago
  84. 488fa49 Rewrite PyUnicode_Append(); unicode_modifiable() is more strict by Victor Stinner · 13 years ago
  85. 24c74be PyUnicode_IS_ASCII() macro ensures that the string is ready by Victor Stinner · 13 years ago
  86. c4b4954 Create unicode_result_unchanged() subfunction by Victor Stinner · 13 years ago
  87. eaab604 Fix fixup() for unchanged unicode subtype by Victor Stinner · 13 years ago
  88. e6b2d44 unicode_fromascii() doesn't check string content twice in debug mode by Victor Stinner · 13 years ago
  89. a1d12bb Call directly PyUnicode_DecodeUTF8Stateful() instead of PyUnicode_DecodeUTF8() by Victor Stinner · 13 years ago
  90. 382955f Use directly unicode_empty instead of PyUnicode_New(0, 0) by Victor Stinner · 13 years ago
  91. 785938e Move the slowest UTF-8 decoder to its own subfunction by Victor Stinner · 13 years ago
  92. 84def37 Fix error handling in resize_compact() by Victor Stinner · 13 years ago
  93. 8bbe788 merge heads by Benjamin Peterson · 13 years ago
  94. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 13 years ago
  95. 836e9aa fix #13563: make use of with statement in ftplib.py where needed by Giampaolo Rodola' · 13 years ago
  96. 313b2ad Fix imports in xml.dom. by Florent Xicluna · 13 years ago
  97. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  98. ce2af33 merge 3.2 by Benjamin Peterson · 13 years ago
  99. b870aa1 we're always going to have gc by Benjamin Peterson · 13 years ago
  100. d3a345a merge 3.2 by Benjamin Peterson · 13 years ago