1. 5a29c5c python 2.7.10 final by Benjamin Peterson · 10 years ago v2.7.10
  2. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 10 years ago
  3. a71a4f4 make idlever.py self-updating (closes #24199) by Benjamin Peterson · 10 years ago
  4. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 10 years ago v2.7.10rc1
  5. 91fd159 update pydoc-topics by Benjamin Peterson · 10 years ago
  6. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  7. 1c5af3d Upgrade setuptools to 15.2 by Donald Stufft · 10 years ago
  8. 2e2dcf6 Fixed English in error message. by Serhiy Storchaka · 10 years ago
  9. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 10 years ago
  10. 3234abb Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 10 years ago
  11. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
  12. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
  13. 6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. by Serhiy Storchaka · 10 years ago
  14. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  15. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  16. bd617ad Issue #23728: Added a test for binascii.crc_hqx(). by Serhiy Storchaka · 10 years ago
  17. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 10 years ago
  18. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 10 years ago
  19. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 10 years ago
  20. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  21. 2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 10 years ago
  22. b036849 remove useless word (closes #23929) by Benjamin Peterson · 10 years ago
  23. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 10 years ago
  24. 4507b81 Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. by Serhiy Storchaka · 10 years ago
  25. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  26. c7d957f Update pip to 6.1.1 by Donald Stufft · 10 years ago
  27. 9a46eb7 ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 10 years ago
  28. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 10 years ago
  29. d27bcbd Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 10 years ago
  30. 62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() by Victor Stinner · 10 years ago
  31. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  32. baa6efd Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  33. fb0517c Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
  34. c811328 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
  35. aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
  36. e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
  37. 61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  38. e8ae047 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  39. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  40. 91398f8 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 10 years ago
  41. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  42. df11d4c replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 10 years ago
  43. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  44. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 10 years ago
  45. d06c201 Issue #14904: Made test_unicode_repr_oflw to use less memory. by Serhiy Storchaka · 10 years ago
  46. 7d49065 Issue #22390: Fix test_gzip if unicode filename doesn't work by Victor Stinner · 10 years ago
  47. 7b00364 Issue #22390: Fix test_gzip, remove temporary file by Victor Stinner · 10 years ago
  48. ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file by Victor Stinner · 10 years ago
  49. 01eaf50 Issue #22390: Fix test_aifc to remove the created file by Victor Stinner · 10 years ago
  50. ac0d189 Issue #22390: Fix typo in regrtest, support => test_support by Victor Stinner · 10 years ago
  51. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  52. 53ea162 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  53. 582265f Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  54. 837d760 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  55. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  56. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  57. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  58. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
  59. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  60. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  61. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  62. 9f696c9 Issue #23075: Whether __builtins__ is a module or a dict is undefined in by Serhiy Storchaka · 10 years ago
  63. d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  64. 6a74a51 wrap properly by Benjamin Peterson · 10 years ago
  65. 9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since by Ned Deily · 10 years ago
  66. 596b751 Issue #22585, #23115: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  67. 3d15b5d Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  68. 2792389 Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  69. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  70. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  71. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
  72. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 10 years ago
  73. ca1fb3e close files explicit (closes #21610) by Benjamin Peterson · 10 years ago
  74. 32608c1 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  75. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  76. f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  77. b10d50e use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
  78. d86699f adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  79. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  80. c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  81. f0b630b Added more tests for urllib utility functions. by Serhiy Storchaka · 10 years ago
  82. 2b8c00d Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  83. ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows by Victor Stinner · 10 years ago
  84. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  85. 437d535 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  86. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  87. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  88. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  89. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  90. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  91. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  92. a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  93. ad9a1ba Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 11 years ago
  94. 66a9b72 Merge heads by Serhiy Storchaka · 11 years ago
  95. e062243 Backed out changeset 7d2018774925 by Serhiy Storchaka · 11 years ago
  96. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 11 years ago
  97. eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 11 years ago
  98. 66306cf Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD by Serhiy Storchaka · 11 years ago
  99. 4c2bada Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 11 years ago
  100. b6b48e6 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 11 years ago