1. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 13 years ago v3.3.0b1
  2. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 13 years ago
  3. 3f81ba8 Update suspicious ignore file and pydoc topics. by Georg Brandl · 13 years ago
  4. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 13 years ago
  5. a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  6. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 13 years ago
  7. 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
  8. 1dd75a6 Backport test_nntplib fixes from default. by Antoine Pitrou · 13 years ago
  9. c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 13 years ago
  10. 2a193a8 Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  11. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 13 years ago
  12. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 13 years ago
  13. 875c1bc Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 13 years ago
  14. b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 13 years ago
  15. 714370f Give test directory a more reasonable name. by Eric V. Smith · 13 years ago
  16. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 13 years ago
  17. e51a369 Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. by Eric V. Smith · 13 years ago
  18. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 13 years ago
  19. ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 13 years ago
  20. 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 13 years ago
  21. 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 13 years ago
  22. 87903c1 Merge with 3.2. by Georg Brandl · 13 years ago
  23. 26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. by Georg Brandl · 13 years ago
  24. 496660c Partial backport of 612f34e31270: fix spacing error in exception message. by Georg Brandl · 13 years ago
  25. fcbdbf2 urllib.request: fix spacing errors in exception/warning messages. by Georg Brandl · 13 years ago
  26. 56261cf Branch merge by Éric Araujo · 13 years ago
  27. aa789ac Restore test that was using pysetup and can now (#15157) use pydoc by Éric Araujo · 13 years ago
  28. 19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). by Georg Brandl · 13 years ago
  29. c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. by Georg Brandl · 13 years ago
  30. 1f5d2a0 Fix test to really run behind a NNTP virus checker by Antoine Pitrou · 13 years ago
  31. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 13 years ago
  32. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 13 years ago
  33. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 13 years ago
  34. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 13 years ago
  35. 95aeae0 In random's test_seedargs: Make sure to include at least one seed object with a negative hash. by Mark Dickinson · 13 years ago
  36. 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 13 years ago
  37. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 13 years ago
  38. f841e42 Fix whitespace by Hynek Schlawack · 13 years ago
  39. ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 13 years ago
  40. 853ef47 merge heads by Gregory P. Smith · 13 years ago
  41. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
  42. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
  43. 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 13 years ago
  44. 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
  45. dc44f55 #11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module. by Ezio Melotti · 13 years ago
  46. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 13 years ago
  47. b7eb563 Errors in "client" methods in test_socket were ignored because of a bogus except clause. by Antoine Pitrou · 13 years ago
  48. cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 13 years ago
  49. 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 13 years ago
  50. 110ee34 Lower test-skipping threshold in test_reprlib by Antoine Pitrou · 13 years ago
  51. 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 13 years ago
  52. f3a166d Add debug output to test_shutil by Antoine Pitrou · 13 years ago
  53. 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 13 years ago
  54. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 13 years ago
  55. 6c6e254 Properly test the various builtins lookup cases in inspect.getclosurevars by Nick Coghlan · 13 years ago
  56. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 13 years ago
  57. 46cb1ef Use non-deprecated speling. by Antoine Pitrou · 13 years ago
  58. d4daa87 Properly cleanup pep3147 modules in test_import by Antoine Pitrou · 13 years ago
  59. 06e3758 Try to further debug occasional buildbot failure by Antoine Pitrou · 13 years ago
  60. 78157b3 On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. by Antoine Pitrou · 13 years ago
  61. 3861d8b #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. by Ezio Melotti · 13 years ago
  62. 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 13 years ago
  63. 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 13 years ago
  64. 2f92e54 Close #13062: Add inspect.getclosurevars to simplify testing stateful closures by Nick Coghlan · 13 years ago
  65. be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 13 years ago
  66. dc00f1e Fix #15148. Capitalize PATH, hopefully leading to less confusion by Brian Curtin · 13 years ago
  67. 2193536 Fix #15148. Make the shutil.which docstring more thorough by Brian Curtin · 13 years ago
  68. dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 13 years ago
  69. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 13 years ago
  70. de74de5 Issue #15148: Fixed typos in shutil.which() docstring by Alexander Belopolsky · 13 years ago
  71. 6489213 fixed whitespace by Alexander Belopolsky · 13 years ago
  72. 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 13 years ago
  73. 60c13dd Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  74. 9d87486 Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  75. 310f95b A better repr() for FileFinder by Antoine Pitrou · 13 years ago
  76. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 13 years ago
  77. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 13 years ago
  78. f0f4742 Fix silly mistake in debugging code by Antoine Pitrou · 13 years ago
  79. 7c7cbfc Issue #15008: Implement PEP 362 "Signature Objects". Patch by Yury Selivanov. by Larry Hastings · 13 years ago
  80. 8e0d255 Merge by Guido van Rossum · 13 years ago
  81. 95c1c48 Speed up base64.urlsafe_{en,de}code(). by Guido van Rossum · 13 years ago
  82. 541b7c8 Add debug output for temporary buildbot failures by Antoine Pitrou · 13 years ago
  83. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 13 years ago
  84. 849349d whitespace normalize by Brian Curtin · 13 years ago
  85. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 13 years ago
  86. 7e3e496 merge by Alexander Belopolsky · 13 years ago
  87. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 13 years ago
  88. 48ed360 Issue #14769: Incorporated mildly pedantic feedback from python-dev. by Larry Hastings · 13 years ago
  89. 5f6213b Merge by Antoine Pitrou · 13 years ago
  90. 3b36fb1 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. by Antoine Pitrou · 13 years ago
  91. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 13 years ago
  92. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  93. ff493c9 Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 13 years ago
  94. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 13 years ago
  95. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 13 years ago
  96. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  97. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  98. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 13 years ago
  99. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 13 years ago
  100. 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago