summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing NEWS entry for r77422.Alexandre Vassalotti2010-01-111-0/+2
|
* Fixed #5372: .o files are now always rebuilt because file age test don't ↵Tarek Ziadé2010-01-111-0/+4
| | | | work in some case
* DeprecationWarning is now silent by default.Brett Cannon2010-01-101-0/+2
| | | | | | | | | | | | This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue.
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-0/+2
|
* post release version adjustmentBenjamin Peterson2010-01-091-0/+12
|
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-092-2/+2
|
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-0/+4
|
* Issue #7092: Remove py3k warning when importing cPickle. 2to3 handlesAntoine Pitrou2010-01-081-0/+5
| | | | | | renaming of `cPickle` to `pickle`. The warning was annoying since there's no alternative to cPickle if you care about performance. Patch by Florent Xicluna.
* Fix reattribution mistake when fixing attribution mistake!Antoine Pitrou2010-01-071-2/+2
|
* Fix attribution. Florent actually repackaged and reviewed Victor's patch ↵Antoine Pitrou2010-01-071-1/+1
| | | | (sorry!).
* Issue #7455: Fix possible crash in cPickle on invalid input. Patch byAntoine Pitrou2010-01-071-0/+3
| | | | Florent Xicluna.
* Fix inadvertent checkin of debug line.R. David Murray2010-01-071-1/+1
|
* Add -W to the 'basics', 'opt', and 'all' test runs so that we get verboseR. David Murray2010-01-071-4/+4
| | | | information if a failure happens.
* Add Stefan.Georg Brandl2010-01-051-0/+3
|
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-0/+3
| | | | when using the -3 flag. Patch by Florent Xicluna.
* do correct lookup of the __complex__ methodBenjamin Peterson2010-01-041-0/+3
|
* Credit Nir Aides for r77288Antoine Pitrou2010-01-031-0/+1
|
* Issue #7471: Improve the performance of GzipFile's buffering mechanism,Antoine Pitrou2010-01-031-1/+5
| | | | | and make it implement the `io.BufferedIOBase` ABC to allow for further speedups by wrapping it in an `io.BufferedReader`. Patch by Nir Aides.
* Update doc build step.Georg Brandl2010-01-031-19/+3
|
* r77152 to Doc/Makefile broke doc build due to (at least some) makeKurt B. Kaiser2010-01-031-3/+3
| | | | | | | binaries running clean prereq after checkout. 1. So, fix the insane make call in build.sh - seems to solve it. 2. Fix a missing redirection. 3. Check in the rsync opts that actually work during upload.
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-0/+3
| | | | | | source_address parameter. Also cleans up an annotation in the socket documentation.
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-0/+2
| | | | For use by issue3972.
* Fix typo.Georg Brandl2010-01-021-1/+1
|
* mention the r77252 changeGregory P. Smith2010-01-021-1/+4
|
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-021-0/+3
| | | | `rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-021-1/+1
|
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-011-0/+16
| | | | | | to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning.
* allow --with-dbmliborder to specify that no dbm modules will be built #6491Benjamin Peterson2010-01-011-0/+2
|
* fix indentationBenjamin Peterson2010-01-011-1/+1
|
* add noteBenjamin Peterson2010-01-011-0/+3
|
* add a --with-system-expat option to build pyexpat against the system's lib #7609Benjamin Peterson2009-12-311-0/+4
|
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-0/+3
| | | | | Also, add a note to the docs about the better behavior of T_OBJECT_EX as compared to T_OBJECT.
* Add Marcos Donolo for work on issue 7534 patch.Mark Dickinson2009-12-301-0/+1
|
* Issue #7534: Fix handling of nans, infinities, and negative zero in **Mark Dickinson2009-12-301-0/+4
| | | | operator, on IEEE 754 platforms. Thanks Marcos Donolo for original patch.
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ↵Ezio Melotti2009-12-301-1/+4
| | | | Curtin.
* only build the nis module when the headers are found #7589Benjamin Peterson2009-12-301-0/+3
|
* #7579: Add docstrings to the msvcrt moduleAmaury Forgeot d'Arc2009-12-291-0/+2
|
* #7413: Passing '\0' as the separator to datetime.datetime.isoformat()Amaury Forgeot d'Arc2009-12-291-0/+3
| | | | used to drop the time part of the result.
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ↵Georg Brandl2009-12-281-0/+5
| | | | exceptions a docstring.
* Issue #1811: Improve accuracy and consistency of true division for integers.Mark Dickinson2009-12-271-0/+5
|
* #6108: unicode(exception) and str(exception) should return the same messageEzio Melotti2009-12-241-0/+3
|
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-0/+3
|
* Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.aRonald Oussoren2009-12-241-0/+3
|
* Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵Ronald Oussoren2009-12-241-0/+7
| | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
* added a note about #7556 in Misc/NEWSTarek Ziadé2009-12-211-0/+3
|
* Add NEWS for OpenSSL changes.Martin v. Löwis2009-12-211-0/+4
|
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+2
| | | | Thanks Case Van Horsen for the patch.
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-4/+8
|
* Issue #7376: When called with no arguments doctest was running aR. David Murray2009-12-201-0/+3
| | | | | | | | | | self-test. Because of a change to the way tracebacks are printed, this self-test was failing. The test is run (and passes) during normal regression testing. So instead of running the failing self-test this patch makes doctest emit a usage message. This is better behavior anyway since passing in arguments is the real reason to run doctest as a command. Bug discovery and initial patch by Florent Xicluna.
* Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-201-0/+3
| | | | Refactored HTTPHandler tests and added testcase for proxy authorization.