1. 5a5ce38 make sure we check for write access before starting the install, and add correct exit code by Tarek Ziade · 13 years ago
  2. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  3. 441531f improved pysetup list UI by Tarek Ziade · 13 years ago
  4. 90fb928 promoted pysetup3 to a top-level script by Tarek Ziade · 13 years ago
  5. cccfd99 merge heads by Benjamin Peterson · 13 years ago
  6. 15ac311 add tests for negative with conjugate by Benjamin Peterson · 13 years ago
  7. 1eb6d27 (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  8. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  9. 4f1252d (Merge 3.2) Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  10. 19c5233 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  11. 0c9f31b (Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling by Victor Stinner · 13 years ago
  12. 4f71101 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 13 years ago
  13. f47fa58 better UI when the user does not have the perms to remove the project by Tarek Ziade · 13 years ago
  14. 58ab766 Issue #12028: fix NEWS entry by Victor Stinner · 13 years ago
  15. f2a9421 Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error by Victor Stinner · 13 years ago
  16. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  17. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  18. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  19. ebbb3b7 Update the ACKS file with the packaging contributors by Alexis Metaireau · 13 years ago
  20. 1cc9bbd fixed the test_uninstall patch by Tarek Ziade · 13 years ago
  21. 371df05 Issue 12218: Removing wsgiref.egg-info by Tarek Ziade · 13 years ago
  22. c6c5e04 merge heads by Benjamin Peterson · 13 years ago
  23. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  24. c8507bf use better naming scheme by Benjamin Peterson · 13 years ago
  25. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  26. b9c0987 displaying the faulty project name is a good idea by Tarek Ziade · 13 years ago
  27. 2da7565 removed spurious output by Tarek Ziade · 13 years ago
  28. b1b6e13 Cleaned up the installer output behavior. by Tarek Ziade · 13 years ago
  29. 43f289a cleanup packaging.database by Tarek Ziade · 13 years ago
  30. a17d888 a resource module for 2 functions is overkill. database is the right place for those by Tarek Ziade · 13 years ago
  31. 72e5865 Simplify line-oriented tests in test_bz2. by Nadeem Vawda · 13 years ago
  32. f3ecb83 Issue #1625: Add stream ordering test to test_bz2. by Nadeem Vawda · 13 years ago
  33. 07d291a Remove unused data from test_bz2. by Nadeem Vawda · 13 years ago
  34. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  35. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  36. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  37. 65f7db3 merge 3.2 by Benjamin Peterson · 13 years ago
  38. 76450a9 merge 3.1 by Benjamin Peterson · 13 years ago
  39. bb11bb0 Added tag v3.1.4rc1 for changeset 32fcb9e94985 by Benjamin Peterson · 13 years ago
  40. 5f250fb update pydoc-topics by Benjamin Peterson · 13 years ago
  41. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  42. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago
  43. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  44. 04a90b4 bump ast version by Benjamin Peterson · 13 years ago
  45. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  46. f7d08e8 Merge 3.2 by Éric Araujo · 13 years ago
  47. c739066 Branch merge by Éric Araujo · 13 years ago
  48. 75e86a6 Merge 3.1 by Éric Araujo · 13 years ago
  49. 4b8f665 Branch merge by Éric Araujo · 13 years ago
  50. e4427bf Branch merge by Éric Araujo · 13 years ago
  51. a7eaa41 Use bytes in myreceive. by Martin v. Löwis · 13 years ago
  52. 987475c Explain that INET is IPv4 and STREAM is TCP. by Martin v. Löwis · 13 years ago
  53. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  54. b30eed9 Record null merge of Issue #12205 by Ned Deily · 13 years ago
  55. 6747381 Record null merge of Issue #12205 by Ned Deily · 13 years ago
  56. d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  57. fbdc25e Null merge to record previous incorrecly merged changeset from 3.2 branch: by Ned Deily · 13 years ago
  58. 87418af Fix typo in 0311f62714f7 by Éric Araujo · 13 years ago
  59. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 13 years ago
  60. f0ab5d6 Fix typos in Misc/NEWS by Éric Araujo · 13 years ago
  61. f215631 Put version* directives at the right scope by Éric Araujo · 13 years ago
  62. bc57789 Improve example for crypt module. No string exceptions.. by Éric Araujo · 13 years ago
  63. 7f9b37b Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C) by Éric Araujo · 13 years ago
  64. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  65. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  66. 456ae89 Re-add missing doc stub for the distutils check command by Éric Araujo · 13 years ago
  67. 000893f Minor touch-ups in distutils.cmd.Command doc by Éric Araujo · 13 years ago
  68. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  69. 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 13 years ago
  70. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  71. 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  72. c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  73. e4eed06 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  74. 6e5fd04 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  75. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  76. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  77. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  78. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  79. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  80. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  81. aeabd5f add some with syntax examples by Benjamin Peterson · 13 years ago
  82. d8255e0 merge 3.2 by Benjamin Peterson · 13 years ago
  83. a290bac merge 3.1 by Benjamin Peterson · 13 years ago
  84. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  85. 4a0f20f merge 3.2 by Benjamin Peterson · 13 years ago
  86. 5218853 merge 3.1 by Benjamin Peterson · 13 years ago
  87. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  88. 7f670e5 bump ast version by Benjamin Peterson · 13 years ago
  89. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  90. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  91. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  92. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  93. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  94. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  95. e0854f9 Add missing closing paren by Éric Araujo · 13 years ago
  96. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  97. 200e00a Update bz2 docs following issue #1625. by Nadeem Vawda · 13 years ago
  98. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  99. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  100. c556e10 fix typo by Benjamin Peterson · 13 years ago