1. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 12 years ago
  2. 3874e54 Issue #15241: Added test for venv prefixes. by Vinay Sajip · 12 years ago
  3. abd344c Issue 15241: Improved site.py documentation relating to venvs. by Vinay Sajip · 12 years ago
  4. 0a02801 NULL MERGE: Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  5. 035997f Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  6. ac5f846 Fix keyword argument by Raymond Hettinger · 12 years ago
  7. cf6eac4 Minor cleanups by Raymond Hettinger · 12 years ago
  8. ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 12 years ago
  9. f57baab Clean-up unused variable by Raymond Hettinger · 12 years ago
  10. f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 12 years ago
  11. 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 12 years ago
  12. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  13. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 12 years ago
  14. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  15. 15bac0f - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. by doko@ubuntu.com · 12 years ago
  16. 487f191 Fix filename. by Georg Brandl · 12 years ago
  17. c9d2fc3 Merge with 3.2. by Georg Brandl · 12 years ago
  18. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  19. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  20. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago
  21. 9b8ede6 Set title to the source filename by Raymond Hettinger · 12 years ago
  22. fd490cc Small cleanups by Raymond Hettinger · 12 years ago
  23. 410afbc Fix local variable by Raymond Hettinger · 12 years ago
  24. 461fcaa Add author tag by Raymond Hettinger · 12 years ago
  25. bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 12 years ago
  26. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  27. 41f9d04 null merge by doko@ubuntu.com · 12 years ago
  28. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  29. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  30. f87289b Issue #15229: An OSError subclass whose __init__ doesn't call back by Antoine Pitrou · 12 years ago
  31. 4c99071 - fix the OS X build failure, only try to remove the temporary file if it exists by doko@ubuntu.com · 12 years ago
  32. 7f7902c Merge by Antoine Pitrou · 12 years ago
  33. d06f974 Try to fix compilation failure under OS X by Antoine Pitrou · 12 years ago
  34. b14168d null merge by doko@ubuntu.com · 12 years ago
  35. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  36. 7e6c2e2 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  37. 5431e30 After 79d2eb29c755 it is no longer necessary to zero the output array: by Stefan Krah · 12 years ago
  38. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  39. b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
  40. 536f1b9 Null merge. by Stefan Krah · 12 years ago
  41. 4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  42. e344eca previous patch needs patch from issue #14330 by Matthias Klose · 12 years ago
  43. fe39bd1 - merge branches by Matthias Klose · 12 years ago
  44. 5884449 - Issue #3754: Use readelf instead of ldd for the cross build readline check by doko@ubuntu.com · 12 years ago
  45. 3746aee Whitespace. by Stefan Krah · 12 years ago
  46. c35a8e5 Proactive reliability fix for broken FPUs: The base conversion functions by Stefan Krah · 12 years ago
  47. e38c98f Merge by Antoine Pitrou · 12 years ago
  48. f93b705 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  49. f2967c7 - check for libtinfo as a termcap library by doko@ubuntu.com · 12 years ago
  50. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  51. 24ef3e9 Issue #15225: improve error message when hmac is passed a wrong key type. by Antoine Pitrou · 12 years ago
  52. 9c7817e - Issue #3754: Some unrelated configure.ac cleanups. by doko@ubuntu.com · 12 years ago
  53. ba01583 - Issue #14324: use a linker test to check for profiling support by doko@ubuntu.com · 12 years ago
  54. 51f6594 - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of by doko@ubuntu.com · 12 years ago
  55. 93df16b - Issue #3754, refactor sys.platform / get_platform bits, use a by doko@ubuntu.com · 12 years ago
  56. 83a4dd3 Update GzipFile docstring to mention gzip.open()'s new text-mode support. by Nadeem Vawda · 12 years ago
  57. 07a616d Merged by Tim Golden · 12 years ago
  58. 4854533 Merged by Tim Golden · 12 years ago
  59. a1632e6 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  60. eda29f4 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  61. 27982d7 Dummy merge from 3.2 by Tim Golden · 12 years ago
  62. a9effcd Better diagnose test failure by Antoine Pitrou · 12 years ago
  63. b8b6a68 Better diagnose test failure by Antoine Pitrou · 12 years ago
  64. 9175c3d Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  65. b92b757 Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  66. 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  67. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  68. 31a78c3 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  69. b6ee3d6 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  70. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  71. 0b50bf3 urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  72. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  73. 802d669 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  74. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  75. 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 12 years ago
  76. c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  77. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  78. 9f558cc #4489: Use dir_fd in rmdir in _rmtree_safe_fd() by Hynek Schlawack · 12 years ago
  79. dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  80. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  81. abb755d Merge. by Eric V. Smith · 12 years ago
  82. b109515 Use assertIsNone. Thanks Terry Reedy. by Eric V. Smith · 12 years ago
  83. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  84. 591c1cc Remove dead code by Victor Stinner · 12 years ago
  85. 8afc243 Avoid using scrdir, it's broken. by Antoine Pitrou · 12 years ago
  86. 76b931b Fix bug in test_tools that prevented building is separate directory. by Neil Schemenauer · 12 years ago
  87. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  88. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 12 years ago
  89. 5d2ecfb Fix typo in shutil doc by Hynek Schlawack · 12 years ago
  90. 67a7b06 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  91. 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  92. 932f5be Merge buildbot script changes by Antoine Pitrou · 12 years ago
  93. d0bb9c6 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  94. ab47577 white space cleanup by Christian Heimes · 12 years ago
  95. afa2973 Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose by Christian Heimes · 12 years ago
  96. 39b1e5d build_all_use_profile: Build using -fprofile-correction to automatically by Matthias Klose · 12 years ago
  97. 9facaf4 Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 12 years ago
  98. 79035bd Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 12 years ago
  99. 7fb30f0 Null merge by David Malcolm · 12 years ago
  100. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago