summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.4.5v2.4.5Martin v. Löwis2008-03-115-7/+17
|
* Tagging for release of Python 2.4.5c1Martin v. Löwis2008-03-021-0/+1
|
* Prepare for 2.4.5c1v2.4.5c1Martin v. Löwis2008-03-028-17/+23
|
* Backport of r60793:Martin v. Löwis2008-03-0217-38/+327
| | | | | | Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
* Revert the following revisions, as they don't fix securityMartin v. Löwis2008-03-0223-211/+71
| | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114
* Backport r60104 + r60111 from trunk.Gregory P. Smith2008-01-192-1/+17
| | | | | | - Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr.
* Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()Vinay Sajip2007-10-241-5/+5
|
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
|
* - fix build error with the findCaller backportMatthias Klose2007-08-161-1/+1
|
* Add uuids for upcoming 2.4.5 release.Martin v. Löwis2007-08-031-0/+2
|
* MacOS build script:Ronald Oussoren2007-07-261-5/+37
| | | | | - be more strict about the build environment - update some of the 3th party libraries (later patchlevels)
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
|
* (Backport from r55770)Hye-Shik Chang2007-06-053-2/+21
| | | | | | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-3/+4
|
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
|
* Updated findCaller documentation.Vinay Sajip2007-05-251-3/+5
|
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-152-1/+6
| | | | | | the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. (backport from rev. 55348)
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
| | | | | Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm).
* Minor fix for currentframe (SF #1652788).Vinay Sajip2007-02-171-3/+3
|
* backport: fix trace.py --ignore-dirSkip Montanaro2007-02-112-1/+4
|
* Backport trunk revision 53527:Thomas Wouters2007-01-234-4/+10
| | | | | | | | | | | | | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....)
* Fixed bug in fileConfig where _handlerList was not being cleared. (SF #1632328)Vinay Sajip2007-01-111-0/+1
|
* Backported change in shutdown(); now takes an optional handler-list argument.Vinay Sajip2007-01-111-2/+2
|
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-112-1/+3
|
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
|
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-202-1/+3
|
* Patch by "cuppatea" (SF #1503765)Vinay Sajip2006-12-111-4/+5
|
* Patch by Jeremy Katz (SF #1609407)Vinay Sajip2006-12-111-2/+2
|
* Backport of r52862.Armin Rigo2006-11-291-1/+3
|
* Jython compatibility fix: if uu.decode() opened its output file, be sure toAndrew M. Kuchling2006-11-201-0/+4
| | | | close it.
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
|
* backport of revision 52644Ronald Oussoren2006-11-071-13/+12
|
* Point users to the subprocess module in the docs for os.system, os.spawn*, ↵Andrew M. Kuchling2006-10-274-9/+38
| | | | os.popen2, and the popen2 and commands modules
* [Bug #1542016] Report PCALL_POP value. This makes the return value of ↵Andrew M. Kuchling2006-10-272-2/+5
| | | | sys.callstats() match its docstring.
* Add sections for a hypothetical future 2.4.5 releaseAndrew M. Kuchling2006-10-271-0/+22
|
* [Bug #1562583] Mention the set_reuse_addr() methodAndrew M. Kuchling2006-10-271-3/+5
|
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵Andrew M. Kuchling2006-10-261-4/+4
| | | | Reported by David Faure.
* Tagging for release of Python 2.4.4Anthony Baxter2006-10-181-0/+1
|
* regenerating tag.v2.4.4Anthony Baxter2006-10-181-0/+1
|
* Bump buildno for 2.4.4.Martin v. Löwis2006-10-182-2/+4
|
* Tagging for release of Python 2.4.4Anthony Baxter2006-10-181-0/+1
|
* preparing for 2.4.4 finalAnthony Baxter2006-10-176-9/+14
|
* - Bug #1578513: Cross compilation was broken by a change to configure.Anthony Baxter2006-10-173-36/+49
| | | | | | Repair so that it's back to how it was in 2.4.3. Needs to be forward-ported to 2.5 branch and trunk.
* Tagging for release of Python 2.4.4c1Anthony Baxter2006-10-111-0/+1
|
* what month is it again? I get confused...v2.4.4c1Anthony Baxter2006-10-104-4/+4
|
* preparing for 2.4.4c1Anthony Baxter2006-10-1010-10/+21
|
* note the previous checkinAnthony Baxter2006-10-101-1/+4
|
* Note that there are no longer warnings when buildingTim Peters2006-10-102-17/+4
| | | | _bsddb on Windows (Martin recently repaired that -- thanks!).
* Backport 50567Anthony Baxter2006-10-102-17/+72
| | | | | | #1494314: Fix a regression with high-numbered sockets in 2.4.3. This means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available.
* Ignore libcmt, not msvcrt.Martin v. Löwis2006-10-101-2/+3
|