1. a031abc Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  2. 6b32ecf Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  3. 3c2ec8e Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  4. e74e3cf Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  5. fba5a94 Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  6. 2513123 Update suspicious ignore file. by Georg Brandl · 13 years ago
  7. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  8. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  9. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  10. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  11. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  12. f3c7822 Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  13. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  14. 4058211 accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  15. 89b7af1 Fix-up NEWS merge. by Georg Brandl · 13 years ago
  16. 4cfb42d Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  17. 97d6792 Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  18. 0c97e5f Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  19. 217607e Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  20. 72dde45 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  21. 852eea2 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  22. b897168 A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  23. 7cc1fb0 Add missing name in shutil by Éric Araujo · 13 years ago
  24. d318293 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  25. dc42beb Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  26. 4cf6604 Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  27. e1043fc fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  28. 2f394f6 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  29. f6854cb Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  30. b276118 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  31. 828cc6c Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  32. f42121f #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  33. 666ed0b Post-release steps. by Georg Brandl · 13 years ago
  34. 20a7894 Added tag v3.2.2rc1 for changeset c860feaa348d by Georg Brandl · 13 years ago
  35. 96d237c Update versions in LICENSE files. by Georg Brandl · 13 years ago
  36. d88e5af Merge with cpython. by Georg Brandl · 13 years ago
  37. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  38. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  39. 1db1d14 Update pydoc topics and suspicious ignore. by Georg Brandl · 13 years ago
  40. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  41. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  42. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  43. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  44. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  45. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  46. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  47. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  48. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  49. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  50. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  51. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  52. 962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. by Senthil Kumaran · 13 years ago
  53. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  54. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  55. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  56. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  57. da3f4ae Branch merge by Éric Araujo · 13 years ago
  58. bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. by Georg Brandl · 13 years ago
  59. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  60. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  61. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  62. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  63. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  64. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  65. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  66. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  67. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  68. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  69. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  70. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  71. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  72. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  73. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  74. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  75. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  76. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  77. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  78. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  79. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  80. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  81. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  82. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  83. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  84. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  85. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  86. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  87. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  88. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  89. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  90. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  91. 497cd65 add space by Benjamin Peterson · 13 years ago
  92. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  93. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  94. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  95. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  96. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  97. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  98. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  99. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  100. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago