summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-172-1/+13
* Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-162-1/+11
* Test re pickling for all protocols.Serhiy Storchaka2014-09-151-3/+6
* Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-141-2/+5
* Now re tests work again on Unicode-disabled build.Serhiy Storchaka2014-09-142-48/+53
* Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-59/+59
* test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+10
* Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-1/+2
* Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-064-93/+113
* Issue #22131: Fixed a bug in handling an error occured during reading fromSerhiy Storchaka2014-09-061-3/+1
* Issue #22340: Fix test_collections if the sets module was already importedVictor Stinner2014-09-051-2/+2
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-058-38/+63
* regrtest: backport "[ 1/399]" progress back from Python 3Victor Stinner2014-09-051-4/+15
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-053-1/+22
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-042-20/+56
* don't index outside of the path (closes #22312)Benjamin Peterson2014-08-312-1/+2
* #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-302-0/+19
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-282-3/+20
* fix load_verify_locations on unicode paths (closes #22244)Benjamin Peterson2014-08-281-0/+3
* properly handle file closing in error cases (closes #22266)Benjamin Peterson2014-08-281-29/+48
* Issue 22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-262-0/+7
* allow test to work on implementations not using ref-counting (closes #22265)Benjamin Peterson2014-08-241-0/+1
* fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-241-0/+2
* don't segfault when trying to fdopen() a fd for a dir (closes #22259)Benjamin Peterson2014-08-241-0/+12
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-2413-264/+224
* Merge heads.Terry Jan Reedy2014-08-231-1/+0
|\
| * Idle ColorDelegator: finish removing code for 'as'.Terry Jan Reedy2014-08-191-1/+0
* | Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.pyNed Deily2014-08-222-2/+14
* | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-223-2/+22
* | Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-219-214/+214
* | Issue #1730136: Fix backported exception name.Ned Deily2014-08-211-1/+1
* | expect socket.error instead of the py3ism OSErrorBenjamin Peterson2014-08-201-1/+1
* | allow any socket error for rude shutdown testBenjamin Peterson2014-08-201-1/+1
* | backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-2019-809/+3636
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-202-18/+84
|/
* Idle ColorDelegator: remove special case code for 'as' in import statements.Terry Jan Reedy2014-08-191-17/+0
* Fixed typo.Serhiy Storchaka2014-08-191-2/+2
* Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-1/+10
* Clean up test_user_command.Serhiy Storchaka2014-08-181-20/+19
* Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-172-15/+38
* Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-171-12/+1
* backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797Senthil Kumaran2014-08-162-87/+18
* Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands fromVictor Stinner2014-08-161-4/+6
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-162-18/+87
* Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy2014-08-151-4/+5
* Decreased memory requirements of new tests added in issue21448.Serhiy Storchaka2014-08-121-1/+2
* Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-122-11/+79
* Issue #17923: glob() patterns ending with a slash no longer match non-dirs onSerhiy Storchaka2014-08-121-3/+8
* test for 2 arg exec caseBenjamin Peterson2014-08-101-0/+5