1. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  2. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  3. 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
  4. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  5. 83f7d34 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  6. 36aa372 Branch merge by Éric Araujo · 13 years ago
  7. ff53146 Branch merge by Éric Araujo · 13 years ago
  8. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  9. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  10. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  11. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  12. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  13. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  14. 6b32ecf Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  15. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  16. 3c2ec8e Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  17. e74e3cf Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  18. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  19. fba5a94 Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  20. 2513123 Update suspicious ignore file. by Georg Brandl · 13 years ago
  21. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  22. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  23. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  24. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  25. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  26. f3c7822 Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  27. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  28. 4058211 accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  29. 89b7af1 Fix-up NEWS merge. by Georg Brandl · 13 years ago
  30. 4cfb42d Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  31. 97d6792 Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  32. 0c97e5f Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  33. 217607e Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  34. 72dde45 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  35. 852eea2 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  36. b897168 A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  37. 7cc1fb0 Add missing name in shutil by Éric Araujo · 13 years ago
  38. d318293 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  39. dc42beb Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  40. 4cf6604 Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  41. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  42. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  43. e1043fc fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  44. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  45. 2f394f6 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  46. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  47. 57bee66 Branch merge by Éric Araujo · 13 years ago
  48. 355d48a Typo by Éric Araujo · 13 years ago
  49. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  50. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  51. f6854cb Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  52. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  53. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  54. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  55. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  56. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  57. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  58. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  59. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  60. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  61. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  62. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  63. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  64. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  65. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  66. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  67. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  68. acaeff8 merge heads by Benjamin Peterson · 13 years ago
  69. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  70. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  71. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  72. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  73. b276118 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  74. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  75. 828cc6c Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  76. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  77. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  78. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  79. f42121f #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  80. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  81. 666ed0b Post-release steps. by Georg Brandl · 13 years ago
  82. 20a7894 Added tag v3.2.2rc1 for changeset c860feaa348d by Georg Brandl · 13 years ago
  83. 96d237c Update versions in LICENSE files. by Georg Brandl · 13 years ago
  84. d88e5af Merge with cpython. by Georg Brandl · 13 years ago
  85. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  86. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  87. 1db1d14 Update pydoc topics and suspicious ignore. by Georg Brandl · 13 years ago
  88. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  89. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  90. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  91. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  92. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  93. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  94. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  95. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  96. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  97. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  98. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  99. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  100. 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