1. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  2. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  3. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  4. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  5. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 12 years ago
  6. c0fdf6c Closes #14421: use with statement to properly close socket in bandwidth test. by Georg Brandl · 12 years ago
  7. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  8. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 12 years ago
  9. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 12 years ago
  10. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 12 years ago
  11. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 12 years ago
  12. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  13. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  14. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  15. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  16. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 13 years ago
  17. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 13 years ago
  18. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago
  19. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  20. f9caee9 merge 3.2 by Martin v. Löwis · 13 years ago
  21. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  22. 71f660e update to Unicode 6.1 by Benjamin Peterson · 13 years ago
  23. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  24. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 13 years ago
  25. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  26. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  27. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  28. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 13 years ago
  29. 8f23be7 iobench.py: add more info in the header by Victor Stinner · 13 years ago
  30. ca2a1a3 Fix test_gdb failure by Antoine Pitrou · 13 years ago
  31. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  32. 0c4fbff libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') by Victor Stinner · 13 years ago
  33. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  34. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  35. e30c0a1 Fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  36. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  37. 760531a Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  38. 74472a9 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  39. 3c0c5f2 Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) by Antoine Pitrou · 13 years ago
  40. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  41. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  42. 87ae0a2 Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': by Antoine Pitrou · 13 years ago
  43. 2a1e926 Fix ResourceWarnings in makeunicodedata.py. by Ezio Melotti · 13 years ago
  44. 24fa983 Update for PEP 393. by Martin v. Löwis · 13 years ago
  45. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  46. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  47. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  48. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  49. 7f0a6dd Use -n for tests under Windows by Antoine Pitrou · 13 years ago
  50. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  51. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  52. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  53. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  54. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  55. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  56. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  57. 56ec5fe Small cleanup by Éric Araujo · 13 years ago
  58. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  59. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  60. 947fed4 Merge fix for reindent.py by Jason R. Coombs · 13 years ago
  61. 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
  62. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  63. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  64. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  65. 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
  66. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  67. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  68. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  69. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  70. c9e07a3 (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  71. d57c5c8 libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  72. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  73. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  74. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  75. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  76. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  77. 40b408d merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  78. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  79. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  80. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  81. f46676d Branch merge by Éric Araujo · 13 years ago
  82. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  83. c520a18 (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  84. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  85. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  86. abe38da merged by Martin v. Löwis · 13 years ago
  87. ad23420 Add 3.2.1rc2 uuid. by Martin v. Löwis · 13 years ago
  88. b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 13 years ago
  89. fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 13 years ago
  90. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  91. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  92. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  93. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  94. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  95. 4197231 Add 3.2.1 UUIDs by Martin v. Löwis · 13 years ago
  96. c729c25 (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by by Victor Stinner · 13 years ago
  97. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 13 years ago
  98. 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 13 years ago
  99. 1e794f6 Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) by Éric Araujo · 13 years ago
  100. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago