1. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  2. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  3. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  4. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  5. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  6. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  7. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  8. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  9. 7c4f8da Issue #17914: We can now inline _bsd_cpu_count(). by Charles-Francois Natali · 11 years ago
  10. d59087d Issue #17914: Remove OS-X special-case, and use the correct int type. by Charles-Francois Natali · 11 years ago
  11. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  12. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  13. 3a36756 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  14. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  15. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  16. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  17. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  18. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  19. 1a8c3e2 Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  20. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  21. 3e26939 FileIO.readall(): remove trailing space from an exception message by Victor Stinner · 11 years ago
  22. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 11 years ago
  23. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  24. aa96588 merge 3.3 by Benjamin Peterson · 11 years ago
  25. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  26. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  27. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  28. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  29. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  30. cde88dc merge 3.3 (#17968) by Benjamin Peterson · 11 years ago
  31. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  32. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  33. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  34. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  35. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  36. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  37. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  38. 70792d2 Fix compiler warnings: explicit cast to int in sha256/sha512 modules by Victor Stinner · 11 years ago
  39. e828961 zlib: Explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  40. f2b9a34 audioop: explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  41. 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
  42. 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
  43. b1294fa Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  44. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  45. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  46. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  47. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  48. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  49. d8fe1f7 * Fix remaining bits of issue 17192 for 3.4 - these changes by Gregory P. Smith · 11 years ago
  50. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 11 years ago
  51. 6897267 * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  52. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  53. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  54. 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  55. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  56. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  57. 45f3d2f Revert c9674421d78e, leaving an additional comment by Eli Bendersky · 11 years ago
  58. 1859fe8 Simplify the code of get_attrib_from_keywords somewhat. by Eli Bendersky · 11 years ago
  59. ed8b86d Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  60. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  61. 4fe2184 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  62. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 11 years ago
  63. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  64. ddcc679 Remove useless #define and #ifdefs by Eli Bendersky · 11 years ago
  65. bf05df2 Make license notices more consistent and remove old changelog. by Eli Bendersky · 11 years ago
  66. 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 11 years ago
  67. 245bbee Merge. by Richard Oudkerk · 11 years ago
  68. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 11 years ago
  69. 7c5e094 Make C and Python implementations of pickle load STRING opcodes the same way. by Alexandre Vassalotti · 11 years ago
  70. 48a2e7c merge 3.3 by Benjamin Peterson · 11 years ago
  71. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 11 years ago
  72. af94051 Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  73. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  74. 322cc74 Issue #17693: Fix memory/reference leaks by Victor Stinner · 11 years ago
  75. cc75717 Style cleanups for pickle.py and _pickle. by Alexandre Vassalotti · 11 years ago
  76. 6d9e145 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  77. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 11 years ago
  78. d949126 Issue #17693: CJK encoders now use the new Unicode API (PEP 393) by Victor Stinner · 11 years ago
  79. 6d80046 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  80. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  81. a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 11 years ago
  82. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 11 years ago
  83. 7d36e4f Close #14439: Python now prints the traceback on runpy failure at startup. by Victor Stinner · 11 years ago
  84. 4b7b0f0 gibibytes (Arfrever) by Antoine Pitrou · 11 years ago
  85. 299978d Issue #15596: Faster pickling of unicode strings. by Antoine Pitrou · 11 years ago
  86. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 11 years ago
  87. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  88. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  89. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  90. 7faf705 Issue #17591: Use lowercase filenames when including Windows header files. by Antoine Pitrou · 11 years ago
  91. ce852cb Fix comment about the OpenSSL version in which SNI version was introduced. by Antoine Pitrou · 11 years ago
  92. edbc18e Improve set_servername_callback docstring. by Antoine Pitrou · 11 years ago
  93. a596338 Fix previous fix (the cause was actually a misplaced #endif, or so it seems) by Antoine Pitrou · 11 years ago
  94. 41f8c4f Further compiling fixes (issue #17581) by Antoine Pitrou · 11 years ago
  95. 912fbff Issue #17581: try to fix building on old OpenSSL versions by Antoine Pitrou · 11 years ago
  96. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  97. d06b35c (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  98. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  99. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 11 years ago
  100. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 11 years ago