1. f503673 Move UCS4-specific tests with the "normal" tests. by Ezio Melotti · 13 years ago
  2. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  3. e56717c merge heads by Benjamin Peterson · 13 years ago
  4. 19f6260 this isn't fixed on windows yet... by Benjamin Peterson · 13 years ago
  5. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  6. a6e50f5 this test works as expected now by Benjamin Peterson · 13 years ago
  7. e28544a revert unintended change by Benjamin Peterson · 13 years ago
  8. 9c6e6a0 don't check that the first character is XID_Continue by Benjamin Peterson · 13 years ago
  9. d83f226 test_ctypes: Windows is no more a special case by Victor Stinner · 13 years ago
  10. 287eca6 Fix struct sizes. Drop -1, since the resulting string was actually the largest one by Martin v. Löwis · 13 years ago
  11. f02aa65 Use compile() instead of eval(). by Martin v. Löwis · 13 years ago
  12. 0c9fe4d Use eval instead of codecs.lookup to trigger UTF-8 generation. by Martin v. Löwis · 13 years ago
  13. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  14. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  15. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  16. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  17. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  18. 92c144e Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  19. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  20. 9089b79 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  21. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 13 years ago
  22. fba2b6b Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  23. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  24. 9c0cccf Branch merge by Éric Araujo · 13 years ago
  25. dd2d55c Remove two unneeded attributes in packaging by Éric Araujo · 13 years ago
  26. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  27. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  28. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  29. 4ad6ed7 Merge 3.2: test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  30. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  31. c61fae04 Merge 3.2: test_httplib removes temporary files by Victor Stinner · 13 years ago
  32. 18d15cb test_httplib removes temporary files by Victor Stinner · 13 years ago
  33. bc8f082 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  34. 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago
  35. 4c0b707 Squash last tempdir leak in packaging tests. by Éric Araujo · 13 years ago
  36. a372de8 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  37. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  38. 1cbd2ab Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code by Éric Araujo · 13 years ago
  39. becf1c5 Branch merge by Éric Araujo · 13 years ago
  40. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  41. 28df8de Make regrtest look at internal dicts in sysconfig. by Éric Araujo · 13 years ago
  42. 505f0eb Final bag of small changes coming from distutils2. by Éric Araujo · 13 years ago
  43. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  44. f30b5ae Replace cmp function with key function by Éric Araujo · 13 years ago
  45. cc06ad1 Fix typo and wording by Éric Araujo · 13 years ago
  46. cc95dd8 Branch merge by Éric Araujo · 13 years ago
  47. 229011d Make a number of small changes to ease the backport to distutils2 by Éric Araujo · 13 years ago
  48. 4147945 Fix fallback base class when tests run without threading by Éric Araujo · 13 years ago
  49. 0cfb81d Use a local name (it was intended to be used but overlooked). by Éric Araujo · 13 years ago
  50. 7724a6c Packaging cleanup: remove conditionals for < 2.6 support. by Éric Araujo · 13 years ago
  51. e30186b Issue #12765: Fix packaging.test.test_database failures on OS X due by Ned Deily · 13 years ago
  52. 37ccd6f Fix packaging.database.Distribution.list_distinfo_files (#12785). by Éric Araujo · 13 years ago
  53. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  54. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  55. 3ac4f59 The value is the dotted module name to the command class. by Jeremy Kloth · 13 years ago
  56. e012c02 merge from 3.2 by Senthil Kumaran · 13 years ago
  57. d71bbf9 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. by Senthil Kumaran · 13 years ago
  58. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  59. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  60. 88354ed Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  61. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  62. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  63. aa2b442 Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them. by Jeremy Kloth · 13 years ago
  64. 4c3124c Merge 3.2 by Éric Araujo · 13 years ago
  65. faabef5 Branch merge by Éric Araujo · 13 years ago
  66. 1d7deaf Branch merge by Éric Araujo · 13 years ago
  67. cde6576 Remove unneeded --all option of “pysetup list”. by Éric Araujo · 13 years ago
  68. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  69. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  70. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  71. 647ef8c Wrap pydoc output under 80 characters by Éric Araujo · 13 years ago
  72. fb7d244 Remove obsolete comment (yes, build_ext supports C++) by Éric Araujo · 13 years ago
  73. 1f2bcd3 Don’t let invalid line in setup.cfg pass silently by Éric Araujo · 13 years ago
  74. c6d52ed Fix usage of bytes in packaging's bdist_wininst. by Éric Araujo · 13 years ago
  75. 030cfe2 Use bytes regex instead of decoding whole pages by Éric Araujo · 13 years ago
  76. c8f9c81 Fix usage of dry-run in packaging bdist_wininst and install_distinfo. by Éric Araujo · 13 years ago
  77. e6db7a3 Fix determination of Metadata version in packaging (#8933). by Éric Araujo · 13 years ago
  78. 6bbd775 Consolidate tests for packaging.metadata. by Éric Araujo · 13 years ago
  79. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  80. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  81. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  82. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  83. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  84. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  85. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  86. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  87. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  88. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  89. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  90. d4d8ae5 Issue #9561: packaging now writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  91. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  92. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  93. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  94. b22d148 Branch merge by Éric Araujo · 13 years ago
  95. bcf99ac Branch merge by Éric Araujo · 13 years ago
  96. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  97. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  98. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  99. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  100. 0df6285 Branch merge by Éric Araujo · 13 years ago