1. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  2. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  3. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  4. ec5cf09 Better control when dumping import state by Nick Coghlan · 12 years ago
  5. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  6. 0e1a5b4 use wfile api by Benjamin Peterson · 12 years ago
  7. cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 12 years ago
  8. 790a9b4 Add a missing close paren by Brian Curtin · 12 years ago
  9. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  10. d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 12 years ago
  11. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  12. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  13. 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  14. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  15. b547d39 Update description of benchmarks and mention the benchmarks repo by Antoine Pitrou · 12 years ago
  16. d6aa5b3 Fix whitespace by Antoine Pitrou · 12 years ago
  17. 1584ae3 Issue #13165: stringbench is now available in the Tools/stringbench folder. by Antoine Pitrou · 12 years ago
  18. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  19. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  20. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  21. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  22. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 12 years ago
  23. c0fdf6c Closes #14421: use with statement to properly close socket in bandwidth test. by Georg Brandl · 12 years ago
  24. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 12 years ago
  25. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  26. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 12 years ago
  27. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 12 years ago
  28. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 12 years ago
  29. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 12 years ago
  30. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  31. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  32. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  33. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  34. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 12 years ago
  35. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 12 years ago
  36. dc4170c merge 2.6 by Martin v. Löwis · 12 years ago
  37. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  38. f9caee9 merge 3.2 by Martin v. Löwis · 12 years ago
  39. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  40. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  41. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  42. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 12 years ago
  43. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  44. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  45. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  46. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 13 years ago
  47. 8f23be7 iobench.py: add more info in the header by Victor Stinner · 13 years ago
  48. ca2a1a3 Fix test_gdb failure by Antoine Pitrou · 13 years ago
  49. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  50. 0c4fbff libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') by Victor Stinner · 13 years ago
  51. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  52. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  53. e30c0a1 Fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  54. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  55. 760531a Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  56. 74472a9 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  57. 3c0c5f2 Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) by Antoine Pitrou · 13 years ago
  58. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  59. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  60. 87ae0a2 Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': by Antoine Pitrou · 13 years ago
  61. 2a1e926 Fix ResourceWarnings in makeunicodedata.py. by Ezio Melotti · 13 years ago
  62. 24fa983 Update for PEP 393. by Martin v. Löwis · 13 years ago
  63. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  64. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  65. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  66. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  67. 7f0a6dd Use -n for tests under Windows by Antoine Pitrou · 13 years ago
  68. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  69. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  70. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  71. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  72. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  73. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  74. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  75. 56ec5fe Small cleanup by Éric Araujo · 13 years ago
  76. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  77. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  78. 947fed4 Merge fix for reindent.py by Jason R. Coombs · 13 years ago
  79. 4789104 Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution by Jason R. Coombs · 13 years ago
  80. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  81. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  82. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  83. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 13 years ago
  84. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  85. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  86. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  87. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  88. c9e07a3 (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  89. d57c5c8 libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  90. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  91. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  92. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  93. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  94. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  95. 40b408d merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  96. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  97. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  98. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  99. f46676d Branch merge by Éric Araujo · 13 years ago
  100. 0f67a99 Branch merge by Éric Araujo · 13 years ago