1. 43e145b Move a NEWS entity to a correct place. by Serhiy Storchaka · 11 years ago
  2. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  3. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  4. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  5. b3a5792 merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  6. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  7. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  8. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  9. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  10. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  11. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  12. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  13. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  14. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  15. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  16. de88c0d Issue #18026: merge by Ned Deily · 11 years ago
  17. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  18. 8d89c2a change AST codegen to use PyModule_AddIntMacro by Benjamin Peterson · 11 years ago
  19. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  20. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  21. 7c4f8da Issue #17914: We can now inline _bsd_cpu_count(). by Charles-Francois Natali · 11 years ago
  22. d59087d Issue #17914: Remove OS-X special-case, and use the correct int type. by Charles-Francois Natali · 11 years ago
  23. cc00e01 test that the compiler support -Werror=statement-after-declaration before using it by Benjamin Peterson · 11 years ago
  24. 63f7290 Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  25. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  26. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  27. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  28. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  29. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  30. d2cef8a merge 3.3 by Benjamin Peterson · 11 years ago
  31. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  32. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  33. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  34. 3a36756 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  35. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  36. 8687245 normalize whitespace by Eli Bendersky · 11 years ago
  37. e6a951b Cleanup even more dead code by Eli Bendersky · 11 years ago
  38. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago
  39. 46955b2 Issue #17988: remove unused alias for Element and rename the used one by Eli Bendersky · 11 years ago
  40. fb62544 Clarify docs too: events can be any sequence (not that the C code supports it) by Eli Bendersky · 11 years ago
  41. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  42. 5b6616d Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  43. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  44. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  45. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  46. 87aa7dc Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  47. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  48. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  49. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  50. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  51. 10e8c49 Re-enabled skipped test. by Vinay Sajip · 11 years ago
  52. 850800f Merge. by Richard Oudkerk · 11 years ago
  53. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  54. 25296ce Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format. by Richard Oudkerk · 11 years ago
  55. 31fb419 Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  56. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  57. 1a8c3e2 Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  58. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  59. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  60. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  61. 8c03d83 merge by Raymond Hettinger · 11 years ago
  62. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  63. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 11 years ago
  64. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  65. 3e26939 FileIO.readall(): remove trailing space from an exception message by Victor Stinner · 11 years ago
  66. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 11 years ago
  67. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  68. a29ac45 reset __class__, so multiple runs don't fail (closes #17999) by Benjamin Peterson · 11 years ago
  69. 2f6fe51 merge by Raymond Hettinger · 11 years ago
  70. 36f74aa Issue #17563: Fix dict resize performance regression. by Raymond Hettinger · 11 years ago
  71. 5c71079 merge by Raymond Hettinger · 11 years ago
  72. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  73. 4197221 merge by Raymond Hettinger · 11 years ago
  74. 0fe236b Ignore Mac OS X entries for .DS_Store by Raymond Hettinger · 11 years ago
  75. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  76. e67f8e7 Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  77. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  78. a07565d merge 3.3 by Benjamin Peterson · 11 years ago
  79. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  80. 84bb1cf Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  81. 9ce59bb Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  82. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  83. d3dfd0e Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  84. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  85. 43b2ab9 make GCC complain about declarations not at the top of blocks by Benjamin Peterson · 11 years ago
  86. aa96588 merge 3.3 by Benjamin Peterson · 11 years ago
  87. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  88. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  89. 0b1bc56 fix compilation on Windows by Victor Stinner · 11 years ago
  90. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  91. e914123 Merge with 3.3 by Brian Curtin · 11 years ago
  92. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  93. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  94. 0d4f08c ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere so that failing tests won't accidentally hang by Giampaolo Rodola' · 11 years ago
  95. dd778eb null mege 3.3 with fix not applicable here by Benjamin Peterson · 11 years ago
  96. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  97. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  98. fe361df null-merge from 3.3 by Georg Brandl · 11 years ago
  99. c032f16 post-release update. by Georg Brandl · 11 years ago
  100. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago