1. f045d77 Issue #9524: Document that two CTRL* signals are meant for use only by Brian Curtin · 14 years ago
  2. 1c5471f Issue #6683: For SMTP logins we now try all authentication methods advertised by Gerhard Häring · 14 years ago
  3. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  4. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  5. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago
  6. f96482e as per discussion with antoine revert changes made in 83708 as the user useing ftplib's readline methods is supposed to always use a binary file by Giampaolo Rodolà · 14 years ago
  7. b939235 fix issue #6822: ftplib's storline method doesn't work with text files by Giampaolo Rodolà · 14 years ago
  8. b5c2376 issue #8687: provides a test suite for sched.py module by Giampaolo Rodolà · 14 years ago
  9. 934abdd fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin). Merged from 2.7 branch. by Giampaolo Rodolà · 14 years ago
  10. dd24cf6 note smtpd module changes in NEWS by Richard Jones · 14 years ago
  11. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  12. df7f2fd Misc/NEWS entry for r83677. by Mark Dickinson · 14 years ago
  13. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  14. f767f08 Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing by Antoine Pitrou · 14 years ago
  15. 6b54e1f Issue #8065: Fix another memory leak in readline module, from failure to free by Mark Dickinson · 14 years ago
  16. 29b238e Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. by Mark Dickinson · 14 years ago
  17. 2d3c4e7 #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. by Georg Brandl · 14 years ago
  18. 8e43fbf #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. by Georg Brandl · 14 years ago
  19. b1a97af #9209 and #7781: fix two crashes in pstats interactive browser. by Georg Brandl · 14 years ago
  20. 5f90d79 Fix style of referring to issues. by Georg Brandl · 14 years ago
  21. 5be21b7 Update OrderedDict implementation to match that in Py2.7. by Raymond Hettinger · 14 years ago
  22. 7ffa196 Issue #8397: Raise an error when attempting to mix iteration and regular by Antoine Pitrou · 14 years ago
  23. c881f15 Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when by Antoine Pitrou · 14 years ago
  24. e6c5950 #5551: symbolic links never can be mount points. Fixes the fix for #1713. by Georg Brandl · 14 years ago
  25. ea47eaa Fix #8105. Add validation to mmap.mmap so invalid file descriptors by Brian Curtin · 14 years ago
  26. 0bccc18 #8046: add context manager protocol support to mmap objects. Also add closed property. by Georg Brandl · 14 years ago
  27. 5b65df7 Issue #9416: Fix some issues with complex formatting where the by Mark Dickinson · 14 years ago
  28. b16e38b #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes. Handle that as a special case. by Georg Brandl · 14 years ago
  29. 8f9f466 #1690103: fix initial namespace for code run with trace.main(). by Georg Brandl · 14 years ago
  30. 920bc0f Add another news entry. by Georg Brandl · 14 years ago
  31. f325e03 #8230: make Lib/test/sortperf.py run on Python 3. by Georg Brandl · 14 years ago
  32. 7905d61 #8620: Cmd no longer truncates last character if stdin ends without newline by R. David Murray · 14 years ago
  33. 05245f7 #5146: handle UID THREAD command correctly. by Georg Brandl · 14 years ago
  34. 87a1564 #5147: revert accidental indentation of header constant for MozillaCookieJar. by Georg Brandl · 14 years ago
  35. 78aa396 #8198: the Helper class should not save the stdin and stdout objects by Georg Brandl · 14 years ago
  36. bb19015 Fix "Berkeley" name. by Georg Brandl · 14 years ago
  37. cfb6821 #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. by Georg Brandl · 14 years ago
  38. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 14 years ago
  39. ebb280c Move news item to the correct position. by Georg Brandl · 14 years ago
  40. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  41. ee449c4 Post-release updates. by Georg Brandl · 14 years ago
  42. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  43. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  44. 62069d3 Bump versions and review NEWS file. by Georg Brandl · 14 years ago
  45. b90ffd8 Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback. by Georg Brandl · 14 years ago
  46. 635edd1 - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. by Matthias Klose · 14 years ago
  47. 0a9c3e9 Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". by Georg Brandl · 14 years ago
  48. e38de85 Use OpenSSL 1.0.0a on Windows. by Martin v. Löwis · 14 years ago
  49. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  50. 7410dd1 #809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands. by Georg Brandl · 14 years ago
  51. 3f94089 #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame. by Georg Brandl · 14 years ago
  52. d72e043 #5727: Restore the ability to use readline when calling into pdb in doctests. by Georg Brandl · 14 years ago
  53. 34cc0f5 #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding. by Georg Brandl · 14 years ago
  54. 25fbb89 Issue #8048: Prevent doctests from failing when sys.displayhook has by Georg Brandl · 14 years ago
  55. 44f8bf9 #8015: fix crash when entering an empty line for breakpoint commands. Also restore environment properly when an exception occurs during the definition of commands. by Georg Brandl · 14 years ago
  56. 2dfec55 Allow giving an explicit line number to "until". by Georg Brandl · 14 years ago
  57. e023091 #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands. This allows to run a script until an exception occurs. by Georg Brandl · 14 years ago
  58. a91a94b #4179: In pdb, allow "list ." as a command to return to the currently debugged line. by Georg Brandl · 14 years ago
  59. cf28b95 Issue #9422: Fix memory leak when re-initializing a struct.Struct object. by Mark Dickinson · 14 years ago
  60. 0a0fc07 #4108: the first default entry (User-agent: *) wins. by Georg Brandl · 14 years ago
  61. 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
  62. 8dcaa73 #9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases. by Georg Brandl · 14 years ago
  63. 96a60ae #1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio. by Georg Brandl · 14 years ago
  64. cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. by Georg Brandl · 14 years ago
  65. 8182b71 Issue #8991: convertbuffer() rejects discontigious buffers by Victor Stinner · 14 years ago
  66. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  67. 455f7bd Issue #9378: python -m pickle <pickle file> will now load and display by Alexander Belopolsky · 14 years ago
  68. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 14 years ago
  69. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 14 years ago
  70. 5a63183 The default size of the re module's compiled regular expression cache has by Gregory P. Smith · 14 years ago
  71. 0f0c332 Add note about #7113 and add Łukasz Langa to ACKS by Brian Curtin · 14 years ago
  72. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  73. eccc5fa Issue #4629: getopt raises an error if an argument ends with = whereas getopt by Victor Stinner · 14 years ago
  74. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  75. b6ee4f5 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
  76. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  77. e186e38 Fix for issue 7895. Avoid crashing the interpreter by Ronald Oussoren · 14 years ago
  78. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 14 years ago
  79. 3f8ecab Issue #9323: Fixed a bug in trace.py that resulted in loosing the name by Alexander Belopolsky · 14 years ago
  80. 533a167 Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli by Alexander Belopolsky · 14 years ago
  81. 41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in by Gregory P. Smith · 14 years ago
  82. 1b3c262 Clarify Misc/NEWS entry. by Mark Dickinson · 14 years ago
  83. e26660f Misc/NEWS entry for r82941. by Mark Dickinson · 14 years ago
  84. d92f040 Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x by Alexander Belopolsky · 14 years ago
  85. bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
  86. 929d384 Issue #9268: Add annotation option to pickletools.dis by Alexander Belopolsky · 14 years ago
  87. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  88. 1f9dea0 Issue #9251: test_threaded_import didn't fail when run through regrtest by Antoine Pitrou · 14 years ago
  89. e9ebde4 Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. by Victor Stinner · 14 years ago
  90. 5ef96e5 allow byte literals by Benjamin Peterson · 14 years ago
  91. b214e90 Issue #9137: Fix issue in MutableMapping.update, which incorrectly by Mark Dickinson · 14 years ago
  92. 25fcd39 Issue #8974: fix print calls in msgfmt.py. by Martin v. Löwis · 14 years ago
  93. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  94. 1ac745b Issue #7616: Fix copying of overlapping memoryview slices with the Intel by Antoine Pitrou · 14 years ago
  95. 492f3fc Allow set literals in literal_eval(). by Georg Brandl · 14 years ago
  96. d395052 Fix for issue 9164 by Ronald Oussoren · 14 years ago
  97. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  98. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  99. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  100. 0dd8f78 Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. by Mark Dickinson · 14 years ago