1. 54d04a4 Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. by Zachary Ware · 10 years ago
  2. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  3. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  4. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 10 years ago
  5. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  6. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  7. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 10 years ago
  8. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  9. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  10. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  11. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 10 years ago
  12. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 10 years ago
  13. 4f8e4c2 merge 3.2 by Benjamin Peterson · 10 years ago
  14. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  15. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  16. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 10 years ago
  17. b807577 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 10 years ago
  18. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  19. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 10 years ago
  20. 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 10 years ago
  21. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  22. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 10 years ago
  23. 270ce73 Fix typo (issue #19619). by Serhiy Storchaka · 10 years ago
  24. f031a6f #20628: wrap lines to < 80. by R David Murray · 10 years ago
  25. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  26. 6b53234 #20740: desquarify 2. by Ezio Melotti · 10 years ago
  27. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  28. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  29. 09141c4 Closes #20755: port sphinx-1.1 fixes from default by Georg Brandl · 10 years ago
  30. c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 10 years ago
  31. f106f8f whitespace by Terry Jan Reedy · 10 years ago
  32. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 10 years ago
  33. 938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The by Terry Jan Reedy · 11 years ago
  34. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  35. b772b03 Added tag v3.3.5rc1 for changeset 9ec811df548e by Georg Brandl · 11 years ago
  36. 68707af merge by Georg Brandl · 11 years ago
  37. 89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. by Georg Brandl · 11 years ago
  38. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  39. ed7d0c4 Update pydoc topics. by Georg Brandl · 11 years ago
  40. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  41. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  42. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 11 years ago
  43. 665a2bc bump Python-ast.c by Benjamin Peterson · 11 years ago
  44. 1b94030 update logo url (#20695) by Benjamin Peterson · 11 years ago
  45. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 11 years ago
  46. 2bb6c35 Merge heads by Serhiy Storchaka · 11 years ago
  47. 1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
  48. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  49. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  50. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  51. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  52. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  53. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  54. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  55. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  56. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  57. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
  58. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
  59. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  60. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  61. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  62. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  63. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  64. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  65. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  66. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  67. 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  68. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  69. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  70. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  71. ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  72. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  73. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  74. 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  75. 892f4f9 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
  76. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  77. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  78. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  79. f0560d9 Fix trailing whitespace. by Georg Brandl · 11 years ago
  80. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 11 years ago
  81. a37fcb2 Post-release updates. by Georg Brandl · 11 years ago
  82. 72e7761 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 11 years ago
  83. 1be39e5 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 11 years ago
  84. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  85. 4c04a04 Added tag v3.3.4 for changeset 7ff62415e426 by Georg Brandl · 11 years ago
  86. a7bf78d news entry by Georg Brandl · 11 years ago
  87. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  88. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  89. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  90. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 11 years ago
  91. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  92. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  93. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 11 years ago
  94. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  95. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 11 years ago
  96. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 11 years ago
  97. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  98. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  99. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
  100. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago