1. c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  2. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 13 years ago
  3. 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  4. 2e4a2b6 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  5. 656b04e Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  6. 5a75355 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  7. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  8. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  9. 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 13 years ago
  10. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  11. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  12. 83cc512 update 2.7 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  13. f17e405 #13076: fix links to datetime.time. by Ezio Melotti · 13 years ago
  14. c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  15. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  16. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  17. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 13 years ago
  18. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  19. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 13 years ago
  20. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 13 years ago
  21. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 13 years ago
  22. 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  23. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  24. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  25. 4ac5d2c Backport issue #12973 list_repeat fix from 3.x. by Mark Dickinson · 13 years ago
  26. dbbed04 Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. by Mark Dickinson · 13 years ago
  27. d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  28. 607cc36 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  29. 21c69b1 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  30. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 13 years ago
  31. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 13 years ago
  32. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  33. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 13 years ago
  34. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 13 years ago
  35. aa3af53 Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  36. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  37. dcdc3ef Branch merge by Éric Araujo · 13 years ago
  38. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  39. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  40. 6ebaca1 NEWS by Jesus Cea · 13 years ago
  41. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  42. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  43. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  44. 79c9d4f Port a few markup edits from 3.x by Éric Araujo · 13 years ago
  45. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 13 years ago
  46. fa4736e Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  47. d99ff29 Update sys.platform doc for #12326. by Victor Stinner · 13 years ago
  48. e3a768b Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  49. 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 · 13 years ago
  50. ab08da0 Branch merge by Éric Araujo · 13 years ago
  51. 8babfdf Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  52. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  53. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  54. cbce2c0 Give credit to Adam by Sandro Tosi · 13 years ago
  55. cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  56. a95d19e #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  57. b71c15d Branch merge by Éric Araujo · 13 years ago
  58. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  59. 1fc2076 Remove obsolete comment by Éric Araujo · 13 years ago
  60. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 13 years ago
  61. cd90f79 Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  62. 2c378ae Document that True/False/None don’t use :keyword: in doc by Éric Araujo · 13 years ago
  63. 7ce05e0 Fix some markup and one typo by Éric Araujo · 13 years ago
  64. a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  65. 4f14a1f From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  66. a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  67. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  68. 9bfc16a added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ by Sandro Tosi · 13 years ago
  69. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  70. ecbb7a9 Add suspicious entries for the Python Porting HOWTO recently added by Éric Araujo · 13 years ago
  71. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 13 years ago
  72. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 13 years ago
  73. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  74. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  75. 0ad7358 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  76. 0f697b3 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  77. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 13 years ago
  78. 1bd3b9c Branch merge by Éric Araujo · 13 years ago
  79. cf13c86 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  80. 5c2f1f6 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  81. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 13 years ago
  82. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 13 years ago
  83. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 13 years ago
  84. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 13 years ago
  85. 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 13 years ago
  86. eacada8 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  87. 8a9369b Update link to the decimal arithmetic specification. by Raymond Hettinger · 13 years ago
  88. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 13 years ago
  89. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  90. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  91. 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 13 years ago
  92. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  93. 0429500 Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  94. a75039a #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  95. b384356 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  96. 9b68092 #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  97. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  98. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  99. a7eb3c8 fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  100. da5a962 merge heads by Sandro Tosi · 13 years ago