summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#22265)Benjamin Peterson2014-08-241-0/+1
|\
| * allow test to work on implementations not using ref-counting (closes #22265)Benjamin Peterson2014-08-241-0/+1
* | merge 3.4 (#22267)Benjamin Peterson2014-08-241-0/+2
|\ \ | |/
| * fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-241-0/+2
* | Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-242-2/+14
* | Issue #22034: Improve handling of wrong argument types in posixpath.join().Serhiy Storchaka2014-08-242-21/+20
|\ \ | |/
| * Issue #22034: Got rid of misleading error message for bytearray arguments inSerhiy Storchaka2014-08-242-16/+10
* | Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-2414-270/+225
|\ \ | |/
| * Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-2414-270/+225
| * Merge heads.Terry Jan Reedy2014-08-231-1/+0
| |\
* | \ Merge heads.Terry Jan Reedy2014-08-231-1/+0
|\ \ \
| * \ \ Merge with 3.4Terry Jan Reedy2014-08-191-1/+0
| |\ \ \ | | | |/ | | |/|
| | * | Idle ColorDelegator: finish removing code for 'as'.Terry Jan Reedy2014-08-191-1/+0
* | | | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-232-14/+32
* | | | Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...Berker Peksag2014-08-221-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...Berker Peksag2014-08-221-1/+2
* | | | Issue #19447: Add a test case to py_compile.compile() to make sureBerker Peksag2014-08-221-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #19447: Add a test case to py_compile.compile() to make sureBerker Peksag2014-08-221-0/+4
* | | | Merge for issue #22191 fixBrett Cannon2014-08-222-1/+21
|\ \ \ \ | |/ / /
| * | | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-222-1/+21
* | | | Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.Brett Cannon2014-08-221-2/+63
* | | | merge from 3.4Senthil Kumaran2014-08-221-1/+0
|\ \ \ \ | |/ / /
| * | | Fix issue22245 - Fix urllib2_localnet test.Senthil Kumaran2014-08-221-1/+0
* | | | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-212-41/+62
* | | | Issue #21549: Added the "members" parameter to TarFile.list().Serhiy Storchaka2014-08-212-3/+18
* | | | use __qualname__ to compute bound method repr (closes #21389)Benjamin Peterson2014-08-202-2/+58
* | | | merge from 3.4Senthil Kumaran2014-08-202-18/+85
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-202-18/+85
| |/
* | Merge with 3.4Terry Jan Reedy2014-08-191-17/+0
|\ \ | |/
| * Idle ColorDelegator: remove special case code for 'as' in import statements.Terry Jan Reedy2014-08-191-17/+0
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-192-1/+45
* | Fixed typo.Serhiy Storchaka2014-08-191-2/+2
|\ \ | |/
| * 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
|\ \ | |/
| * 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-11/+14
|\ \ | |/
| * Clean up test_user_command.Serhiy Storchaka2014-08-181-11/+14
* | merge 3.4 (closes #22200)Benjamin Peterson2014-08-181-26/+11
|\ \ | |/
| * remove 2.2 and 2.6 compat code (closes #22200)Benjamin Peterson2014-08-181-26/+11
* | Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka2014-08-171-0/+7
|\ \ | |/
| * Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka2014-08-171-0/+7
* | Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-172-15/+38
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-171-12/+1
* | Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka2014-08-171-2/+3
|\ \ | |/
| * Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka2014-08-171-2/+3
* | Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-172-4/+34
|\ \ | |/
| * Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-172-4/+34
* | Issue #20184: Add signature introspection for 30 of the builtinsNick Coghlan2014-08-171-1/+53