1. 22d8f7b Minor code cleanup. by Raymond Hettinger · 13 years ago
  2. d021f72 merge heads by Benjamin Peterson · 13 years ago
  3. 6116d4a stop using the old brain-dead interface for providing attributes/methods by Benjamin Peterson · 13 years ago
  4. 2c5e28e Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of by Victor Stinner · 13 years ago
  5. b13cacf (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 13 years ago
  6. 372954e (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  7. bfbd1a2 #12092: backport rephrasing of a paragraph in the tutorial. by Ezio Melotti · 13 years ago
  8. b429c57 #12093: fix typo in struct doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  9. 4dd89ce Fix closes issue #12088 - fixes the tarfile.extractall issue when the by Senthil Kumaran · 13 years ago
  10. 72bb99d Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 13 years ago
  11. 73e3e76 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  12. 53b6a5f NEWS entry for fix of issue #9516 by Ronald Oussoren · 13 years ago
  13. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  14. 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  15. fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  16. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  17. 9b323a5 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  18. 4dcb7be #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 13 years ago
  19. e3992eb #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  20. 720f8de Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  21. d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  22. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 13 years ago
  23. 0730706 #12061: remove duplicate glossary entry. by Georg Brandl · 13 years ago
  24. c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  25. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  26. 3517612 Issue 12047: Expand the style guide. by Raymond Hettinger · 13 years ago
  27. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  28. 2c585f6 (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then by Victor Stinner · 13 years ago
  29. b47553a Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  30. 591c2df Issue 11164: Remove obsolete allnodes test from minidom test. by Martin v. Löwis · 13 years ago
  31. 5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  32. 193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  33. 7055064 Fix deprecation warnings in test_unittest. by Ezio Melotti · 13 years ago
  34. 87b86c8 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  35. 01c9a16 import_fresh_module ought to be in __all__ by Benjamin Peterson · 13 years ago
  36. 1bd816e Fix cut and paste error. by Raymond Hettinger · 13 years ago
  37. 8dd0624 Some tests were incorrectly marked as C specific. by Raymond Hettinger · 13 years ago
  38. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  39. 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 13 years ago
  40. cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  41. 5ae6c42 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  42. d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  43. 0d837ef Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  44. 3b066a7 Issue #11277: Remove useless test from test_zlib. by Nadeem Vawda · 13 years ago
  45. 8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  46. 58d6b1b Backport fix for issue #10684 from 3.x by Ronald Oussoren · 13 years ago
  47. fe12aa6 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  48. a436e71 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  49. 28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits by Victor Stinner · 13 years ago
  50. 7fd90c4 Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits by Victor Stinner · 13 years ago
  51. 6fa0947 #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  52. f5164f6 #11982: remove now unused function. by Ezio Melotti · 13 years ago
  53. fb5d3e7 Issue #11277: fix issue number in a test_zlib comment by Victor Stinner · 13 years ago
  54. df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. by Ezio Melotti · 13 years ago
  55. 1602ec1 Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  56. 611cfd2 Denote 3.3.0 as the last supported Windows 2000 release. by Brian Curtin · 13 years ago
  57. 001cc95 #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 13 years ago
  58. e4163e2 Issue #10276: Fix test_zlib, m may be undefined in the finally block by Victor Stinner · 13 years ago
  59. f9fb434 Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by by Victor Stinner · 13 years ago
  60. 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  61. 645b9f6 Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not by Victor Stinner · 13 years ago
  62. 112d48a (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  63. cfa8483 Branch merge by Éric Araujo · 13 years ago
  64. 941592a Fix grammar to include both integer types in 2.x by Éric Araujo · 13 years ago
  65. ec0ecb1 Fix spelling. by Raymond Hettinger · 13 years ago
  66. 17ebbdb note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  67. 97cf585 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  68. e363ec1 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  69. 12b8fcf Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  70. f9860c8 #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  71. 2a53d33 Fix wording by Éric Araujo · 13 years ago
  72. a27c8e3 Branch merge by Éric Araujo · 13 years ago
  73. d6dcf82 Add docstring to anydbm.open by Éric Araujo · 13 years ago
  74. 015014f Fix file handle leak by Éric Araujo · 13 years ago
  75. dd6ab85 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  76. dcaacbf #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  77. 2a7a3ee fix function name in example (closes #11966) by Benjamin Peterson · 13 years ago
  78. b22f39c fix formatting, :c:func: --> :cfunc: by Eli Bendersky · 13 years ago
  79. 11d1171 Issue #10912: add clarification for PyObject_RichCompareBool comparing identical objects by Eli Bendersky · 13 years ago
  80. bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  81. 20de458 whitespace fix by Brian Curtin · 13 years ago
  82. 77b7591 merge by Brian Curtin · 13 years ago
  83. 6940e61 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 13 years ago
  84. 9d68ad8 Merged solution for #11786 from 2.6 by Łukasz Langa · 13 years ago
  85. 22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). by Łukasz Langa · 13 years ago
  86. f3eb7d3 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  87. 011525e Fix closes issue10761: tarfile.extractall failure when symlinked files are present. by Senthil Kumaran · 13 years ago
  88. bdfa2e6 Backport test from #11926. by Ezio Melotti · 13 years ago
  89. bd0933a Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  90. cd12746 #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  91. 1f9eb15 Move NEWS entry to the right section. by Antoine Pitrou · 13 years ago
  92. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  93. 34b32d6 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  94. 5dc6868 Update NEWS for Issue11236. by Senthil Kumaran · 13 years ago
  95. 83627ed issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  96. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  97. a0895db #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  98. f93bb26 pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  99. 3f2b184 Other minor clean-ups. by Raymond Hettinger · 13 years ago
  100. c646743 Remove unused branch in the clear() method. Minor comment edits. by Raymond Hettinger · 13 years ago