1. d47802e Fix ref leak in error case of unicode find, count, formatlong by Christian Heimes · 11 years ago
  2. d47a045 Fix ref leak in error case of unicode index by Christian Heimes · 11 years ago
  3. ea71a52 Fix ref leak in error case of unicode rindex and rfind by Christian Heimes · 11 years ago
  4. 22ed7fe Fix resource leak in parser, free node ptr by Christian Heimes · 11 years ago
  5. b91ffaa Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL by Christian Heimes · 11 years ago
  6. b582155 Fix memory leak in pyexpat PyUnknownEncodingHandler by Christian Heimes · 11 years ago
  7. 305e49e Fix memory leak in endswith by Christian Heimes · 11 years ago
  8. b7bb6f5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  9. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  10. 3a5053b Issue #18322: fix some test_stat nits. by Antoine Pitrou · 11 years ago
  11. a92bfa4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  12. 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  13. 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 11 years ago
  14. e256346 Added rationale for defaulting to 1 in the functional API. by Ethan Furman · 11 years ago
  15. b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  16. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  17. 3fe70b4a Added example to enum docs show access to name and value attributes of enum members. by Ethan Furman · 11 years ago
  18. cf873c6 Merge #14360: Add news item. by R David Murray · 11 years ago
  19. 02e4a7b #14360: Add news item. by R David Murray · 11 years ago
  20. 3bca8ac Improve imap error message in unusual failure mode. by R David Murray · 11 years ago
  21. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  22. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  23. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  24. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  25. cd83fa8 Issue #13483: Use VirtualAlloc in obmalloc on Windows. by Martin v. Löwis · 11 years ago
  26. fe3ae3c Merge #18311: fix typo. by R David Murray · 11 years ago
  27. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  28. b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
  29. dd3a6a5 Fix os.confstr(): the result type of the C function is size_t, not int by Victor Stinner · 11 years ago
  30. 9303749 Fix time.mktime() and datetime.datetime.timestamp() on AIX by Victor Stinner · 11 years ago
  31. 5ac1b93 test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern by Victor Stinner · 11 years ago
  32. ef8115e Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change by Victor Stinner · 11 years ago
  33. 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
  34. 4af6898 #11390: fix test failures due to readline and windows lineneds. by R David Murray · 11 years ago
  35. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  36. d7a034b (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  37. 36b82d8 Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  38. 7e00151 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  39. 86073dc (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if by Victor Stinner · 11 years ago
  40. 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  41. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  42. b28a375 Issue #18081: Workaround "./python -m test_idle test_logging" failure by Victor Stinner · 11 years ago
  43. 7660b88 Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index) by Victor Stinner · 11 years ago
  44. 9a644b2 Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods by Victor Stinner · 11 years ago
  45. 7b25135 Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64 by Victor Stinner · 11 years ago
  46. 76d3850 Issue #9566: Fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  47. 2199c38 Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64 by Victor Stinner · 11 years ago
  48. 2c72b51 Issue #18164: merge from 3.3 by Ned Deily · 11 years ago
  49. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  50. 7176577 Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) by Victor Stinner · 11 years ago
  51. bc8ccce Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  52. 9a28297 Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  53. 9d89ae6 Merge. by Richard Oudkerk · 11 years ago
  54. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  55. 93b736e Merge. by Richard Oudkerk · 11 years ago
  56. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  57. 71e7dbd Issue #15818: Merge. by Richard Oudkerk · 11 years ago
  58. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  59. 35d0553 Issue #18277: Merge. by Richard Oudkerk · 11 years ago
  60. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  61. b3cc7eb Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
  62. e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
  63. b4f39ee merge by Raymond Hettinger · 11 years ago
  64. 20b0f87 Misc improvements to collections.deque() by Raymond Hettinger · 11 years ago
  65. 5b2f184 Issue #11016: Don't define macros and constants that are already set by pyport.h by Christian Heimes · 11 years ago
  66. 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
  67. 9975877 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  68. 91e8b81 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  69. 1ce46d9 Issue #11016: Detect integer conversion on conversion from Python int to C mode_t by Victor Stinner · 11 years ago
  70. 42471ad merge by Christian Heimes · 11 years ago
  71. 858c947 Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG. by Christian Heimes · 11 years ago
  72. 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
  73. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  74. ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  75. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  76. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  77. c00fffb Merge heads by Serhiy Storchaka · 11 years ago
  78. 07d22e5 Merge heads by Serhiy Storchaka · 11 years ago
  79. e19ee85 Merge heads by Serhiy Storchaka · 11 years ago
  80. c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  81. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  82. 8227696 Merged fix for issue #18260 from 3.3 by Łukasz Langa · 11 years ago
  83. f9b4eb4 Fixed issue #18260: configparser TypeError on source name specified as bytes by Łukasz Langa · 11 years ago
  84. fcce202 Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  85. 36a7e4f Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  86. 582cfbb import.c does neither need mode_t nor _mkdir() anymore by Christian Heimes · 11 years ago
  87. 59b2401 Add _stat module to VS project file -- this time with the GUI instead of manually. by Christian Heimes · 11 years ago
  88. c44ff86 add _stat to list of builtin Windows modules by Christian Heimes · 11 years ago
  89. 8cfd67c (Merge 3.3) Issue #18135: Fix a possible integer overflow in by Victor Stinner · 11 years ago
  90. 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  91. 4569cd5 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  92. 2ab07f0 (Merge 3.3) Issue #18137: Detect integer overflow on precision in by Victor Stinner · 11 years ago
  93. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  94. c6ebd16 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows by Victor Stinner · 11 years ago
  95. 0e03d6f Merge from 3.3 by Andrew Kuchling · 11 years ago
  96. da30acf Closes #18220: expand itertools.islice docstring to 2 lines by Andrew Kuchling · 11 years ago
  97. 446a39f Close #18285: add 'repeat' parameter to docstring for product by Andrew Kuchling · 11 years ago
  98. b54b0ca #18151 Merge from 3.3 by Terry Jan Reedy · 11 years ago
  99. de3beb2 #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  100. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago