1. c96592d s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  2. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  3. d105196 Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of by Serhiy Storchaka · 11 years ago
  4. 0e4d852 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  5. 18ab51d Merge heads by Serhiy Storchaka · 11 years ago
  6. 80b76bf Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  7. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 11 years ago
  8. bd78986 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  9. 9450219 Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  10. 0c221be Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  11. d46a31f Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  12. 437c4ae update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  13. ddd71e2 remove trailing spaces. by Gregory P. Smith · 11 years ago
  14. b56c517 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  15. 57bc6da Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  16. 1516039 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  17. bd4b667 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  18. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  19. ea76e87 20004: Note that the setter in csv.DictReader is broken. by R David Murray · 11 years ago
  20. 78ad658 Circumventing a bug in glibc (issue #17976). Patch by Jaakko Moisio. by Serhiy Storchaka · 11 years ago
  21. 15df36b Issue #16404: Add checks for return value of PyInt_FromLong() in by Serhiy Storchaka · 11 years ago
  22. 0585418 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  23. 84e7e5f Skip test for issue #17976 if /dev/null is not available. by Serhiy Storchaka · 11 years ago
  24. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 11 years ago
  25. 2f43b63 Removed old implementation of ntpath.splitunc() (issue #19912). by Serhiy Storchaka · 11 years ago
  26. 51e90bc Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  27. 4d39df3 Merge heads by Serhiy Storchaka · 11 years ago
  28. dd5a46c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  29. 7a2fe9c Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 11 years ago
  30. d1a61dc Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  31. a92cc91 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  32. 91b88c8 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  33. 17f22c9 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  34. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  35. 9ffb148 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  36. 278543d Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  37. b06231a Issue #19572: Replace a return that shouldn't have been removed from test_os. by Zachary Ware · 11 years ago
  38. 227c01a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  39. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  40. 284164b Skip test for #19878 on Windows. by Nadeem Vawda · 11 years ago
  41. 89c19fd #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  42. 73188fb Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  43. 95d7219 Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  44. 7057f3f Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE by Serhiy Storchaka · 11 years ago
  45. 7821ff3 Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  46. 5493d5e Issue #19099: The struct module now supports Unicode format strings. by Serhiy Storchaka · 11 years ago
  47. 337c50b Closes #19878: Fix segfault in bz2 module. by Nadeem Vawda · 11 years ago
  48. 7c57385 Issue #16373: Prevent infinite recursion for ABC Set class comparisons. by Serhiy Storchaka · 11 years ago
  49. d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  50. 197e71b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  51. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 11 years ago
  52. c289fa7 Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead. by Tim Peters · 11 years ago
  53. 0ee9baa Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  54. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  55. 7546220 Fixed JSON tests on wide build when ran from *.pyc files (issue #11489). by Serhiy Storchaka · 11 years ago
  56. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 11 years ago
  57. c6df622 Merge heads. by Alexandre Vassalotti · 11 years ago
  58. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 11 years ago
  59. e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  60. 34ca066 Fix typo in Misc/NEWS. by Alexandre Vassalotti · 11 years ago
  61. 1d3a173 Issue #16231: Allow false values other than None to be used as persistent IDs. by Alexandre Vassalotti · 11 years ago
  62. 72a01b2 Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  63. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  64. 71142c4 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  65. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  66. cf6a3e2 Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  67. 2a57009 Merge heads by Zachary Ware · 11 years ago
  68. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  69. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  70. dafda9b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  71. 60e361f Fix misuse of the bigmemtest decorator by Antoine Pitrou · 11 years ago
  72. c02c6df Issue #19638: Skip large digit string tests on 32-bit platforms. by Mark Dickinson · 11 years ago
  73. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  74. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  75. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  76. d061efa Fix suspicious markup and sort ignorelist. by Georg Brandl · 11 years ago
  77. d899caa Fix test_fcntl to run properly on systems that do not support the flags by Gregory P. Smith · 11 years ago
  78. 9cfd466 fix docstring. extra \. by Gregory P. Smith · 11 years ago
  79. d82634d Fix test.test_support.bind_port() to not cause an error when Python was by Gregory P. Smith · 11 years ago
  80. 2612679 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  81. ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  82. 7610ec2 Fixed merging error in changeset 3912934e99ba (issue #19733). by Serhiy Storchaka · 11 years ago
  83. 40dcf7f Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  84. f532e7f Add 2.7.7 uuids. by Martin v. Löwis · 11 years ago
  85. 358da5b Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  86. 9ec0722 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  87. 62cd124 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  88. 6d24a6e Issue #19599: Use a separate pool for test_terminate(). by Richard Oudkerk · 11 years ago
  89. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  90. 78ecaba Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  91. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  92. bab2415 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  93. 000b4c5 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  94. ca035a8 Fix buildbot failure by Antoine Pitrou · 11 years ago
  95. 4645bb6 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  96. 65162a7 Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  97. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  98. a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  99. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 11 years ago
  100. be1d3c1 Issue #19606: Use specific asserts in cookielib tests. by Serhiy Storchaka · 11 years ago