summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* disallow a negative idx parameterBenjamin Peterson2014-04-141-4/+5
|
* in scan_once, prevent the reading of arbitrary memory when passed a negative ↵Benjamin Peterson2014-04-134-1/+12
| | | | | | index Bug reported by Guido Vranken.
* fix versionchanged versionBenjamin Peterson2014-04-041-2/+2
|
* remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-014-32/+20
|
* use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
|
* add Ian BeerBenjamin Peterson2014-03-301-0/+1
|
* fix expandtabs overflow detection to be consistent and not rely on signed ↵Benjamin Peterson2014-03-301-19/+19
| | | | overflow
* use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
|
* Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
|
* update logo url (#20695)Benjamin Peterson2014-02-191-1/+1
|
* open retrieved file in binary mode, since it's now compressedBenjamin Peterson2014-02-191-3/+3
|
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-134-0/+16
|
* Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-224-7/+9
|
* Backout 7d399099334d.Georg Brandl2013-11-041-3/+0
|
* Backout 265d369ad3b9.Georg Brandl2013-11-041-2/+1
|
* Backout d80207d15294.Georg Brandl2013-11-041-31/+0
|
* Update NEWS for 265d369ad3b9.Jason R. Coombs2013-11-021-0/+3
|
* Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
|
* Issue #19286: Adding test demonstrating the failure when a directory is ↵Jason R. Coombs2013-11-021-0/+31
| | | | found in the package_data globs.
* merge 3.1 (#19435)Benjamin Peterson2013-10-303-5/+18
|\
| * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-303-5/+16
| |
* | Merge #14984: only import pwd on POSIX.R David Murray2013-09-182659-217295/+372122
|\ \ | |/ |/|
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-174-6/+61
| |\
| * \ Null merge of 3.1 into 3.2Tim Peters2013-09-152659-217291/+372118
| |\ \ | | | | | | | | | | | | Changeset c39f42f46a05 left a dangling head on 3.1.
| | * | Add a NEWS entry for b9b521efeba3.Georg Brandl2013-09-141-0/+3
| | | |
| | * | Add NEWS entry for c18c18774e24.Georg Brandl2013-09-141-0/+11
| | | |
| | * | Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+1
| | | |
| | * | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of ↵Antoine Pitrou2013-05-183-1/+22
| | | | | | | | | | | | | | | | service using certificates with many wildcards (CVE-2013-2099).
| | * | Added tag v3.2.5 for changeset cef745775b65Georg Brandl2013-05-120-0/+0
| | | |
| | * | Bump to version 3.2.5.v3.2.5Georg Brandl2013-05-126-7/+7
| | | |
| | * | Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-123-0/+39
| | | | | | | | | | | | | | | | codecs.open().
| | * | Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-124-68/+41
| | | | | | | | | | | | | | | | broke backwards compatibility.
| | * | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-284-7/+13
| | | | | | | | | | | | | | | | such as was shipped with Centos 5 and Mac OS X 10.4.
| | * | Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-123-7/+12
| | | |
| | * | Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-123-0/+8
| | | |
| | * | Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-083-4/+23
| | | |
| | * | news entryGregory P. Smith2013-04-301-0/+4
| | | |
| | * | This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here)
| | * | * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-293-33/+58
| | | | | | | | | | | | | | | | | | | | in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info.
| | * | Added tag v3.2.4 for changeset 1e10bdeabe3dGeorg Brandl2013-04-060-0/+0
| | | |
| | * | Bump to 3.2.4.v3.2.4Georg Brandl2013-04-067-13/+11
| | | |
| | * | close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-032-0/+12
| | | |
| | * | mergeGeorg Brandl2013-04-0213-13/+205
| | |\ \
| | | * | Fix XML vulnerability link references.Georg Brandl2013-03-281-2/+2
| | | | |
| | | * | merge with last upstream doc changes in 3.2Georg Brandl2013-03-283-13/+18
| | | |\ \
| | | | * | Update suspicious ignore file.Ezio Melotti2013-03-284-12/+11
| | | | | |
| | | | * | #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-272-4/+11
| | | | | |
| | | | * | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-2610-0/+187
| | | | | |
| | | * | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-2610-0/+187
| | | | | |
| | * | | | Add 3.2.4 UUIDsMartin v. L?wis2013-03-301-0/+2
| | |/ / /