1. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 13 years ago
  2. 5d2ecfb Fix typo in shutil doc by Hynek Schlawack · 13 years ago
  3. 67a7b06 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 13 years ago
  4. 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 13 years ago
  5. 932f5be Merge buildbot script changes by Antoine Pitrou · 13 years ago
  6. d0bb9c6 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 13 years ago
  7. ab47577 white space cleanup by Christian Heimes · 13 years ago
  8. afa2973 Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose by Christian Heimes · 13 years ago
  9. 39b1e5d build_all_use_profile: Build using -fprofile-correction to automatically by Matthias Klose · 13 years ago
  10. 9facaf4 Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 13 years ago
  11. 79035bd Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 13 years ago
  12. 7fb30f0 Null merge by David Malcolm · 13 years ago
  13. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
  14. c02be61 - whitespace-normalize libffi file by Matthias Klose · 13 years ago
  15. 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 13 years ago
  16. 13c6682 issue13666 - merge from 3.2 by Senthil Kumaran · 13 years ago
  17. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 13 years ago
  18. 3194037 Added hmac.compare_digest to whatsnew by Christian Heimes · 13 years ago
  19. 8c3c29e Added tag v3.3.0b1 for changeset e15c554cd43e by Georg Brandl · 13 years ago
  20. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 13 years ago
  21. dba3b5c 3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later. by Georg Brandl · 13 years ago
  22. 2391974 Merge heads by Petri Lehtinen · 13 years ago
  23. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 13 years ago
  24. 6c3f1dd What's new: Add myself as the contributor of issue 12170 by Petri Lehtinen · 13 years ago
  25. a4b018f Merge by Martin v. Löwis · 13 years ago
  26. 8ca5a84 Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe by Martin v. Löwis · 13 years ago
  27. 805dff5 Fix issue # in Misc/NEWS (should be #15187, not 15817.) by Larry Hastings · 13 years ago
  28. ee0be40 Add yet another missing versionchanged. by Georg Brandl · 13 years ago
  29. 3f81ba8 Update suspicious ignore file and pydoc topics. by Georg Brandl · 13 years ago
  30. 9aae9e5 Fix a few markup nits in zlib docs and add missing versionchanged tags. by Georg Brandl · 13 years ago
  31. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 13 years ago
  32. 93e3d3a merge from 3.2 - Issue13685 by Senthil Kumaran · 13 years ago
  33. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 13 years ago
  34. a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  35. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 13 years ago
  36. 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 13 years ago
  37. 8a250fa Comment out a dead increment. by Brett Cannon · 13 years ago
  38. 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
  39. 2e5f371 Merge by Antoine Pitrou · 13 years ago
  40. 1dd75a6 Backport test_nntplib fixes from default. by Antoine Pitrou · 13 years ago
  41. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 13 years ago
  42. 7334be8 Null merge. by Stefan Krah · 13 years ago
  43. 62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. by Stefan Krah · 13 years ago
  44. 1edab78 Update test script to Visual Studio 2010. by Stefan Krah · 13 years ago
  45. 3784ff9 Issue #13950: Improve support for OS X Xcode 4: by Ned Deily · 13 years ago
  46. 52c6097 Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library. by Larry Hastings · 13 years ago
  47. c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 13 years ago
  48. 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
  49. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 13 years ago
  50. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 13 years ago
  51. 77892dc More doc fixes: made it clear where to start reading when you click on <dir_fd>. by Larry Hastings · 13 years ago
  52. 68d34f4 merge heads by Gregory P. Smith · 13 years ago
  53. 875c1bc Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 13 years ago
  54. b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 13 years ago
  55. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 13 years ago
  56. aceaf90 Some tightening of the documentation for the new kwarg-style os module functionality. by Georg Brandl · 13 years ago
  57. 4d399a4 Grammar fix. by Georg Brandl · 13 years ago
  58. 714370f Give test directory a more reasonable name. by Eric V. Smith · 13 years ago
  59. 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 13 years ago
  60. 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
  61. e6bdc8f Restore Misc/NEWS entries lost in the merge for the previous commit. by Larry Hastings · 13 years ago
  62. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 13 years ago
  63. 56ed284 Merge with 3.2. by Georg Brandl · 13 years ago
  64. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 13 years ago
  65. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 13 years ago
  66. f551001 Merge by Antoine Pitrou · 13 years ago
  67. ad09b5d Add a couple of what's new entries. by Antoine Pitrou · 13 years ago
  68. 5d7e1d3 Fix statement. by Antoine Pitrou · 13 years ago
  69. 217aa55 Fix markup, for real this time. by Georg Brandl · 13 years ago
  70. 00081f3 Merge by Antoine Pitrou · 13 years ago
  71. b0f0895 Fix indentation by Éric Araujo · 13 years ago
  72. ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 13 years ago
  73. 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 13 years ago
  74. becb70c Merge heads. by Ezio Melotti · 13 years ago
  75. 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 13 years ago
  76. 3c0db67 Drop useenv=true also from the 32-bit build script: It is not necessary and by Stefan Krah · 13 years ago
  77. a504a7a Issue #15055: update dictnotes.txt. Patch by Mark Shannon. by Antoine Pitrou · 13 years ago
  78. 87903c1 Merge with 3.2. by Georg Brandl · 13 years ago
  79. 26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. by Georg Brandl · 13 years ago
  80. cb1c8b7 Merge with 3.2. by Georg Brandl · 13 years ago
  81. 496660c Partial backport of 612f34e31270: fix spacing error in exception message. by Georg Brandl · 13 years ago
  82. fcbdbf2 urllib.request: fix spacing errors in exception/warning messages. by Georg Brandl · 13 years ago
  83. 56261cf Branch merge by Éric Araujo · 13 years ago
  84. 544e13d Fix markup by Éric Araujo · 13 years ago
  85. 0a8f5f7 Fix typos by Éric Araujo · 13 years ago
  86. aa789ac Restore test that was using pysetup and can now (#15157) use pydoc by Éric Araujo · 13 years ago
  87. 19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). by Georg Brandl · 13 years ago
  88. 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 13 years ago
  89. 988049a Alpha -> Beta by Georg Brandl · 13 years ago
  90. 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 13 years ago
  91. 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 13 years ago
  92. 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 13 years ago
  93. 4168764 Add 3.2.3 version to the license table. by Georg Brandl · 13 years ago
  94. 0b40a0b Merge by Antoine Pitrou · 13 years ago
  95. c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. by Georg Brandl · 13 years ago
  96. 92c9757 Use -W on the Windows 64 buildbots by Antoine Pitrou · 13 years ago
  97. dbab58f Refactor the venv API docs into a real API doc style. by Georg Brandl · 13 years ago
  98. 1f5d2a0 Fix test to really run behind a NNTP virus checker by Antoine Pitrou · 13 years ago
  99. 5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. by Antoine Pitrou · 13 years ago
  100. f61e791 Simplify wording. by Antoine Pitrou · 13 years ago