Senthil Kumaran
|
2b7ccbda90
|
merge from 3.4
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
|
2014-08-20 07:55:53 +05:30 |
|
Senthil Kumaran
|
783737625d
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
|
2014-08-20 07:53:58 +05:30 |
|
Terry Jan Reedy
|
f2e500c133
|
Merge with 3.4
|
2014-08-19 17:18:11 -04:00 |
|
Terry Jan Reedy
|
c1a723a0b3
|
Idle ColorDelegator: remove special case code for 'as' in import statements.
'As' became a full keyword when with statements were added in 2.5/2.6.
|
2014-08-19 17:17:57 -04:00 |
|
Benjamin Peterson
|
344ff4ab2b
|
allow recursion depth to be specified (closes #19628)
Patch from Claudiu Popa.
|
2014-08-19 16:13:26 -05:00 |
|
Serhiy Storchaka
|
54b3b3fb2c
|
Fixed typo.
|
2014-08-19 18:20:48 +03:00 |
|
Serhiy Storchaka
|
996c3deafe
|
Fixed typo.
|
2014-08-19 18:20:23 +03:00 |
|
Serhiy Storchaka
|
ef1a79799f
|
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
|
2014-08-19 17:12:46 +03:00 |
|
Serhiy Storchaka
|
76b47655ff
|
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
|
2014-08-19 17:11:20 +03:00 |
|
Serhiy Storchaka
|
79c27c3319
|
Clean up test_user_command.
|
2014-08-18 17:48:15 +03:00 |
|
Serhiy Storchaka
|
d6ec309c36
|
Clean up test_user_command.
|
2014-08-18 17:47:29 +03:00 |
|
Benjamin Peterson
|
c5847414f9
|
merge 3.4 (closes #22200)
|
2014-08-17 23:01:33 -05:00 |
|
Benjamin Peterson
|
0c56bb97ea
|
remove 2.2 and 2.6 compat code (closes #22200)
Patch from Thomas Kluyver.
|
2014-08-17 23:00:42 -05:00 |
|
Serhiy Storchaka
|
c399e85207
|
Issue #22165: Fixed test_undecodable_filename on Mac OS.
|
2014-08-17 16:58:11 +03:00 |
|
Serhiy Storchaka
|
d9e9528818
|
Issue #22165: Fixed test_undecodable_filename on Mac OS.
|
2014-08-17 16:57:39 +03:00 |
|
Serhiy Storchaka
|
0879001f00
|
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
|
2014-08-17 15:32:42 +03:00 |
|
Serhiy Storchaka
|
87bbf257ef
|
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
|
2014-08-17 15:31:59 +03:00 |
|
Serhiy Storchaka
|
95d5c9d5ff
|
Issue #22201: Command-line interface of the zipfile module now correctly
extracts ZIP files with directory entries. Patch by Ryan Wilson.
|
2014-08-17 15:17:56 +03:00 |
|
Serhiy Storchaka
|
97f17ff840
|
Issue #22201: Command-line interface of the zipfile module now correctly
extracts ZIP files with directory entries. Patch by Ryan Wilson.
|
2014-08-17 15:14:48 +03:00 |
|
Serhiy Storchaka
|
fbe912b756
|
Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.
|
2014-08-17 12:21:06 +03:00 |
|
Serhiy Storchaka
|
a64ce5d744
|
Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.
|
2014-08-17 12:20:02 +03:00 |
|
Serhiy Storchaka
|
41a08e557a
|
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
|
2014-08-17 08:24:49 +03:00 |
|
Serhiy Storchaka
|
cb5bc408ad
|
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
|
2014-08-17 08:22:11 +03:00 |
|
Nick Coghlan
|
f9e227e5a9
|
Issue #20184: Add signature introspection for 30 of the builtins
Also adds a test to test_inspect to track progress on builtin
introspection support, to ensure it doesn't regress in the future.
|
2014-08-17 14:01:19 +10:00 |
|
Senthil Kumaran
|
e2953e5146
|
merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
|
2014-08-16 22:54:24 +05:30 |
|
Senthil Kumaran
|
402df0975c
|
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
|
2014-08-16 22:52:37 +05:30 |
|
Victor Stinner
|
69c1a6651d
|
(Merge 3.4) Closes #22188: test_gdb now runs gdb with -nx: "Do not execute
commands from any .gdbinit initialization files".
|
2014-08-16 14:38:17 +02:00 |
|
Victor Stinner
|
7869a4e03a
|
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
any .gdbinit initialization files".
|
2014-08-16 14:38:02 +02:00 |
|
Victor Stinner
|
cddaa1bd62
|
(Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,
so test_debugmallocstats should be marked as such. Patch written by Martin
Matusiak.
|
2014-08-16 14:11:14 +02:00 |
|
Victor Stinner
|
8e7966b00e
|
Closes #22205: sys._debugmallocstats is a cpython specific feature, so
test_debugmallocstats should be marked as such. Patch written by Martin
Matusiak.
|
2014-08-16 14:11:01 +02:00 |
|
Senthil Kumaran
|
39e6c07beb
|
merge from 3.4
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
|
2014-08-16 14:19:09 +05:30 |
|
Senthil Kumaran
|
b2e3a939bf
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
|
2014-08-16 14:17:38 +05:30 |
|
Terry Jan Reedy
|
eae94706a3
|
Merge with 3.4
|
2014-08-15 01:23:15 -04:00 |
|
Terry Jan Reedy
|
f819ef74da
|
Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton.
|
2014-08-15 01:23:02 -04:00 |
|
Terry Jan Reedy
|
011b55b8d7
|
#22053: actually remove .txt files from 3.4.
|
2014-08-15 00:55:42 -04:00 |
|
Terry Jan Reedy
|
c5212dd5d3
|
Issue #22065: Try the delete demohelp.txt part again.
|
2014-08-15 00:47:36 -04:00 |
|
Terry Jan Reedy
|
2d7d661f37
|
Issue #22065: forward port the changes in c26862955342, update docstring with
changes that were only merged into demohelp.txt, and re-delete demohelp.txt.
|
2014-08-15 00:39:04 -04:00 |
|
Terry Jan Reedy
|
94ee51ed9e
|
Issue #10291: Backport 004fe3449193 with a few changes due to 22095.
Will forward port 22095 changes separately.
|
2014-08-14 23:59:32 -04:00 |
|
Terry Jan Reedy
|
6afc2250b3
|
Merge with 3.4
|
2014-08-14 21:55:01 -04:00 |
|
Terry Jan Reedy
|
0726ddf449
|
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
|
2014-08-14 21:54:43 -04:00 |
|
Berker Peksag
|
3714ab4c27
|
Issue #21445: Pass exception messages correctly to assertTrue in
the FileCompareTestCase.test_matching test.
Patch by Steven Barker.
|
2014-08-14 08:35:15 +03:00 |
|
Berker Peksag
|
143fe05da1
|
Issue #21445: Pass exception messages correctly to assertTrue in
the FileCompareTestCase.test_matching test.
Patch by Steven Barker.
|
2014-08-14 08:34:32 +03:00 |
|
Serhiy Storchaka
|
1bed4a9f5f
|
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
|
2014-08-13 09:36:06 +03:00 |
|
Serhiy Storchaka
|
cd3aacf525
|
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
|
2014-08-13 09:35:21 +03:00 |
|
Raymond Hettinger
|
92c7b90148
|
merge
|
2014-08-12 12:45:28 -07:00 |
|
Raymond Hettinger
|
4d58897fdb
|
Issue 22184: Early detection and reporting of missing lru_cache parameters
|
2014-08-12 12:44:52 -07:00 |
|
Serhiy Storchaka
|
574d4cfdf6
|
Decreased memory requirements of new tests added in issue21448.
|
2014-08-12 20:23:29 +03:00 |
|
Serhiy Storchaka
|
4d83192ea0
|
Decreased memory requirements of new tests added in issue21448.
|
2014-08-12 20:22:48 +03:00 |
|
Serhiy Storchaka
|
1e133cab39
|
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Original patch by Raymond Hettinger.
|
2014-08-12 14:00:29 +03:00 |
|
Serhiy Storchaka
|
320a1c0ff7
|
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Original patch by Raymond Hettinger.
|
2014-08-12 13:59:11 +03:00 |
|