1. 5f8d485 parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  2. cb0613b Update copyright dates in Mac plists. by Ned Deily · 11 years ago
  3. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  4. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  5. b075cc0 Clarify the wording of a news entry. by R David Murray · 11 years ago
  6. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  7. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  8. 3e86ba4 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
  9. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  10. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  11. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  12. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  13. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  14. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  15. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  16. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  17. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  18. 55c6cc4 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces by Serhiy Storchaka · 11 years ago
  19. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  20. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  21. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  22. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  23. f20ea13 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  24. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  25. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  26. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  27. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  28. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  29. 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
  30. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  31. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  32. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  33. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  34. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  35. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  36. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  37. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  38. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  39. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  40. b1792d9 remove trailing spaces. by Gregory P. Smith · 11 years ago
  41. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  42. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  43. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  44. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  45. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  46. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  47. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  48. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  49. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  50. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  51. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  52. 928b9e2 Merge heads by Serhiy Storchaka · 11 years ago
  53. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  54. 808d83d Merge. by Charles-François Natali · 11 years ago
  55. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  56. e9b034b Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  57. e68a3ce Merge. by Charles-François Natali · 11 years ago
  58. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  59. 1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. by Stefan Krah · 11 years ago
  60. 325a102 Merge. by Charles-François Natali · 11 years ago
  61. 46c686f Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 11 years ago
  62. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  63. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  64. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  65. 01e5f80 Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted by Stefan Krah · 11 years ago
  66. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  67. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  68. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  69. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  70. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  71. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  72. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  73. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  74. da12ada Do not discard const qualifier without a reason. by Stefan Krah · 11 years ago
  75. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  76. bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. by Zachary Ware · 11 years ago
  77. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  78. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  79. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  80. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  81. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  82. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  83. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  84. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  85. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  86. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  87. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  88. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  89. 37d4e0b Fix two typos. by Stefan Krah · 11 years ago
  90. 42e3b60 Missed one copyright. by Stefan Krah · 11 years ago
  91. ecff655 Update copyright. The four year increment is intentional (to save work). by Stefan Krah · 11 years ago
  92. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  93. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  94. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  95. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  96. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  97. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  98. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  99. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  100. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago