1. 15a7d2e merge 3.3 (#18248) by Benjamin Peterson · 11 years ago
  2. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 11 years ago
  3. 262e7f3 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  4. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  5. 7151551 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  6. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  7. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  8. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  9. 8f0aae5 (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  10. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  11. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  12. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  13. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  14. 8a2a902 Merge with 3.3 by Andrew Kuchling · 11 years ago
  15. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  16. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  17. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  18. 200bb1b Simplify return value of ssl.get_default_verify_paths by Christian Heimes · 11 years ago
  19. 75b8426 fixd refleak by Christian Heimes · 11 years ago
  20. 36451f0 (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  21. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  22. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  23. 142ec2c get_default_verify_paths doesn't belong inside the ifdef block by Christian Heimes · 11 years ago
  24. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  25. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  26. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  27. 072318b Issue #13772: Use syntax for literal wchar_t character by Victor Stinner · 11 years ago
  28. 31b3b92 Issue #13772: Mark helper functions as private (static) by Victor Stinner · 11 years ago
  29. e87267d Issue #13772: Fix a compiler warning on Windows by Victor Stinner · 11 years ago
  30. 5a43676 Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions by Victor Stinner · 11 years ago
  31. e7e7eba Issue #13772: Fix compiler warnings on Windows by Victor Stinner · 11 years ago
  32. fbf50d4 Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c by Victor Stinner · 11 years ago
  33. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  34. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  35. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  36. 04754b0 Support multiarch build in tests. by Stefan Krah · 11 years ago
  37. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  38. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  39. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  40. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  41. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  42. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 11 years ago
  43. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  44. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  45. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  46. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  47. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  48. 725e421 Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  49. b6cc0aa Merge 3.3. by Stefan Krah · 11 years ago
  50. a0547b8 Mark untestable lines for gcov. by Stefan Krah · 11 years ago
  51. 8d90e38 Merge 3.3. by Stefan Krah · 11 years ago
  52. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  53. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  54. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  55. 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  56. 19fef69 Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list. by Antoine Pitrou · 11 years ago
  57. 3a65ad7 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. by Antoine Pitrou · 11 years ago
  58. e08b583 merge 3.3 by Benjamin Peterson · 11 years ago
  59. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  60. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  61. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  62. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  63. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  64. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  65. 7c4f8da Issue #17914: We can now inline _bsd_cpu_count(). by Charles-Francois Natali · 11 years ago
  66. d59087d Issue #17914: Remove OS-X special-case, and use the correct int type. by Charles-Francois Natali · 11 years ago
  67. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  68. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  69. 3a36756 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  70. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  71. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  72. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  73. 1a8c3e2 Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  74. 3e26939 FileIO.readall(): remove trailing space from an exception message by Victor Stinner · 11 years ago
  75. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 11 years ago
  76. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  77. aa96588 merge 3.3 by Benjamin Peterson · 11 years ago
  78. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  79. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  80. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  81. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  82. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  83. cde88dc merge 3.3 (#17968) by Benjamin Peterson · 11 years ago
  84. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  85. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  86. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  87. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  88. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  89. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  90. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  91. 70792d2 Fix compiler warnings: explicit cast to int in sha256/sha512 modules by Victor Stinner · 11 years ago
  92. e828961 zlib: Explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  93. f2b9a34 audioop: explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  94. 9b5d4d8 Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  95. a7f7deb Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  96. b1294fa Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  97. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  98. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  99. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  100. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago