summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ↵Georg Brandl2010-07-313-0/+19
| | | | to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
* There always is a False and True now.Georg Brandl2010-07-311-4/+2
|
* #8910: add a file explaining why Lib/test/data is there.Georg Brandl2010-07-311-0/+2
|
* #3788: more tests for http.cookies, now at 95% coverage. Also bring coding ↵Georg Brandl2010-07-312-127/+201
| | | | style in the module up to PEP 8, where it does not break backwards compatibility.
* 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-314-7/+59
|
* #9442: do not document a specific format for sys.version; rather refer to ↵Georg Brandl2010-07-311-9/+4
| | | | version_info and the platform module.
* #5778: document that sys.version can contain a newline.Georg Brandl2010-07-311-2/+3
|
* Remove trailing whitespace.Georg Brandl2010-07-311-1/+1
|
* Fix bad merge: test_support -> support.Georg Brandl2010-07-311-1/+1
|
* Drop webchecker and BerkeleyDB license.Martin v. Löwis2010-07-311-2/+1
|
* #9440: Remove borderline test case that fails based on unpredictable ↵Georg Brandl2010-07-311-4/+0
| | | | conditions such as compiler flags.
* Move news item to the correct position.Georg Brandl2010-07-311-2/+2
|
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-314-2/+193
|
* Add ssl changes to the 3.2 "what's new".Antoine Pitrou2010-07-311-0/+31
|
* Post-release updates.Georg Brandl2010-07-312-1/+13
|
* Tagging release 3.2a1.Georg Brandl2010-07-311-0/+1
|
* From Martin: New UUIDs for the 3.2 release series.v3.2a1Georg Brandl2010-07-311-0/+8
|
* Import test_pdb with its full name, so that running python -m test.test_pdb ↵Georg Brandl2010-07-311-8/+8
| | | | succeeds.
* #9430: document timedelta str() and repr().Georg Brandl2010-07-311-0/+18
|
* Rewrap.Georg Brandl2010-07-311-55/+51
|
* Truly uncomment rm lines.Martin v. Löwis2010-07-311-2/+2
|
* Issue #8966: Fix ctypes tests for WindowsVictor Stinner2010-07-313-3/+2
| | | | I removed the implicit conversion from str to bytes.
* Delete openssl checkouts.Martin v. Löwis2010-07-311-1/+2
|
* Copy asm files into place.Martin v. Löwis2010-07-311-0/+9
|
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-314-193/+2
|
* Document how to change OrderedDict update order from first to last.Raymond Hettinger2010-07-311-0/+12
|
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-314-2/+193
|
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-312-30/+31
|
* Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems ↵Georg Brandl2010-07-311-0/+4
| | | | to not have been merged to py3k.
* Update OpenSSL version.Martin v. Löwis2010-07-311-2/+2
|
* After distutils doc reversal, change back **bold todo** items to XXX comments.Georg Brandl2010-07-315-15/+13
|
* reverted distutils doc to its 3.1 stateTarek Ziadé2010-07-318-203/+244
|
* At least give IDLE 3.1 a release date. No further entries there for 3.2 though.Georg Brandl2010-07-311-2/+2
|
* Update copyright years and add releases to release list. Also update Sphinx ↵Georg Brandl2010-07-316-5/+10
| | | | version number.
* 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-316-772/+729
|
* Update pydoc topics and adapt Topics builder to Sphinx 1.0.Georg Brandl2010-07-312-36/+35
|
* Make urllib tests pass for now. Will figure out what the correct semantics ↵Georg Brandl2010-07-311-4/+4
| | | | should be after release.
* 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
| | | | | | The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
* Part of #7245: when KeyboardInterrupt is raised while defining commands, ↵Georg Brandl2010-07-302-1/+23
| | | | restore the old commands instead of producing a traceback.
* - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.Matthias Klose2010-07-302-1/+3
|
* Import files from zlib 1.2.5.Martin v. Löwis2010-07-3030-1519/+3139
|
* 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 ↵Georg Brandl2010-07-304-21/+124
| | | | exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list".
* 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
|
* Use OpenSSL 1.0.0a on Windows.Martin v. Löwis2010-07-303-2/+4
|
* Drop 2.4 support. Add disabled algorithms to Configure options.Martin v. Löwis2010-07-301-8/+5
|