1. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  2. e6d2f15 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  3. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  4. d7bc99e Mostly-null merge of #18116 backport (updated NEWS entry). by R David Murray · 11 years ago
  5. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  6. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 11 years ago
  7. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  8. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  9. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  10. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  11. e575148 - Issue #20070: Don't run test_urllib2net when network resources are not by doko@ubuntu.com · 11 years ago
  12. bb4b7c1 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  13. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  14. cb13194 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  15. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  16. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  17. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  18. a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  19. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  20. 6e39015 pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile. by R David Murray · 11 years ago
  21. 76825bc Fix English in a NEWS entry. by R David Murray · 11 years ago
  22. cad227a Move IPv6 NEWS entry into correct section. by R David Murray · 11 years ago
  23. d91ba20 Mention Windows 2000 and OS/2 drops, python-config as shell script. by R David Murray · 11 years ago
  24. 72420ff Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry. by R David Murray · 11 years ago
  25. ae2ee96 Issue #19744: improve ensurepip error when ssl is missing by Nick Coghlan · 11 years ago
  26. 0a68dac Issue #19734: add missing NEWS entry by Nick Coghlan · 11 years ago
  27. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  28. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  29. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  30. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  31. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  32. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  33. 2b7f698 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  34. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  35. 266772a merge by Christian Heimes · 11 years ago
  36. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  37. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  38. a960599 Add some asyncio news for beta 2. by Guido van Rossum · 11 years ago
  39. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  40. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  41. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  42. 936b1c3 Merge with 3.3 by Serhiy Storchaka · 11 years ago
  43. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  44. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  45. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  46. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  47. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  48. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  49. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  50. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  51. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  52. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  53. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  54. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  55. bd9cbb0 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  56. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  57. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  58. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  59. d2e48ca Issue #19987: Merge with 3.3 by Zachary Ware · 11 years ago
  60. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  61. d9fbb44 merge by Christian Heimes · 11 years ago
  62. cb3558d Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and by Christian Heimes · 11 years ago
  63. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  64. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  65. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  66. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  67. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  68. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  69. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  70. 79f19f9 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  71. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  72. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  73. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  74. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  75. ca7ab7c Issue #19946: Raise ImportError when the main module cannot be found by Brett Cannon · 11 years ago
  76. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  77. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  78. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  79. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  80. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  81. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  82. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  83. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  84. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  85. 62ca100 Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python by Victor Stinner · 11 years ago
  86. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  87. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  88. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  89. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  90. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  91. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  92. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  93. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  94. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  95. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  96. 2a446bf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  97. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  98. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  99. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  100. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago