Serhiy Storchaka
|
12ebbc74f1
|
Issue #23152: Move declaration into a header and exclude from stable API.
|
2015-02-22 19:39:36 +02:00 |
Serhiy Storchaka
|
4f38e483c2
|
Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
|
2015-02-22 17:26:35 +02:00 |
Serhiy Storchaka
|
80a1803193
|
Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
|
2015-02-22 17:25:33 +02:00 |
Steve Dower
|
bf1f376b3e
|
Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value
|
2015-02-21 15:26:02 -08:00 |
Steve Dower
|
a2af1a5a5a
|
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
|
2015-02-21 10:04:10 -08:00 |
Steve Dower
|
f2f373f593
|
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
|
2015-02-21 08:44:05 -08:00 |
Serhiy Storchaka
|
18d1924987
|
Null merge
|
2015-02-21 12:10:59 +02:00 |
Serhiy Storchaka
|
a3369a524c
|
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
|
2015-02-21 12:08:52 +02:00 |
Serhiy Storchaka
|
4eea62fd2e
|
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
|
2015-02-21 10:07:35 +02:00 |
Serhiy Storchaka
|
df80706f14
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
consumed too much memory and raised SystemError or MemoryError.
Original patch by Aleksi Torhamo.
|
2015-02-21 01:21:08 +02:00 |
Serhiy Storchaka
|
a1543cdcd6
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
consumed too much memory and raised SystemError or MemoryError.
Original patch by Aleksi Torhamo.
|
2015-02-21 01:19:58 +02:00 |
Serhiy Storchaka
|
254dd59068
|
Issue #5700: io.FileIO() called flush() after closing the file.
flush() was not called in close() if closefd=False.
|
2015-02-21 00:35:53 +02:00 |
Serhiy Storchaka
|
a3712a9a6c
|
Issue #5700: io.FileIO() called flush() after closing the file.
flush() was not called in close() if closefd=False.
|
2015-02-21 00:35:09 +02:00 |
Serhiy Storchaka
|
7065f376e0
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
differs from file system encoding (e.g. on Mac OS).
|
2015-02-20 23:47:09 +02:00 |
Serhiy Storchaka
|
5e3d7a401d
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
differs from file system encoding (e.g. on Mac OS).
|
2015-02-20 23:46:06 +02:00 |
Serhiy Storchaka
|
78a8249127
|
Issue #23490: Fixed possible crashes related to interoperability between
old-style and new API for string with 2**30-1 characters.
|
2015-02-20 21:34:39 +02:00 |
Serhiy Storchaka
|
e55181f517
|
Issue #23490: Fixed possible crashes related to interoperability between
old-style and new API for string with 2**30-1 characters.
|
2015-02-20 21:34:06 +02:00 |
Steve Dower
|
d671213744
|
Closes #23018: Replace copyright symbol with escape.
|
2015-02-20 09:08:48 -08:00 |
Steve Dower
|
e7b92672a0
|
Removes unused string resources from Windows installer.
|
2015-02-20 08:23:23 -08:00 |
Brett Cannon
|
3fa84224fd
|
Issue #23422: Clarify some things around importlib.import_module()
|
2015-02-20 10:34:20 -05:00 |
Brett Cannon
|
16cd19c8a2
|
Issue #22834: Fix a failing test under Solaris due to the platform not
allowing the deletion of the cwd.
Thanks to Martin Panter for the initial fix.
|
2015-02-20 09:48:18 -05:00 |
Berker Peksag
|
abbf0f40bb
|
Issue #23442: Rename two member names to stay backward compatible
with the constants in http.client.
Initial patch by Demian Brecht.
|
2015-02-20 14:57:31 +02:00 |
Serhiy Storchaka
|
79d8f3f123
|
Regenerated Argument Clinic checksums.
|
2015-02-20 12:46:11 +02:00 |
Raymond Hettinger
|
7a4f43a8dd
|
Improve struct cache locality by bring commonly accessed fields close together.
|
2015-02-20 00:50:04 -08:00 |
Berker Peksag
|
8e28679417
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:45:05 +02:00 |
Berker Peksag
|
babc688180
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:39:38 +02:00 |
Zachary Ware
|
868a5a7bc6
|
Null merge with 3.4
(Typo was already fixed on this branch.)
|
2015-02-19 22:31:29 -06:00 |
Zachary Ware
|
56dee1e463
|
Fix typo pointed out on docs@ by Yaniv Sayeh
|
2015-02-19 22:30:15 -06:00 |
Zachary Ware
|
4785f5e249
|
Merge with 3.4
|
2015-02-19 22:15:54 -06:00 |
Zachary Ware
|
57c616f1e4
|
Fix a typo pointed out on docs@
|
2015-02-19 22:15:36 -06:00 |
Benjamin Peterson
|
869311dd97
|
merge 3.4 (#23481)
|
2015-02-19 17:58:19 -05:00 |
Benjamin Peterson
|
500af332f4
|
remove rc4 from the default client ciphers (closes #23481)
|
2015-02-19 17:57:08 -05:00 |
Steve Dower
|
3892189db0
|
Closes #23482: sqlite3_d.dll is not included in installer
|
2015-02-18 18:02:22 -08:00 |
Benjamin Peterson
|
e30c8fc5b4
|
merge 3.4
|
2015-02-18 08:56:47 -05:00 |
Benjamin Peterson
|
39d7063dff
|
merge heads
|
2015-02-18 08:56:43 -05:00 |
Benjamin Peterson
|
6a2c4a1a29
|
merge heads
|
2015-02-18 08:56:33 -05:00 |
Benjamin Peterson
|
9dd25dd693
|
merge 3.4
|
2015-02-18 08:55:59 -05:00 |
Benjamin Peterson
|
76e37b1b8a
|
merge 3.3
|
2015-02-18 08:55:38 -05:00 |
Benjamin Peterson
|
03f8612562
|
merge 3.2
|
2015-02-18 08:54:22 -05:00 |
Benjamin Peterson
|
893cce921c
|
remove RPM, since it's unused and unmaintained
|
2015-02-18 08:52:46 -05:00 |
Serhiy Storchaka
|
8aba316fea
|
Issue #23474: Enhanced locale testing.
|
2015-02-18 08:05:05 +02:00 |
Serhiy Storchaka
|
095458596d
|
Issue #23474: Enhanced locale testing.
|
2015-02-18 08:04:37 +02:00 |
Benjamin Peterson
|
1130c7f693
|
merge 3.4 (#23410)
|
2015-02-17 21:13:30 -05:00 |
Benjamin Peterson
|
70e2847347
|
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
Patch by Martin Panter.
|
2015-02-17 21:11:10 -05:00 |
Victor Stinner
|
a634433a00
|
Merge 3.4 (asyncio)
|
2015-02-17 23:36:19 +01:00 |
Victor Stinner
|
e7a2f64435
|
asyncio: Fix warning in test_close_kill_running()
Read process exit status to avoid the "Caught subprocess termination from
unknown pid" message.
|
2015-02-17 23:36:02 +01:00 |
Victor Stinner
|
cbbdfb5933
|
Merge 3.4 (asyncio doc)
|
2015-02-17 23:11:56 +01:00 |
Victor Stinner
|
f91d845797
|
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
methods
|
2015-02-17 23:09:52 +01:00 |
Victor Stinner
|
e170ed27c6
|
asyncio doc: fix the sphinx extension for coroutine commands
|
2015-02-17 23:08:35 +01:00 |
Victor Stinner
|
7cbb78cd97
|
Merge 3.4 (asyncio)
|
2015-02-17 22:55:36 +01:00 |