1. 7660b88 Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index) by Victor Stinner · 11 years ago
  2. 9a644b2 Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods by Victor Stinner · 11 years ago
  3. 7b25135 Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64 by Victor Stinner · 11 years ago
  4. 76d3850 Issue #9566: Fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  5. 2199c38 Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64 by Victor Stinner · 11 years ago
  6. 2c72b51 Issue #18164: merge from 3.3 by Ned Deily · 11 years ago
  7. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  8. 7176577 Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) by Victor Stinner · 11 years ago
  9. bc8ccce Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  10. 9a28297 Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  11. 9d89ae6 Merge. by Richard Oudkerk · 11 years ago
  12. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  13. 93b736e Merge. by Richard Oudkerk · 11 years ago
  14. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  15. 71e7dbd Issue #15818: Merge. by Richard Oudkerk · 11 years ago
  16. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  17. 35d0553 Issue #18277: Merge. by Richard Oudkerk · 11 years ago
  18. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  19. b3cc7eb Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
  20. e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
  21. b4f39ee merge by Raymond Hettinger · 11 years ago
  22. 20b0f87 Misc improvements to collections.deque() by Raymond Hettinger · 11 years ago
  23. 5b2f184 Issue #11016: Don't define macros and constants that are already set by pyport.h by Christian Heimes · 11 years ago
  24. 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
  25. 9975877 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  26. 91e8b81 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  27. 1ce46d9 Issue #11016: Detect integer conversion on conversion from Python int to C mode_t by Victor Stinner · 11 years ago
  28. 42471ad merge by Christian Heimes · 11 years ago
  29. 858c947 Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG. by Christian Heimes · 11 years ago
  30. 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
  31. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  32. ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  33. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  34. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  35. c00fffb Merge heads by Serhiy Storchaka · 11 years ago
  36. 07d22e5 Merge heads by Serhiy Storchaka · 11 years ago
  37. e19ee85 Merge heads by Serhiy Storchaka · 11 years ago
  38. c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  39. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  40. 8227696 Merged fix for issue #18260 from 3.3 by Łukasz Langa · 11 years ago
  41. f9b4eb4 Fixed issue #18260: configparser TypeError on source name specified as bytes by Łukasz Langa · 11 years ago
  42. fcce202 Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  43. 36a7e4f Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  44. 582cfbb import.c does neither need mode_t nor _mkdir() anymore by Christian Heimes · 11 years ago
  45. 59b2401 Add _stat module to VS project file -- this time with the GUI instead of manually. by Christian Heimes · 11 years ago
  46. c44ff86 add _stat to list of builtin Windows modules by Christian Heimes · 11 years ago
  47. 8cfd67c (Merge 3.3) Issue #18135: Fix a possible integer overflow in by Victor Stinner · 11 years ago
  48. 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  49. 4569cd5 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  50. 2ab07f0 (Merge 3.3) Issue #18137: Detect integer overflow on precision in by Victor Stinner · 11 years ago
  51. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  52. c6ebd16 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows by Victor Stinner · 11 years ago
  53. 0e03d6f Merge from 3.3 by Andrew Kuchling · 11 years ago
  54. da30acf Closes #18220: expand itertools.islice docstring to 2 lines by Andrew Kuchling · 11 years ago
  55. 446a39f Close #18285: add 'repeat' parameter to docstring for product by Andrew Kuchling · 11 years ago
  56. b54b0ca #18151 Merge from 3.3 by Terry Jan Reedy · 11 years ago
  57. de3beb2 #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  58. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  59. 6ce8d17 Merge from 3.3 by Andrew Kuchling · 11 years ago
  60. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  61. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  62. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  63. 6ade516 BSD: block devices are gone by Christian Heimes · 11 years ago
  64. 45d9493 BSD: block devices are gone by Christian Heimes · 11 years ago
  65. 27bc441 merge for issue #18278 by Brett Cannon · 11 years ago
  66. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  67. f1913ca marshal: optimize parsing of empty Unicode strings by Victor Stinner · 11 years ago
  68. 79278bd Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 11 years ago
  69. 60a9593 Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 11 years ago
  70. 085e1c6 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 11 years ago
  71. f678b31 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 11 years ago
  72. 4921a08 #12716: reorganize docs for os module a bit by Andrew Kuchling · 11 years ago
  73. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  74. 3468d25 Merge from 3.3 by Andrew Kuchling · 11 years ago
  75. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  76. b003ffa Closes #18239: correct description of count() in module docstring by Andrew Kuchling · 11 years ago
  77. 5e03e49 Closes #18247: add Lib/test/data/* to .gitignore by Andrew Kuchling · 11 years ago
  78. 29303d4 Merge from 3.3 by Andrew Kuchling · 11 years ago
  79. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  80. 83358c9 Grammatical mistake in a comment by Brett Cannon · 11 years ago
  81. f862dc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  82. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  83. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  84. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  85. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  86. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  87. f83bc7a merge from 3.3 by Senthil Kumaran · 11 years ago
  88. ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 11 years ago
  89. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  90. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  91. 15a7d2e merge 3.3 (#18248) by Benjamin Peterson · 11 years ago
  92. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 11 years ago
  93. 10dc0eb Issue #18202: Fix minor bugs and cleanup test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  94. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 11 years ago
  95. aa3ca7e merge by Brett Cannon · 11 years ago
  96. 89df7b4 Issue #17177: Clarify some deprecations by Brett Cannon · 11 years ago
  97. 262e7f3 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  98. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  99. d9a52f2 merge heads by Christian Heimes · 11 years ago
  100. dceec13 merge heads by Christian Heimes · 11 years ago