1. a95d19e #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  2. b71c15d Branch merge by Éric Araujo · 14 years ago
  3. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  4. 1fc2076 Remove obsolete comment by Éric Araujo · 14 years ago
  5. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 14 years ago
  6. cd90f79 Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  7. 2c378ae Document that True/False/None don’t use :keyword: in doc by Éric Araujo · 14 years ago
  8. 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
  9. a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  10. 4f14a1f From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 14 years ago
  11. a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  12. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  13. 9bfc16a added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ by Sandro Tosi · 14 years ago
  14. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  15. ecbb7a9 Add suspicious entries for the Python Porting HOWTO recently added by Éric Araujo · 14 years ago
  16. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 14 years ago
  17. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 14 years ago
  18. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  19. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  20. 0ad7358 Provide a better diagnosis on socket errors by Antoine Pitrou · 14 years ago
  21. 0f697b3 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  22. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  23. 1bd3b9c Branch merge by Éric Araujo · 14 years ago
  24. cf13c86 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 14 years ago
  25. 5c2f1f6 Fix type information in distutils API reference (#9302). by Éric Araujo · 14 years ago
  26. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 14 years ago
  27. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 14 years ago
  28. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 14 years ago
  29. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 14 years ago
  30. 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
  31. eacada8 Close #12838: fix range() call. by Georg Brandl · 14 years ago
  32. 8a9369b Update link to the decimal arithmetic specification. by Raymond Hettinger · 14 years ago
  33. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
  34. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  35. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  36. 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 14 years ago
  37. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  38. 0429500 Add missing name in shutil.__all__ by Éric Araujo · 14 years ago
  39. a75039a #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 14 years ago
  40. b384356 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  41. 9b68092 #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 14 years ago
  42. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  43. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  44. a7eb3c8 fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 14 years ago
  45. da5a962 merge heads by Sandro Tosi · 14 years ago
  46. 657a7fc mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 14 years ago
  47. 410024a Branch merge by Éric Araujo · 14 years ago
  48. 0dcf59a Fix typo in command name by Éric Araujo · 14 years ago
  49. a2596a4 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 14 years ago
  50. e0054c5 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 14 years ago
  51. f06568c Fix a typo and remove some unneeded markup by Éric Araujo · 14 years ago
  52. a5afa49 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 14 years ago
  53. fe5c297 Fix find command in makefile “funny” target by Éric Araujo · 14 years ago
  54. e68d450 Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 14 years ago
  55. afd2fe2 Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 14 years ago
  56. 7ceef09 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 14 years ago
  57. 8605936 Fix resource leaks in test_subprocess. by Nadeem Vawda · 14 years ago
  58. e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 14 years ago
  59. 99c4c34 Add missing documentation for logger argument of shutil.make_archive by Éric Araujo · 14 years ago
  60. bd858b7 Turn last automatic footnote in this file into a manually-numbered one by Éric Araujo · 14 years ago
  61. cdb86f1 Branch merge by Éric Araujo · 14 years ago
  62. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  63. d478a46 Use standard heading for ast module docs by Éric Araujo · 14 years ago
  64. 67719bd Synchronize argparse docs with 3.x versions by Éric Araujo · 14 years ago
  65. d9aeb60 Remove unneeded reST target by Éric Araujo · 14 years ago
  66. a8f66dd Synchronize glossary with py3k. by Éric Araujo · 14 years ago
  67. 52a5a03 Add Python porting howto from 3.x. by Éric Araujo · 14 years ago
  68. a8085d3 Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
  69. f595a76 Backport source role for linking to files in the cpython repo. by Éric Araujo · 14 years ago
  70. 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 14 years ago
  71. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  72. 02ebf4f grammatical fixes; from Darren Yin on docs@ by Sandro Tosi · 14 years ago
  73. de66ecc fix possible refleaks by Benjamin Peterson · 14 years ago
  74. 4047d68 #12761: fix wording of zlib license section by Sandro Tosi · 14 years ago
  75. 39935f4 NEWS entry. by Barry Warsaw · 14 years ago
  76. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 14 years ago
  77. 5085e8a #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 14 years ago
  78. ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 14 years ago
  79. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  80. ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 14 years ago
  81. 569ff91 Avoid title case in flowing text (backport from 3.2) by Éric Araujo · 14 years ago
  82. 92be113 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  83. c67975b it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 14 years ago
  84. 71a5ea0 English fixup, from Mike MacCana on docs@ by Sandro Tosi · 14 years ago
  85. 5088b50 Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 14 years ago
  86. 93e6a3d Remove the un-exercised in-module test code. by Senthil Kumaran · 14 years ago
  87. ea75f4c Fix closes Issue12722 - link heapq source in the text format in the documentation. by Senthil Kumaran · 14 years ago
  88. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 14 years ago
  89. d7fbc8b Repair markup. by Georg Brandl · 14 years ago
  90. a350f0f 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 · 14 years ago
  91. a9c9b2c #12709: add error_callback argument to map_async documentation by Sandro Tosi · 14 years ago
  92. 9943c0d #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 14 years ago
  93. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
  94. ef651ac whitespace fix. by Senthil Kumaran · 14 years ago
  95. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 14 years ago
  96. e11af59 Fix grammar by Eli Bendersky · 14 years ago
  97. b8b7172 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 14 years ago
  98. ceed525 s/a/an - grammar? by Senthil Kumaran · 14 years ago
  99. 54f84d7 Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 14 years ago
  100. b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago