1. b071d4f profile/cProfile: add tests for run() and runctx() functions by Giampaolo Rodola' · 11 years ago
  2. f29fb5e Null merge by Serhiy Storchaka · 11 years ago
  3. b52d432 Null merge by Serhiy Storchaka · 11 years ago
  4. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  5. 008deb7 Clean trailing whitespaces in Makefile.pre.in. by Serhiy Storchaka · 11 years ago
  6. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  7. fd6e6cf Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 11 years ago
  8. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 11 years ago
  9. 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  10. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  11. ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  12. a6e902a Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  13. 0b61d3c Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  14. b3e8384 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  15. 890d72d Merge. Closes issue 17052. by Michael Foord · 11 years ago
  16. b71b8ec Merge by Michael Foord · 11 years ago
  17. f78f5b1 Correction to issue 17052 fix by Michael Foord · 11 years ago
  18. 3420057 Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam' by Terry Jan Reedy · 11 years ago
  19. 4e08f78 Merge. Closes issue 17052. by Michael Foord · 11 years ago
  20. a23a39c Merge by Michael Foord · 11 years ago
  21. 8fd396b Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 11 years ago
  22. a7b5e82 Reject float as uid or gid. by Serhiy Storchaka · 11 years ago
  23. b462189 Reject float as uid or gid. by Serhiy Storchaka · 11 years ago
  24. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  25. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  26. d80b16d Fix ReST role markup: :method: -> :meth: by Mark Dickinson · 11 years ago
  27. 2306e60 Issue #17165: fix a bare import in _strptime.py. Patch by Berker Peksag. by Antoine Pitrou · 11 years ago
  28. 06e5e73 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  29. ac99576 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  30. 6c22b1d Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  31. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  32. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  33. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  34. 419d9a8 evaluate lambda keyword-only defaults after positional defaults (#16967 again) by Benjamin Peterson · 11 years ago
  35. 8b466c9 merge heads by Benjamin Peterson · 11 years ago
  36. 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 11 years ago
  37. 1b901ba Issue #17149: merge fix from 3.3. by Mark Dickinson · 11 years ago
  38. 6427358 Issue #17149: merge fix from 3.2. by Mark Dickinson · 11 years ago
  39. be5f919 Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 11 years ago
  40. 34a2a87 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  41. bf95c14 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  42. 497cee4 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  43. 02c2076 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 11 years ago
  44. 9fef188 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 11 years ago
  45. 88efc52 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 11 years ago
  46. f261923 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  47. d83c824 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  48. df32691 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  49. e35042d Merge by Raymond Hettinger · 11 years ago
  50. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 11 years ago
  51. 902fc8b Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. by Antoine Pitrou · 11 years ago
  52. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  53. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  54. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  55. 151699a Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 11 years ago
  56. 859cd47 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 11 years ago
  57. b6ed173 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 11 years ago
  58. 26cab56 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  59. 7451a72 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  60. 31c3cd2 Merge: #17166: fix _dummy_thread import example. by R David Murray · 11 years ago
  61. f4b54ad Merge: #17166: fix _dummy_thread import example. by R David Murray · 11 years ago
  62. 041d553 #17166: fix _dummy_thread import example. by R David Murray · 11 years ago
  63. c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  64. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  65. ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  66. 633a92f add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  67. 7d01a1e add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  68. d489c7a add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  69. fde43ec merge 3.3 (#17168) by Benjamin Peterson · 11 years ago
  70. 5d50ade StringIO.StringIO -> io.StringIO (closes #17168) by Benjamin Peterson · 11 years ago
  71. 5d70ccc Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  72. 3318280 Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  73. bbbbe8e Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  74. 9ea2d55 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  75. 19a5214 Minor fix of previous commit. by Serhiy Storchaka · 11 years ago
  76. 4b109cb Minor fix of previous commit. by Serhiy Storchaka · 11 years ago
  77. 23a6726 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  78. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  79. 7611d9a Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  80. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  81. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  82. 1ce9595 Issue #17161: merge from 3.3 by Ned Deily · 11 years ago
  83. aa20b00 Issue #17161: make install now also installs a python3 man page. by Ned Deily · 11 years ago
  84. a48b61f Issue #17161: make install now also installs a python3 man page. by Ned Deily · 11 years ago
  85. d1938cd Fix accidental non-breakable spaces (U+00A0). by Serhiy Storchaka · 11 years ago
  86. 70ea7fa Fix accidental non-breakable spaces (U+00A0). by Serhiy Storchaka · 11 years ago
  87. 1273dfc Fix accidental non-breakable spaces (U+00A0). by Serhiy Storchaka · 11 years ago
  88. 1d824ec Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 11 years ago
  89. 5546b00 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 11 years ago
  90. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 11 years ago
  91. 5eda539 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  92. cf6e21c Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  93. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  94. cfd2c1b (Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide by Victor Stinner · 11 years ago
  95. bbbac2e Issue #17137: When an Unicode string is resized, the internal wide character by Victor Stinner · 11 years ago
  96. eae3b33 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  97. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  98. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  99. d0c79dc Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  100. 03ee12e Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago