1. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  2. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  3. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  4. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  5. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  6. 04754b0 Support multiarch build in tests. by Stefan Krah · 11 years ago
  7. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  8. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  9. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  10. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 11 years ago
  11. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  12. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  13. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  14. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  15. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  16. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  17. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 11 years ago
  18. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  19. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  20. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  21. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  22. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  23. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  24. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  25. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  26. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  27. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  28. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 11 years ago
  29. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  30. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  31. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  32. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  33. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  34. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  35. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  36. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  37. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  38. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  39. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  40. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  41. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  42. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  43. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  44. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  45. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  46. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  47. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  48. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  49. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  50. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  51. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  52. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  53. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  54. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  55. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  56. 36f74aa Issue #17563: Fix dict resize performance regression. by Raymond Hettinger · 11 years ago
  57. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  58. 0fe236b Ignore Mac OS X entries for .DS_Store by Raymond Hettinger · 11 years ago
  59. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  60. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  61. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  62. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  63. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  64. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  65. c032f16 post-release update. by Georg Brandl · 11 years ago
  66. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  67. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  68. dbbf4c8 Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release by doko@ubuntu.com · 11 years ago
  69. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  70. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  71. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  72. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  73. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 11 years ago
  74. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 11 years ago
  75. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  76. 901a278 use correct format code for exceptions by Benjamin Peterson · 11 years ago
  77. 0ab18e4 Added tag v3.3.2 for changeset d047928ae3f6 by Georg Brandl · 11 years ago
  78. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  79. 997d05d merge by Georg Brandl · 11 years ago
  80. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  81. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  82. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  83. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  84. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  85. a9417d7 merge with 3.2 by Georg Brandl · 11 years ago
  86. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  87. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  88. 831ae84 merge heads by Georg Brandl · 11 years ago
  89. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  90. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  91. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  92. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  93. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  94. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  95. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  96. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  97. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  98. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  99. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  100. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago