1. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  2. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  3. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago
  4. 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 12 years ago
  5. 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 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. 487f191 Fix filename. by Georg Brandl · 12 years ago
  12. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago
  13. 9b8ede6 Set title to the source filename by Raymond Hettinger · 12 years ago
  14. fd490cc Small cleanups by Raymond Hettinger · 12 years ago
  15. 410afbc Fix local variable by Raymond Hettinger · 12 years ago
  16. 461fcaa Add author tag by Raymond Hettinger · 12 years ago
  17. bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 12 years ago
  18. 4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  19. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 12 years ago
  20. 932f5be Merge buildbot script changes by Antoine Pitrou · 12 years ago
  21. d0bb9c6 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  22. 62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. by Stefan Krah · 12 years ago
  23. 3c0db67 Drop useenv=true also from the 32-bit build script: It is not necessary and by Stefan Krah · 12 years ago
  24. 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 12 years ago
  25. 92c9757 Use -W on the Windows 64 buildbots by Antoine Pitrou · 12 years ago
  26. d725de9 Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary measure. by Stefan Krah · 12 years ago
  27. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  28. 16ad7a2 Issue #15102: Fix paths in external-amd64.bat. by Stefan Krah · 12 years ago
  29. 37459a0 Issue #15102: Allow platform-specific settings for the current project by Stefan Krah · 12 years ago
  30. be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 12 years ago
  31. fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
  32. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  33. ffd4d47 Add a docstring at the top of Tools/ssl/make_ssl_data.py by Antoine Pitrou · 12 years ago
  34. f7338f6 Add forgotten files for #14837. by Antoine Pitrou · 12 years ago
  35. a263772 Issue #7582: Use ISO timestamp in diff.py by Alexander Belopolsky · 12 years ago
  36. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  37. 7dae234 Package the launcher. by Martin v. Löwis · 12 years ago
  38. aaefac7 Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. by Antoine Pitrou · 12 years ago
  39. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  40. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  41. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  42. cca802e Fix typo. by Martin v. Löwis · 12 years ago
  43. e01eb4c Upgrade OpenSSL to 1.0.1c by Martin v. Löwis · 12 years ago
  44. 3f90311 merge 3.2 by Martin v. Löwis · 12 years ago
  45. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 12 years ago
  46. a79e7fe Merge 3.2 by Brian Curtin · 12 years ago
  47. 1f24548 bsddb never existed in 3.x, no need to keep downloading sleepycat by Brian Curtin · 12 years ago
  48. d7be304 merge 3.2 by Martin v. Löwis · 12 years ago
  49. 2d82d04 Stop deleting non-existing bytecode files. by Martin v. Löwis · 12 years ago
  50. 29e861d Upgrade sqlite to 3.7.12. by Martin v. Löwis · 12 years ago
  51. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  52. ecc5877 Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  53. 6d7c9f3 Update the clean and MSI scripts for VS2010 by Brian Curtin · 12 years ago
  54. f6b1b9b Correct PlatformTarget->Platform usage for building the solution by Brian Curtin · 12 years ago
  55. 638f6c1 Convert build slave scripts to work with VS2010 by Brian Curtin · 12 years ago
  56. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  57. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 13 years ago
  58. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
  59. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 13 years ago
  60. ec5cf09 Better control when dumping import state by Nick Coghlan · 13 years ago
  61. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 13 years ago
  62. 0e1a5b4 use wfile api by Benjamin Peterson · 13 years ago
  63. cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 13 years ago
  64. 790a9b4 Add a missing close paren by Brian Curtin · 13 years ago
  65. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 13 years ago
  66. d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 13 years ago
  67. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
  68. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
  69. 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
  70. a51497a Merge 3.2.3 release clone. by Georg Brandl · 13 years ago
  71. b547d39 Update description of benchmarks and mention the benchmarks repo by Antoine Pitrou · 13 years ago
  72. d6aa5b3 Fix whitespace by Antoine Pitrou · 13 years ago
  73. 1584ae3 Issue #13165: stringbench is now available in the Tools/stringbench folder. by Antoine Pitrou · 13 years ago
  74. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
  75. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
  76. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
  77. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
  78. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 13 years ago
  79. c0fdf6c Closes #14421: use with statement to properly close socket in bandwidth test. by Georg Brandl · 13 years ago
  80. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 13 years ago
  81. 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
  82. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 13 years ago
  83. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 13 years ago
  84. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 13 years ago
  85. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 13 years ago
  86. 3d4809f Package mime.types by Martin v. Löwis · 13 years ago
  87. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  88. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  89. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  90. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 13 years ago
  91. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 13 years ago
  92. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago
  93. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  94. f9caee9 merge 3.2 by Martin v. Löwis · 13 years ago
  95. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  96. 71f660e update to Unicode 6.1 by Benjamin Peterson · 13 years ago
  97. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  98. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 13 years ago
  99. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  100. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago