summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-061-0/+3
* | merge 3.4 (#16043)Benjamin Peterson2014-12-061-0/+3
|\ \ | |/
| * merge 3.3 (#16043)Benjamin Peterson2014-12-061-0/+3
| |\
| | * merge 3.2 (#16043)Benjamin Peterson2014-12-061-0/+3
| | |\
| | | * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-061-0/+3
| | | * Bump to 3.2.6v3.2.6Georg Brandl2014-10-121-1/+1
| | | * #16040: fix unlimited read from connection in nntplib.Georg Brandl2014-10-121-0/+4
| | | * Bump to 3.2.6rc1Georg Brandl2014-10-042-2/+2
| | | * Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).Georg Brandl2014-10-011-0/+6
| | | * Issue #19855: uuid.getnode() on Unix now looks on the PATH for theGeorg Brandl2014-09-302-0/+15
| | | * Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-271-0/+7
| | | * Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2014-09-301-0/+3
| | | * Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...Georg Brandl2014-09-171-0/+3
| | | * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-162-0/+5
| | | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server toGeorg Brandl2014-09-302-0/+5
| | | * Issue #22517: When a io.BufferedRWPair object is deallocated, clear itsGeorg Brandl2014-09-301-0/+3
| | | * Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2014-09-301-0/+4
| | | * Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read byGeorg Brandl2014-09-301-0/+3
| | | * Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read byGeorg Brandl2014-09-301-0/+4
| | | * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2014-09-301-1/+4
| | | * Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesGeorg Brandl2014-09-301-0/+6
* | | | Merge with 3.4.Terry Jan Reedy2014-12-061-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #16893: Update Idle doc chapter to match current Idle and add newTerry Jan Reedy2014-12-061-0/+3
| * | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-0/+3
* | | | Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-0/+4
* | | | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-0/+5
* | | | Issue #20335: bytes constructor now raises TypeError when encoding or errorsSerhiy Storchaka2014-12-021-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #20335: bytes constructor now raises TypeError when encoding or errorsSerhiy Storchaka2014-12-021-0/+3
* | | | Moved Misc/NEWS entry to right section.Serhiy Storchaka2014-12-021-2/+2
* | | | Trunk merge.Barry Warsaw2014-12-011-3/+0
|\ \ \ \
| * | | | Remove spurious header in middle of Library section.Terry Jan Reedy2014-12-011-3/+0
* | | | | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+4
| |\ \ \
| | * | | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+4
* | | | | Merge with 3.4Terry Jan Reedy2014-12-011-0/+19
|\ \ \ \ \ | |/ / / /
| * | | | Add NEWS items for Idle patches and a turtledemo patch.Terry Jan Reedy2014-12-011-1/+23
* | | | | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-5/+5
| |/ / /
* | | | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-0/+3
* | | | Fixed issue number in Misc/NEWS for issue #22407.Serhiy Storchaka2014-12-011-1/+1
* | | | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-0/+3
* | | | Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-0/+2
* | | | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-302-0/+4
* | | | merge 3.4 (#9179)Benjamin Peterson2014-11-301-3/+0
|\ \ \ \ | |/ / /
| * | | backout 9fcf4008b626 (#9179) for further considerationBenjamin Peterson2014-11-301-3/+0
* | | | merge 3.4 (#22960)Benjamin Peterson2014-11-301-0/+2
|\ \ \ \ | |/ / /
| * | | add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-0/+2