1. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 11 years ago
  2. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  3. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  4. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  5. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  6. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
  7. 434d27a Merge heads by Serhiy Storchaka · 11 years ago
  8. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  9. cfc6901 Add news about pdb fix for yield[from]. by Guido van Rossum · 11 years ago
  10. 5de397e merge by Christian Heimes · 11 years ago
  11. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  12. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  13. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  14. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  15. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  16. aa6a212 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1. by Ned Deily · 11 years ago
  17. 9fa4ced Update third-party libraries for OS X installers: by Ned Deily · 11 years ago
  18. 41ab6c3 Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. by Ned Deily · 11 years ago
  19. fd66cc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  20. f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
  21. e0d641ab trunk merge by Barry Warsaw · 11 years ago
  22. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  23. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  24. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  25. 58ca93c NEWS entry for module name repr commit by Brett Cannon · 11 years ago
  26. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 11 years ago
  27. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 11 years ago
  28. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  29. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  30. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  31. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  32. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 11 years ago
  33. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 11 years ago
  34. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  35. 3591587 merge by Christian Heimes · 11 years ago
  36. 5f8b0f5 Issue #19664: test_userdict's repr test no longer depends on the order by Christian Heimes · 11 years ago
  37. 197a770 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a by Barry Warsaw · 11 years ago
  38. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  39. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  40. 1b62760 merge by Christian Heimes · 11 years ago
  41. 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago
  42. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  43. f4fd257 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  44. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  45. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  46. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  47. f3bf35e Issue #16632: Enable DEP and ASLR on Windows. by Christian Heimes · 11 years ago
  48. 552e6c7 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h by Christian Heimes · 11 years ago
  49. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  50. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  51. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  52. 888dcc3 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  53. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  54. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  55. 5160da1 Merge: #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  56. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  57. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  58. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  59. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  60. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  61. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  62. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  63. 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 11 years ago
  64. 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 11 years ago
  65. b6e622d Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  66. 61b976f Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  67. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  68. a6bc95a Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. by Christian Heimes · 11 years ago
  69. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  70. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  71. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  72. 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
  73. 13d4853 Fixed issue number for issue #8311. by Serhiy Storchaka · 11 years ago
  74. 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 11 years ago
  75. 7714ebb Issue #5202: Added support for unseekable files in the wave module. by Serhiy Storchaka · 11 years ago
  76. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  77. 09a5f5e Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  78. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  79. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  80. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  81. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  82. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  83. 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
  84. 5e75829 Closes #19523: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  85. 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
  86. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  87. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  88. af40e98 Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  89. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  90. de5aff2 #15422: remove NEWS item for a change that was later reverted by Andrew Kuchling · 11 years ago
  91. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  92. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  93. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  94. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  95. 9deff8a Update Misc/NEWS for Issue #7171 by Jason R. Coombs · 11 years ago
  96. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  97. a49ccb2 Add news entry for #1097797; whitespace cleanup by Andrew Kuchling · 11 years ago
  98. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  99. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  100. 2915933 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago