summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...Georg Brandl2010-07-312-127/+201
* Clarify comment in comments test case explaining comment semantics.Georg Brandl2010-07-311-1/+1
* #1286: allow using fileinput.FileInput as context manager.Georg Brandl2010-07-312-0/+30
* Fix bad merge: test_support -> support.Georg Brandl2010-07-311-1/+1
* #9440: Remove borderline test case that fails based on unpredictable conditio...Georg Brandl2010-07-311-4/+0
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-312-2/+140
* Import test_pdb with its full name, so that running python -m test.test_pdb s...Georg Brandl2010-07-311-8/+8
* Issue #8966: Fix ctypes tests for WindowsVictor Stinner2010-07-313-3/+2
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-312-140/+2
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-312-2/+140
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-312-30/+31
* At least give IDLE 3.1 a release date. No further entries there for 3.2 though.Georg Brandl2010-07-311-2/+2
* Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-312-1/+2
* Bump versions and review NEWS file.Georg Brandl2010-07-312-2/+2
* Update pydoc topics and adapt Topics builder to Sphinx 1.0.Georg Brandl2010-07-311-34/+33
* Make urllib tests pass for now. Will figure out what the correct semantics s...Georg Brandl2010-07-311-4/+4
* Fix pdb test failures on the buildbots.Georg Brandl2010-07-311-3/+3
* Only expose the abstract base classes.Raymond Hettinger2010-07-311-5/+0
* Part of #7245: when KeyboardInterrupt is raised while defining commands, rest...Georg Brandl2010-07-301-1/+20
* Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-302-7/+5
* Show the traceback line numbers as well as the current line numbers if an exc...Georg Brandl2010-07-302-20/+110
* Test that "source" with nonexisting things works as expected.Georg Brandl2010-07-301-0/+3
* Fix source finding if the given frame is a module-level frame.Georg Brandl2010-07-301-2/+11
* Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.Georg Brandl2010-07-302-17/+157
* Several enhancements to pdb and its test suite.Georg Brandl2010-07-303-645/+563
* pdb now has its own tests.Georg Brandl2010-07-301-1/+0
* Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(...Georg Brandl2010-07-301-9/+14
* #7964 followup: add test case to ensure issue remains fixed.Georg Brandl2010-07-301-0/+24
* #809887: improve pdb feedback for breakpoint-related actions. Also add a fun...Georg Brandl2010-07-303-82/+147
* #5294: Fix the behavior of pdb "continue" command when called in the top-leve...Georg Brandl2010-07-302-3/+49
* #5727: Restore the ability to use readline when calling into pdb in doctests.Georg Brandl2010-07-301-0/+2
* Remove redundant import.Georg Brandl2010-07-301-1/+0
* #6719: In pdb, do not stop somewhere in the encodings machinery if the source...Georg Brandl2010-07-301-0/+4
* Issue #8048: Prevent doctests from failing when sys.displayhook hasGeorg Brandl2010-07-302-0/+34
* #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i...Georg Brandl2010-07-302-8/+48
* #8015: fix crash when entering an empty line for breakpoint commands. Also r...Georg Brandl2010-07-301-5/+9
* Document the "jump" command in pdb.__doc__, and add a version tag for "until X".Georg Brandl2010-07-301-0/+10
* Allow giving an explicit line number to "until".Georg Brandl2010-07-302-10/+28
* #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g...Georg Brandl2010-07-301-18/+55
* #9230: allow Pdb.checkline() to be called without a current frame, for settin...Georg Brandl2010-07-301-2/+5
* #4179: In pdb, allow "list ." as a command to return to the currently debugge...Georg Brandl2010-07-301-2/+3
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-292-2/+18
* #8603: Add environb to os.__all__Victor Stinner2010-07-291-1/+2
* #6630: allow customizing flags for compiling string.Template.idpattern.Georg Brandl2010-07-291-1/+2
* #9397: remove mention of dbm.bsd which does not exist anymore.Victor Stinner2010-07-291-15/+6
* #1090076: explain the behavior of *vars* in get() better.Georg Brandl2010-07-291-5/+6
* Fix #9412: make list of messages an instance attribute instead of class attri...Georg Brandl2010-07-291-1/+3
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-293-4/+117
* Fix for r83202: improve the handling of empty lines.Georg Brandl2010-07-291-7/+8
* Update test_os.py according to my last changes on _Environ.__repr__()Victor Stinner2010-07-291-1/+3