Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #8065: Fix another memory leak in readline module, from failure to free | Mark Dickinson | 2010-08-03 | 1 | -0/+3 | |
| | | | | the result of a call to history_get_history_state. | |||||
* | Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. | Mark Dickinson | 2010-08-03 | 1 | -0/+3 | |
| | ||||||
* | #7372: fix regression in pstats: a previous fix to handle cProfile data in ↵ | Georg Brandl | 2010-08-02 | 1 | -0/+3 | |
| | | | | add_callers broke handling of profile data. | |||||
* | #9428: fix running scripts from profile/cProfile with their own name and the ↵ | Georg Brandl | 2010-08-02 | 1 | -0/+3 | |
| | | | | right namespace. Same fix as for trace.py in #1690103. | |||||
* | #9209 and #7781: fix two crashes in pstats interactive browser. | Georg Brandl | 2010-08-02 | 1 | -0/+6 | |
| | ||||||
* | Fix ACKS alphabetization. | R. David Murray | 2010-08-01 | 1 | -1/+1 | |
| | ||||||
* | Fix style of referring to issues. | Georg Brandl | 2010-08-01 | 1 | -8/+8 | |
| | ||||||
* | Update OrderedDict implementation to match that in Py2.7. | Raymond Hettinger | 2010-08-01 | 1 | -0/+3 | |
| | ||||||
* | Issue #8397: Raise an error when attempting to mix iteration and regular | Antoine Pitrou | 2010-08-01 | 1 | -0/+3 | |
| | | | | reads on a BZ2File object, rather than returning incorrect results. | |||||
* | #5776: fix mistakes in python specfile. (Nobody probably uses it anyway.) | Georg Brandl | 2010-08-01 | 1 | -2/+2 | |
| | ||||||
* | Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when | Antoine Pitrou | 2010-08-01 | 1 | -0/+3 | |
| | | | | re-initializing a buffered IO object by calling its `__init__` method. | |||||
* | #5551: symbolic links never can be mount points. Fixes the fix for #1713. | Georg Brandl | 2010-08-01 | 1 | -0/+3 | |
| | ||||||
* | Fix #8105. Add validation to mmap.mmap so invalid file descriptors | Brian Curtin | 2010-08-01 | 1 | -0/+2 | |
| | | | | don't cause a crash on Windows. | |||||
* | #8046: add context manager protocol support to mmap objects. Also add ↵ | Georg Brandl | 2010-08-01 | 1 | -0/+6 | |
| | | | | closed property. | |||||
* | Issue #9416: Fix some issues with complex formatting where the | Mark Dickinson | 2010-08-01 | 1 | -0/+6 | |
| | | | | | | | output with no type specifier failed to match the str output: - format(complex(-0.0, 2.0), '-') omitted the real part from the output, - format(complex(0.0, 2.0), '-') included a sign and parentheses. | |||||
* | #8826: the "expires" attribute value is a date string with spaces, but ↵ | Georg Brandl | 2010-08-01 | 1 | -0/+2 | |
| | | | | apparently not all user-agents put it in quotes. Handle that as a special case. | |||||
* | #1690103: fix initial namespace for code run with trace.main(). | Georg Brandl | 2010-08-01 | 1 | -0/+2 | |
| | ||||||
* | Add another news entry. | Georg Brandl | 2010-08-01 | 1 | -0/+2 | |
| | ||||||
* | #8230: make Lib/test/sortperf.py run on Python 3. | Georg Brandl | 2010-08-01 | 1 | -0/+2 | |
| | ||||||
* | #8620: Cmd no longer truncates last character if stdin ends without newline | R. David Murray | 2010-08-01 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | Cmd used to blindly chop off the last character of every input line. If the input reached EOF and there was no final new line, it would truncate the last character of the last command. This fix instead strips trailing \r\n from the input lines. While this is a small behavior change, it should not break any working code, since feeding a '\r\n' terminated file to Cmd would previously leave the \r's on the lines, resulting in failed command execution. I wrote the unit test in preparation for a PyOhio TeachMe session run by Catherine Devlin, and we can thank Catherine and the PyOhio session attendees for the fix. I've added Catherine to the Acks file for organizing and leading the TeachMe session, out of which we will hopefully get some new contributors. | |||||
* | #5146: handle UID THREAD command correctly. | Georg Brandl | 2010-07-31 | 1 | -0/+2 | |
| | ||||||
* | #5147: revert accidental indentation of header constant for MozillaCookieJar. | Georg Brandl | 2010-07-31 | 1 | -0/+3 | |
| | ||||||
* | #8198: the Helper class should not save the stdin and stdout objects | Georg Brandl | 2010-07-31 | 1 | -0/+3 | |
| | | | | | at import time, rather by default use the current streams like the other APIs that output help. | |||||
* | Fix "Berkeley" name. | Georg Brandl | 2010-07-31 | 1 | -2/+2 | |
| | ||||||
* | #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ↵ | Georg Brandl | 2010-07-31 | 1 | -0/+3 | |
| | | | | to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. | |||||
* | #1286: allow using fileinput.FileInput as context manager. | Georg Brandl | 2010-07-31 | 1 | -0/+2 | |
| | ||||||
* | Move news item to the correct position. | Georg Brandl | 2010-07-31 | 1 | -2/+2 | |
| | ||||||
* | Re-commit r83327 now that the release is done. | Georg Brandl | 2010-07-31 | 1 | -0/+2 | |
| | ||||||
* | Post-release updates. | Georg Brandl | 2010-07-31 | 1 | -0/+12 | |
| | ||||||
* | Revert r83327. This will have to wait until after the alpha1 release. | Georg Brandl | 2010-07-31 | 1 | -2/+0 | |
| | ||||||
* | Add functools.lfu_cache() and functools.lru_cache(). | Raymond Hettinger | 2010-07-31 | 1 | -0/+2 | |
| | ||||||
* | Bump versions and review NEWS file. | Georg Brandl | 2010-07-31 | 2 | -752/+712 | |
| | ||||||
* | Part of #7245: when KeyboardInterrupt is raised while defining commands, ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | restore the old commands instead of producing a traceback. | |||||
* | - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. | Matthias Klose | 2010-07-30 | 1 | -0/+2 | |
| | ||||||
* | Show the traceback line numbers as well as the current line numbers if an ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+4 | |
| | | | | exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". | |||||
* | Use OpenSSL 1.0.0a on Windows. | Martin v. Löwis | 2010-07-30 | 1 | -0/+2 | |
| | ||||||
* | Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. | Georg Brandl | 2010-07-30 | 2 | -0/+10 | |
| | ||||||
* | Add myself for pdb. | Georg Brandl | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | #809887: improve pdb feedback for breakpoint-related actions. Also add a ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | functional test for these commands. | |||||
* | #5294: Fix the behavior of pdb "continue" command when called in the ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | top-level debugged frame. | |||||
* | #5727: Restore the ability to use readline when calling into pdb in doctests. | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | ||||||
* | #6719: In pdb, do not stop somewhere in the encodings machinery if the ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | source file to be debugged is in a non-builtin encoding. | |||||
* | Issue #8048: Prevent doctests from failing when sys.displayhook has | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | been reassigned. | |||||
* | #8015: fix crash when entering an empty line for breakpoint commands. Also ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | restore environment properly when an exception occurs during the definition of commands. | |||||
* | Allow giving an explicit line number to "until". | Georg Brandl | 2010-07-30 | 1 | -0/+2 | |
| | ||||||
* | #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+4 | |
| | | | | give these commands. This allows to run a script until an exception occurs. | |||||
* | #4179: In pdb, allow "list ." as a command to return to the currently ↵ | Georg Brandl | 2010-07-30 | 1 | -0/+3 | |
| | | | | debugged line. | |||||
* | Issue #9422: Fix memory leak when re-initializing a struct.Struct object. | Mark Dickinson | 2010-07-29 | 1 | -0/+2 | |
| | ||||||
* | #4108: the first default entry (User-agent: *) wins. | Georg Brandl | 2010-07-29 | 1 | -0/+3 | |
| | ||||||
* | #6630: allow customizing flags for compiling string.Template.idpattern. | Georg Brandl | 2010-07-29 | 1 | -0/+3 | |
| |