1. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  2. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  3. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  4. d9e1789 Branch merge by Éric Araujo · 13 years ago
  5. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  6. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  7. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  8. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  9. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  10. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  11. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  12. 8dad187 Remove obsolete comment by Éric Araujo · 13 years ago
  13. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  14. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 13 years ago
  15. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  16. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  17. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  18. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  19. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  20. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  21. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  22. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  23. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  24. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  25. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  26. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  27. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  28. caa745e Branch merge by Éric Araujo · 13 years ago
  29. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  30. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  31. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  32. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  33. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  34. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  35. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  36. 2964691 Add pattern to .hgignore in order to mask PC/generrmap.exe by Antoine Pitrou · 13 years ago
  37. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  38. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  39. 2f24fda Branch merge by Éric Araujo · 13 years ago
  40. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  41. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  42. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  43. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 13 years ago
  44. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  45. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  46. 175eb99 Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  47. 7a08410 Merge by Antoine Pitrou · 13 years ago
  48. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  49. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  50. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  51. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  52. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 13 years ago
  53. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  54. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  55. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  56. 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
  57. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  58. 83f7d34 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  59. 36aa372 Branch merge by Éric Araujo · 13 years ago
  60. ff53146 Branch merge by Éric Araujo · 13 years ago
  61. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  62. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  63. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  64. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  65. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  66. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  67. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  68. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  69. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  70. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  71. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  72. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  73. 57bee66 Branch merge by Éric Araujo · 13 years ago
  74. 355d48a Typo by Éric Araujo · 13 years ago
  75. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  76. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  77. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  78. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  79. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  80. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  81. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  82. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  83. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  84. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  85. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  86. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  87. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  88. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  89. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  90. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  91. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  92. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  93. acaeff8 merge heads by Benjamin Peterson · 13 years ago
  94. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  95. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  96. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  97. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  98. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  99. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  100. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago