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