1. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 14 years ago
  2. bde7eac fix typo; thanks to Jan Heidbrink from docs@ by Sandro Tosi · 14 years ago
  3. 7d77c6f remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 14 years ago
  4. c86bb00 Fix label names. by Georg Brandl · 14 years ago
  5. 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 14 years ago
  6. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 14 years ago
  7. d6e87f4 update part of sphinxext by Sandro Tosi · 14 years ago
  8. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  9. bbd41d0 update Sphinx reference from 0.6.7 to 1.0.7 by Sandro Tosi · 14 years ago
  10. 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
  11. 4ba76b6 closes #13730 by Terry Jan Reedy · 14 years ago
  12. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 14 years ago
  13. 44765e5 Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 14 years ago
  14. 2d047e8 Merge by Antoine Pitrou · 14 years ago
  15. d716c73 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 14 years ago
  16. 477a06c Minor correction. Closes #11418 by Terry Jan Reedy · 14 years ago
  17. 1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 14 years ago
  18. 9e08390 Remove unused certificate from the test directory. by Antoine Pitrou · 14 years ago
  19. 8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. by Senthil Kumaran · 14 years ago
  20. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
  21. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 14 years ago
  22. c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. by Raymond Hettinger · 14 years ago
  23. cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 14 years ago
  24. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  25. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  26. e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 14 years ago
  27. f788cf7 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 14 years ago
  28. 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
  29. 24f207e Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 14 years ago
  30. 7f418f6 Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 14 years ago
  31. 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  32. 5fc58c6 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
  33. d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
  34. 499718d Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  35. 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  36. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  37. 8448dfa Issue #13302: backport part of 3ed28f28466f by Sandro Tosi · 14 years ago
  38. e827c13 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 14 years ago
  39. 24b0347 Update copyright dates in Mac plists. by Ned Deily · 14 years ago
  40. 5f8d606 add another year to glorious PSF IP by Benjamin Peterson · 14 years ago
  41. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  42. 4b76f8a Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 14 years ago
  43. c016f46 use booleans by Benjamin Peterson · 14 years ago
  44. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 14 years ago
  45. c32d5cb propgate error in other conditions by Benjamin Peterson · 14 years ago
  46. 042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. by Jason R. Coombs · 14 years ago
  47. 2c9eee1 I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 14 years ago
  48. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  49. a4d06e7 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  50. 4526273 fix to sent/send typo by Sandro Tosi · 14 years ago
  51. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  52. 238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 14 years ago
  53. ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 14 years ago
  54. 4fbad84 remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  55. 55ae12b correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  56. b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 14 years ago
  57. 139c457 port to 2.7 - Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 14 years ago
  58. 84c18aa Update News entry. by Senthil Kumaran · 14 years ago
  59. 17fbe40 porting mimetype doc changes from 3.2. by Senthil Kumaran · 14 years ago
  60. a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is by Senthil Kumaran · 14 years ago
  61. 7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). by Lars Gustäbel · 14 years ago
  62. 5b95eb9 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 14 years ago
  63. 17c0713 Fix test_import failure when run multiple times. (2.7-only) by Antoine Pitrou · 14 years ago
  64. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  65. 587c738 note the blinding speed of these functions by Benjamin Peterson · 14 years ago
  66. 8366b84 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
  67. 5879ca1 don't mention implementation detail by Benjamin Peterson · 14 years ago
  68. 3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 14 years ago
  69. 99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
  70. 52aa260 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
  71. 6b7003a #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 14 years ago
  72. 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 14 years ago
  73. d0ffcd6 #3932: suggest passing unicode to HTMLParser.feed(). by Ezio Melotti · 14 years ago
  74. 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  75. 6c3f4a8 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
  76. 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 14 years ago
  77. 3b3b118 Merge by Antoine Pitrou · 14 years ago
  78. 6f14c33 Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 14 years ago
  79. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  80. 4161630 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  81. f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  82. cc1a086 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 14 years ago
  83. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  84. 13c82d0 #13613: fix example in re doc. by Ezio Melotti · 14 years ago
  85. 429a12b Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 14 years ago
  86. 5b4b2da Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago
  87. d8fdbad Issue #4625: add NEWS entry. by Ned Deily · 14 years ago
  88. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
  89. 27b154e Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
  90. b275e2d Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 14 years ago
  91. 05a7f0d #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 14 years ago
  92. 4a72d1a #13549: improve tutorial section about listcomps. by Ezio Melotti · 14 years ago
  93. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 14 years ago
  94. 8b59c23 you can't get resource.error if you can't import resource by Benjamin Peterson · 14 years ago
  95. 97c9428 Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
  96. b918bdc Fix docstring typo. by Florent Xicluna · 14 years ago
  97. 77cd258 Implemented suggested improvements for pdb test by Éric Araujo by Jason R. Coombs · 14 years ago
  98. 2bc1e8f Backport second fix for issue #11149. by Stefan Krah · 14 years ago
  99. 0de2aae Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
  100. 4988ca5 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 14 years ago