Serhiy Storchaka
|
ab914780ba
|
Issue #24125: Saved error's line and column numbers when an error is occured
during closing expatreader. Fixed a regression introduced in issue #23865.
|
2015-05-06 09:36:06 +03:00 |
Berker Peksag
|
076dbd0560
|
Fix remaining tests and remove an unused import.
|
2015-05-06 07:01:52 +03:00 |
Berker Peksag
|
c4c59050c8
|
Merge heads.
|
2015-05-06 06:36:29 +03:00 |
Berker Peksag
|
ce643913a9
|
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
|
2015-05-06 06:33:17 +03:00 |
Eric Snow
|
33507000c7
|
Remove an unnecessary flag.
|
2015-05-05 21:29:31 -06:00 |
Benjamin Peterson
|
025e9ebd0a
|
PEP 448: additional unpacking generalizations (closes #2292)
Patch by Neil Girdhar.
|
2015-05-05 20:16:41 -04:00 |
doko@ubuntu.com
|
4ccc1514d0
|
- merge 3.4
|
2015-05-06 01:13:31 +02:00 |
doko@ubuntu.com
|
e8042e5e98
|
- Issue #24122, fix quoting for LIBPL
|
2015-05-06 01:13:02 +02:00 |
Guido van Rossum
|
19dac071ef
|
Issue 24088: Clarify semantics of yield expression (merge from 3.4).
|
2015-05-05 12:04:35 -07:00 |
Guido van Rossum
|
d0150ad59e
|
Issue 24088: Clarify semantics of yield expression.
|
2015-05-05 12:02:01 -07:00 |
Raymond Hettinger
|
ad17be7682
|
Issue #24113: Remove unreachable code in shlex.
|
2015-05-04 22:45:47 -04:00 |
Eric Snow
|
00607e91bd
|
Issue #23911: Fix mixed bytes/strings.
|
2015-05-04 11:48:39 -06:00 |
Larry Hastings
|
dbfdc380df
|
Issue #24001: Argument Clinic converters now use accept={type}
instead of types={'type'} to specify the types the converter accepts.
|
2015-05-04 06:59:46 -07:00 |
Serhiy Storchaka
|
cb98556373
|
Issue #20159. Converted the _elementtree module to Argument Clinic.
|
2015-05-04 15:32:48 +03:00 |
Steve Dower
|
1d4880db3d
|
Enables shortcuts to be deselected when installing on Windows.
|
2015-05-03 14:54:32 -07:00 |
Larry Hastings
|
2d0a69a456
|
Fix Windows build breakage from checkins on Issues #20148 and #20168.
|
2015-05-03 14:49:19 -07:00 |
Benjamin Peterson
|
b174b85c1a
|
merge 3.4 (#24118)
|
2015-05-03 13:00:37 -04:00 |
Benjamin Peterson
|
ac87ed7e9f
|
update example, since python.org is HTTPS-only now (closes #24118)
|
2015-05-03 12:59:09 -04:00 |
Benjamin Peterson
|
63a6a6fd41
|
merge 3.4 (#24096)
|
2015-05-03 11:29:58 -04:00 |
Benjamin Peterson
|
8c59816b70
|
merge 3.3 (#24096)
|
2015-05-03 11:28:46 -04:00 |
Benjamin Peterson
|
deff2b76ec
|
be more robust against the filters list changing under us (closes #24096)
|
2015-05-03 11:23:37 -04:00 |
Serhiy Storchaka
|
4b7b82f133
|
Issue #20179: Converted the _ssl module to Argument Clinic.
|
2015-05-03 16:14:08 +03:00 |
Serhiy Storchaka
|
a860aeaf98
|
Issue #20148: Converted the _sre module to Argument Clinic.
|
2015-05-03 15:54:23 +03:00 |
Serhiy Storchaka
|
5abdf48430
|
Issue #20168: Converted the _tkinter module to Argument Clinic.
|
2015-05-03 15:49:47 +03:00 |
Serhiy Storchaka
|
d2a694c1be
|
Issue #23330: h2py now supports arbitrary filenames in #include.
|
2015-05-03 15:36:37 +03:00 |
Serhiy Storchaka
|
b9c04db64f
|
Issue #23330: h2py now supports arbitrary filenames in #include.
|
2015-05-03 15:35:14 +03:00 |
Serhiy Storchaka
|
24559e4834
|
Issue #22619: Added negative limit support in the traceback module.
Based on patch by Dmitry Kazakov.
|
2015-05-03 13:19:46 +03:00 |
Steve Dower
|
9a578d9ee6
|
Updates documentation for installing Python on Windows.
|
2015-05-02 22:28:58 -07:00 |
Steve Dower
|
8c1cee9218
|
Replaces use of WinRAR to generate ZIP file with Python script
|
2015-05-02 21:38:26 -07:00 |
Benjamin Peterson
|
88abdef02b
|
merge 3.4 (#24094)
|
2015-05-02 22:37:13 -04:00 |
Benjamin Peterson
|
122f4b1bda
|
merge 3.3 (#24094)
|
2015-05-02 22:36:26 -04:00 |
Benjamin Peterson
|
c9083bf1a1
|
remove merge markers
|
2015-05-02 22:34:31 -04:00 |
Benjamin Peterson
|
501182a47b
|
just sort the items tuple directly (closes #24094)
|
2015-05-02 22:28:04 -04:00 |
Guido van Rossum
|
97bd4b0cd9
|
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.)
|
2015-05-02 18:45:51 -07:00 |
Guido van Rossum
|
0a9933ebf3
|
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
|
2015-05-02 18:38:24 -07:00 |
Eric Snow
|
32439d6eb6
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
Steve Dower
|
6b4c63dea5
|
Makes embedded distribution a plain ZIP file and corrects pyd exclusion.
|
2015-05-02 15:32:14 -07:00 |
Steve Dower
|
19694abd71
|
Fixes Python failing to run during Windows release build
|
2015-05-02 15:23:27 -07:00 |
Steve Dower
|
7173dac61b
|
Update Windows installer for new CRT version.
|
2015-05-02 15:22:51 -07:00 |
R David Murray
|
3b85377ab5
|
Merge: #24108: Update fnmatch.translate example to show correct output.
|
2015-05-02 15:08:50 -04:00 |
R David Murray
|
4590c3d944
|
#24108: Update fnmatch.translate example to show correct output.
Patch by Merlijn van Deen.
|
2015-05-02 15:08:22 -04:00 |
R David Murray
|
deed215313
|
Merge: #24081: Remove obsolete caveat from import docs.
|
2015-05-02 14:58:32 -04:00 |
R David Murray
|
6d877ef026
|
#24081: Remove obsolete caveat from import docs.
Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce,
but these docs were not updated.
Patch by Peter Viktorin.
|
2015-05-02 14:57:54 -04:00 |
Raymond Hettinger
|
7b3b98c965
|
merge
|
2015-05-02 10:45:21 -07:00 |
Raymond Hettinger
|
c6249a6268
|
Defer deleted item decref until after the deque is restored to a consistent state.
|
2015-05-02 10:44:17 -07:00 |
Raymond Hettinger
|
20b7325680
|
merge
|
2015-05-02 10:07:08 -07:00 |
Raymond Hettinger
|
1dd8e71eb3
|
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
|
2015-05-02 10:00:22 -07:00 |
Serhiy Storchaka
|
d894027ec1
|
Fixed a typo.
|
2015-05-02 19:25:02 +03:00 |
Serhiy Storchaka
|
a7db0576ac
|
Fixed a typo.
|
2015-05-02 19:24:41 +03:00 |
Vinay Sajip
|
3b4d30a27b
|
Closes #24060: Merged documentation update from 3.4.
|
2015-05-02 09:47:28 +01:00 |