78467 Commits (1e211ff10dbab6da8fc7170bd09cd6fdaeec9dde)
 

Author SHA1 Message Date
Benjamin Peterson 1e211ff10d it suffices to check for PY_SSIZE_T_MAX overflow (#22643) 12 years ago
Benjamin Peterson c0e64f5027 make sure length is unsigned 12 years ago
Benjamin Peterson e1bd38c03c fix integer overflow in unicode case operations (closes #22643) 12 years ago
Benjamin Peterson 77a75b3db1 note xmlrpclib doesn't verify certs (yet) 12 years ago
Georg Brandl 5e7b542774 Merge 3.2 into 3.3. 12 years ago
Georg Brandl 3f5ee28f75 Added tag v3.3.6 for changeset 971fec30da1f 12 years ago
Georg Brandl 18e897250a Bump to 3.3.6 12 years ago
Georg Brandl 6f1abda02b Added tag v3.2.6 for changeset 0bd5f4f14de9 12 years ago
Georg Brandl 439d88542e Bump to 3.2.6 12 years ago
Georg Brandl b3ac84322f #16040: fix unlimited read from connection in nntplib. 12 years ago
Georg Brandl 4cae8ff00b Added tag v3.3.6rc1 for changeset 51317c9786f5 12 years ago
Georg Brandl f84422da1d Added tag v3.2.6rc1 for changeset 51382a5598ec 12 years ago
Georg Brandl edc3cbaaba Copyright year update, add version to licenses. 12 years ago
Georg Brandl e800a0e1c2 Bump to 3.2.6rc1 12 years ago
Serhiy Storchaka 4b1681832b Issue #22518: Fixed integer overflow issues in "backslashreplace", 12 years ago
Georg Brandl 76e73f85a3 Bump to 3.3.6rc1 12 years ago
Georg Brandl 4480d30b8b ref #19855: skip uuid test_find_mac on non-Posix as in later branches 12 years ago
Georg Brandl ff3e5e3779 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). 12 years ago
Georg Brandl 51c116223e Issue #19855: uuid.getnode() on Unix now looks on the PATH for the 12 years ago
Georg Brandl 3bc35672a2 Backport b533cc11d114 to fix intermittent test_urllibnet failures. 12 years ago
Georg Brandl 4615076471 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. 12 years ago
Georg Brandl 786c8e7dd5 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b 12 years ago
Benjamin Peterson 736b8012b4 prevent overflow in unicode_repr (closes #22520) 12 years ago
Benjamin Peterson bbd0a323ae clear BufferedRWPair weakrefs on deallocation (closes #22517) 12 years ago
Benjamin Peterson d48bc9468f these variables ought to be Py_ssize_t 12 years ago
Benjamin Peterson 42ff105539 fix overflow checking in PyBytes_Repr (closes #22519) 12 years ago
Benjamin Peterson 3bbb2e4844 NEWS issue for #22518 12 years ago
Benjamin Peterson a1c1be4e03 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) 12 years ago
Senthil Kumaran e025b52db0 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. 12 years ago
Senthil Kumaran 2a42a0bff3 Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. 12 years ago
Antoine Pitrou 7d0b8f95e7 Lax cookie parsing in http.cookies could be a security issue when combined 12 years ago
Jason R. Coombs 89e186f24e Issue #13540: Merge changes from 3.2 12 years ago
Jason R. Coombs 79690ac1d0 Issue #13540: Update references to Action class to match syntax used for other classes in this file. 12 years ago
Jason R. Coombs eb0ef415d5 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. 12 years ago
Ned Deily 217f4cd7ee Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 12 years ago
Ned Deily 915a30fb0d Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 12 years ago
Jesus Cea ac4b7f705a Closes #20872: dbm/gdbm/ndbm close methods are not documented 12 years ago
Jesus Cea e8ef8b7a20 Closes #21441: Reorder elements in documentation to match actual order in the code 12 years ago
Benjamin Peterson 0fd3972a3f merge 3.2 12 years ago
Benjamin Peterson 314dc126ce expect the correct platform-dependent linesep 12 years ago
Benjamin Peterson 6cd1954c5c merge 3.2 (#21766) 12 years ago
Benjamin Peterson 73b8b1cdb8 url unquote the path before checking if it refers to a CGI script (closes #21766) 12 years ago
Jason R. Coombs 13266fb5c8 Update docs to reflect resurrection of Setuptools over Distribute 12 years ago
Kristján Valur Jónsson ddf343855d The PyCOND_TIMEDWAIT must use microseconds for the timeout argument 12 years ago
doko@ubuntu.com 8577e5ae09 - Issue #17752: Fix distutils tests when run from the installed location. 12 years ago
Gregory P. Smith 024c5eecbc Document the subprocess Popen.args attribute (issue21353) 12 years ago
Benjamin Peterson 98816bd234 merge 3.2 12 years ago
Benjamin Peterson 49991deb6e fix poor spelling 12 years ago
Benjamin Peterson 9beee049b0 merge 3.2 12 years ago
Benjamin Peterson 6ef2b36afa disallow a negative idx parameter 12 years ago