summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-311-0/+1
* fix expandtabs overflow detection to be consistent and not rely on signed ove...Benjamin Peterson2014-03-301-19/+19
* 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-201-1/+1
* open retrieved file in binary mode, since it's now compressedBenjamin Peterson2014-02-201-3/+3
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-144-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 found...Jason R. Coombs2013-11-021-0/+31
* 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-181-1/+3
|\ \ | |/
| * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
* | Null merge of 3.1 into 3.2Tim Peters2013-09-150-0/+0
|\ \ | |/
| * Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+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 servic...Antoine Pitrou2013-05-183-1/+22
* | Added tag v3.2.5 for changeset cef745775b65Georg Brandl2013-05-121-0/+1
* | 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
* | Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-124-68/+41
* | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-284-7/+13
* | 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
* | * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-303-33/+58
* | Added tag v3.2.4 for changeset 1e10bdeabe3dGeorg Brandl2013-04-061-0/+1
* | 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-042-0/+12
* | mergeGeorg Brandl2013-04-021-0/+2
|\ \
| * | Add 3.2.4 UUIDsMartin v. Löwis2013-03-301-0/+2
* | | 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
| |/ / |/| |