summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1710352: add missing public functions to locale.__all__.Georg Brandl2007-05-011-3/+5
* Bug #1710295: exceptions are now new-style classes.Georg Brandl2007-05-011-1/+1
* Merged revisions 55025 via svnmerge fromThomas Heller2007-04-303-3/+15
* Update with the version that has been running for a while. Most ofNeal Norwitz2007-04-291-7/+24
* Backport fix for r54646-7: properly clear locale cache in time.strptime whenBrett Cannon2007-04-273-5/+36
* Backport r54712: document that calling file.next() on a file open for writingBrett Cannon2007-04-272-8/+16
* Version fix (bug #1708710)Georg Brandl2007-04-271-4/+4
* fix some markup errorsFred Drake2007-04-264-5/+5
* bump email package version to 4.0.2Barry Warsaw2007-04-251-1/+1
* Whitespace normalizationNeal Norwitz2007-04-2515-38/+38
* Markup fix.Georg Brandl2007-04-251-1/+1
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-252-173/+135
* Fix markupRaymond Hettinger2007-04-241-1/+1
* Bug #1706381: Specifying the SWIG option "-c++" in the setup.py fileGeorg Brandl2007-04-242-1/+6
* Bug #1705717: error in sys.argv docs.Georg Brandl2007-04-241-2/+2
* Some new year updates.Georg Brandl2007-04-243-2/+4
* Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-242-2/+8
* Convert PyUnit -> unittest. Backported from r54929.Collin Winter2007-04-241-11/+10
* Recommit r54805:Barry Warsaw2007-04-232-0/+21
* Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branchKristján Valur Jónsson2007-04-221-6/+8
* Bug #1704790: bind name "sys" locally in __del__ method so that it isGeorg Brandl2007-04-211-1/+1
* Fix various minor issues discovered with static analysis using Visual Studio ...Kristján Valur Jónsson2007-04-218-30/+39
* Bug #1704156: Support for unicode strings as input filenames isLars Gustäbel2007-04-211-1/+1
* Backport r54786:Walter Dörwald2007-04-213-7/+19
* Backport r54671 - fix in python.sty.Georg Brandl2007-04-211-8/+8
* Backport r54762: exceptions are no longer old-style instances.Georg Brandl2007-04-211-2/+2
* Backport r54763: repair missing spaces after \UNIX.Georg Brandl2007-04-213-3/+3
* Backport r54787 - better error messages in rexec and bastionGeorg Brandl2007-04-212-2/+2
* Backport r54757 - missing NULL checks.Georg Brandl2007-04-212-0/+10
* Patch #1695229: Fix a regression with tarfile.open() and a missing nameLars Gustäbel2007-04-203-3/+14
* Fix directory names to have only one trailing slash.Lars Gustäbel2007-04-203-1/+19
* Tagging for release of Python 2.5.1Anthony Baxter2007-04-181-0/+1
* 2.5.1 finalv2.5.1Anthony Baxter2007-04-185-6/+11
* Revert 53667Raymond Hettinger2007-04-182-7/+8
* Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() orNeal Norwitz2007-04-163-9/+13
* Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.Neal Norwitz2007-04-161-18/+0
* Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.Neal Norwitz2007-04-162-3/+3
* Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.Neal Norwitz2007-04-161-1/+1
* SF #1701207: svnversion_init assertion failedNeal Norwitz2007-04-161-2/+0
* Fix potential crash in path manipulation on windowsKristján Valur Jónsson2007-04-131-1/+1
* Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...Kristján Valur Jónsson2007-04-132-3/+3
* Add code to read from master_fd in the parent, breaking when we get an OSErrorBarry Warsaw2007-04-131-0/+18
* Describe undocumented third argument to touchline()Andrew M. Kuchling2007-04-111-2/+4
* Tagging for release of Python 2.5.1c1Anthony Baxter2007-04-051-0/+1
* Fix unpack so it works on 64-bit platforms.v2.5.1c1Neal Norwitz2007-04-051-1/+1
* preparing for 2.5.1c1Anthony Baxter2007-04-059-10/+17
* Fix-up error-exits on struct_unpack().Raymond Hettinger2007-04-041-13/+17
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-043-3/+25
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-043-34/+77
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-032-1/+3