1. b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  2. 139c457 port to 2.7 - Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  3. 84c18aa Update News entry. by Senthil Kumaran · 13 years ago
  4. 17fbe40 porting mimetype doc changes from 3.2. by Senthil Kumaran · 13 years ago
  5. a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is by Senthil Kumaran · 13 years ago
  6. 7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). by Lars Gustäbel · 13 years ago
  7. 5b95eb9 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  8. 17c0713 Fix test_import failure when run multiple times. (2.7-only) by Antoine Pitrou · 13 years ago
  9. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  10. 587c738 note the blinding speed of these functions by Benjamin Peterson · 13 years ago
  11. 8366b84 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  12. 5879ca1 don't mention implementation detail by Benjamin Peterson · 13 years ago
  13. 3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  14. 99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  15. 52aa260 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  16. 6b7003a #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  17. 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 13 years ago
  18. d0ffcd6 #3932: suggest passing unicode to HTMLParser.feed(). by Ezio Melotti · 13 years ago
  19. 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  20. 6c3f4a8 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  21. 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 13 years ago
  22. 3b3b118 Merge by Antoine Pitrou · 13 years ago
  23. 6f14c33 Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 13 years ago
  24. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  25. 4161630 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  26. f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  27. cc1a086 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  28. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  29. 13c82d0 #13613: fix example in re doc. by Ezio Melotti · 13 years ago
  30. 429a12b Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  31. 5b4b2da Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 13 years ago
  32. d8fdbad Issue #4625: add NEWS entry. by Ned Deily · 13 years ago
  33. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  34. 27b154e Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  35. b275e2d Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  36. 05a7f0d #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  37. 4a72d1a #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  38. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 13 years ago
  39. 8b59c23 you can't get resource.error if you can't import resource by Benjamin Peterson · 13 years ago
  40. 97c9428 Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  41. b918bdc Fix docstring typo. by Florent Xicluna · 13 years ago
  42. 77cd258 Implemented suggested improvements for pdb test by Éric Araujo by Jason R. Coombs · 13 years ago
  43. 2bc1e8f Backport second fix for issue #11149. by Stefan Krah · 13 years ago
  44. 0de2aae Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  45. 4988ca5 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 13 years ago
  46. 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 13 years ago
  47. a94b578 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  48. 9a38863 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  49. 22da68b Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  50. 5295718 Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  51. 974d863 Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  52. 49e49a2 Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  53. 2692be9 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  54. c2ed44f #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  55. ab731a3 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
  56. 9f915d9 Issue #13093: Fix _testcapi.unicode_encodedecimal() by Victor Stinner · 13 years ago
  57. 27bc4d0 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  58. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  59. 710671a Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  60. 8974940 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  61. 0e30317 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  62. a5d5bb9 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  63. da75dd2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  64. 3639807 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  65. 42d96dc no python objects to manage here by Benjamin Peterson · 13 years ago
  66. fde8216 plug refleak by Benjamin Peterson · 13 years ago
  67. aa1c967 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  68. 091b6ef Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  69. 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  70. 6392d7f Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  71. 975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  72. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  73. 9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  74. 421467f Note the store_true and store_false also create the appropriate defaults. by Raymond Hettinger · 13 years ago
  75. 7d1483c Make an error message more understandable and consistent with other error messages. by Raymond Hettinger · 13 years ago
  76. b19284f Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  77. aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  78. 169ed59 #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  79. 00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  80. 93bbb6a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago
  81. ba41c6a #13426: fix typo in pickle doc. by Ezio Melotti · 13 years ago
  82. 5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 by Jason R. Coombs · 13 years ago
  83. 9efddb6 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  84. ea4dcd3 remove duplicated paragraph in the tutorial by Eli Bendersky · 13 years ago
  85. 174c4f8 Issue #8793: Prevent IDLE crash in 2.7 when given strings with by Ned Deily · 13 years ago
  86. 3040254 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  87. 16ed868 Issue #7732: Try to fix the a failing test on Windows by Victor Stinner · 13 years ago
  88. 0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  89. 7459291 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  90. eb71138 Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875 by Eli Bendersky · 13 years ago
  91. c20224d Merge heads by Petri Lehtinen · 13 years ago
  92. ab42abd Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  93. 3a8501e Closes issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  94. 667383c Issue #13193: Fix distutils.filelist.FileList under Windows. The by Antoine Pitrou · 13 years ago
  95. a203ced Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875 by Eli Bendersky · 13 years ago
  96. d784185 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  97. bba1dd5 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  98. 6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  99. cb65f32 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  100. 71094b5 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago