1. 40ab002 Issue #13156: Add an entry in Misc/NEWS. by Charles-François Natali · 14 years ago
  2. 4618075 Merge. by Charles-François Natali · 14 years ago
  3. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 14 years ago
  4. 7c4b047 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 14 years ago
  5. c54d97b #13138: add missing versionadded. Patch by Andreas Stührk. by Ezio Melotti · 14 years ago
  6. 3e0a3fa Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 14 years ago
  7. fc45bba Issue #13053: Added section on migrating from CObject to Capsule by Larry Hastings · 14 years ago
  8. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  9. ece7079 Branch merge by Éric Araujo · 14 years ago
  10. 31b3763 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 14 years ago
  11. 1a1a8a0 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 14 years ago
  12. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 14 years ago
  13. eb35f25 Fix a typo and a broken link (part of #10536). by Éric Araujo · 14 years ago
  14. c4a2745 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 14 years ago
  15. 5472c1c Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 14 years ago
  16. bd9d07c Issue #7425 and Issue #7367: add NEWS items. by Ned Deily · 14 years ago
  17. 777f2e0 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 14 years ago
  18. 0096fb5 Issue #7425: Prevent pydoc -k failures due to module import errors. by Ned Deily · 14 years ago
  19. ac6874c Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
  20. 1a96f8d Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
  21. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  22. e954ecb Branch merge by Éric Araujo · 14 years ago
  23. c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
  24. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 14 years ago
  25. 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 14 years ago
  26. 2e4a2b6 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 14 years ago
  27. 656b04e Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 14 years ago
  28. 5a75355 Try to fix linking failures under Windows by Antoine Pitrou · 14 years ago
  29. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 14 years ago
  30. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  31. 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 14 years ago
  32. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  33. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  34. 83cc512 update 2.7 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 14 years ago
  35. f17e405 #13076: fix links to datetime.time. by Ezio Melotti · 14 years ago
  36. c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  37. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  38. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  39. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 14 years ago
  40. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  41. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 14 years ago
  42. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
  43. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 14 years ago
  44. 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 14 years ago
  45. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  46. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  47. 4ac5d2c Backport issue #12973 list_repeat fix from 3.x. by Mark Dickinson · 14 years ago
  48. dbbed04 Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. by Mark Dickinson · 14 years ago
  49. d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  50. 607cc36 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  51. 21c69b1 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 14 years ago
  52. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 14 years ago
  53. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 14 years ago
  54. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 14 years ago
  55. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 14 years ago
  56. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 14 years ago
  57. aa3af53 Remove trailing spaces by Amaury Forgeot d'Arc · 14 years ago
  58. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  59. dcdc3ef Branch merge by Éric Araujo · 14 years ago
  60. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  61. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  62. 6ebaca1 NEWS by Jesus Cea · 14 years ago
  63. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 14 years ago
  64. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  65. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  66. 79c9d4f Port a few markup edits from 3.x by Éric Araujo · 14 years ago
  67. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 14 years ago
  68. fa4736e Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
  69. d99ff29 Update sys.platform doc for #12326. by Victor Stinner · 14 years ago
  70. e3a768b Issue #12326: Remove plat-linux3 directory by Victor Stinner · 14 years ago
  71. 9541f8e merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 14 years ago
  72. ab08da0 Branch merge by Éric Araujo · 14 years ago
  73. 8babfdf Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  74. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  75. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  76. cbce2c0 Give credit to Adam by Sandro Tosi · 14 years ago
  77. cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
  78. a95d19e #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  79. b71c15d Branch merge by Éric Araujo · 14 years ago
  80. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  81. 1fc2076 Remove obsolete comment by Éric Araujo · 14 years ago
  82. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 14 years ago
  83. cd90f79 Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  84. 2c378ae Document that True/False/None don’t use :keyword: in doc by Éric Araujo · 14 years ago
  85. 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
  86. a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  87. 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
  88. a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  89. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  90. 9bfc16a added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ by Sandro Tosi · 14 years ago
  91. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  92. ecbb7a9 Add suspicious entries for the Python Porting HOWTO recently added by Éric Araujo · 14 years ago
  93. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 14 years ago
  94. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 14 years ago
  95. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  96. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  97. 0ad7358 Provide a better diagnosis on socket errors by Antoine Pitrou · 14 years ago
  98. 0f697b3 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  99. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  100. 1bd3b9c Branch merge by Éric Araujo · 14 years ago