Ezio Melotti
|
d119b7beba
|
#18357: merge with 3.3.
|
2013-08-08 20:12:57 +03:00 |
Ezio Melotti
|
2532635fcd
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
|
2013-08-08 20:12:28 +03:00 |
Ezio Melotti
|
5cc06fde43
|
#18273: merge with 3.3.
|
2013-08-08 15:18:26 +03:00 |
Ezio Melotti
|
66f2ea042a
|
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
|
2013-08-08 15:03:45 +03:00 |
Larry Hastings
|
a27b83ad2d
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
in Modules/posixmodule.c is now far more robust.
|
2013-08-08 00:19:50 -07:00 |
Antoine Pitrou
|
853395b448
|
Issue #18621: Prevent the site module's patched builtins from keeping too many references alive for too long.
|
2013-08-06 22:56:40 +02:00 |
Ezio Melotti
|
0e0ccf73ff
|
#18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by Févry Thibault.
|
2013-08-06 19:52:25 +03:00 |
Christian Heimes
|
73207e03ad
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
|
2013-08-06 16:03:33 +02:00 |
Christian Heimes
|
9ae513caa7
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
|
2013-08-06 15:59:16 +02:00 |
Serhiy Storchaka
|
9b855de8d2
|
Issue #14323: Expanded the number of digits in the coefficients for the
RGB -- YIQ conversions so that they match the FCC NTSC versions.
|
2013-08-06 11:51:23 +03:00 |
Antoine Pitrou
|
58720d6145
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
|
2013-08-05 23:26:40 +02:00 |
Antoine Pitrou
|
c53204b947
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
|
2013-08-05 23:17:30 +02:00 |
R David Murray
|
2833f42802
|
#18657: remove duplicate entries from Misc/ACKS.
Patch by Madison May.
|
2013-08-04 15:48:29 -04:00 |
R David Murray
|
21e9ac7c1a
|
Merge: #18657: remove duplicate entries from Misc/ACKS.
|
2013-08-04 15:50:08 -04:00 |
Alexander Belopolsky
|
790d269d39
|
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
(Original patch by Mark Dickinson.)
|
2013-08-04 14:51:35 -04:00 |
Larry Hastings
|
a3c6a1fb6f
|
Cycled Misc/NEWS for alpha 2, touched patchlevel.
|
2013-08-03 23:29:24 -07:00 |
Larry Hastings
|
436151e2ca
|
Merge from v3.4.0a1 head.
|
2013-08-03 13:01:39 -07:00 |
Larry Hastings
|
1f08c772f5
|
Bumped version to 3.4.0a1.
|
2013-08-03 12:58:12 -07:00 |
Serhiy Storchaka
|
616c44188d
|
Merge heads
|
2013-08-03 21:17:27 +03:00 |
Serhiy Storchaka
|
579ddc2fd4
|
Issue #16741: Fix an error reporting in int().
|
2013-08-03 21:14:05 +03:00 |
Martin v. Löwis
|
d87c3d3ea4
|
Issue #16067: Merge with 3.3
|
2013-08-03 20:12:45 +02:00 |
Martin v. Löwis
|
78fa5e38a9
|
Issue #16067: Add description into MSI file to replace installer's temporary name.
|
2013-08-03 20:09:42 +02:00 |
Serhiy Storchaka
|
f6d0aeeadc
|
Issue #16741: Fix an error reporting in int().
|
2013-08-03 20:55:06 +03:00 |
Serhiy Storchaka
|
b94f61b6fb
|
Issue #17998: Fix an internal error in regular expression engine.
|
2013-08-03 19:22:28 +03:00 |
Serhiy Storchaka
|
1f35ae0a3c
|
Issue #17998: Fix an internal error in regular expression engine.
|
2013-08-03 19:18:38 +03:00 |
doko@ubuntu.com
|
fb0ffa12fc
|
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
|
2013-08-03 16:18:55 +02:00 |
doko@ubuntu.com
|
1dfb9180a7
|
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
|
2013-08-03 16:12:33 +02:00 |
Nick Coghlan
|
1337130335
|
Merge #18396 from 3.3
|
2013-08-03 23:03:27 +10:00 |
Nick Coghlan
|
60b3ac7482
|
Close #18396: fix spurious test_signal failure on Windows
signal.getsignal returns None for some signals if faulthandler
is enabled (Patch by Jeremy Kloth)
|
2013-08-03 22:56:30 +10:00 |
Ned Deily
|
582583bc41
|
Issue #17046: merge from 3.3
|
2013-08-02 18:05:31 -07:00 |
Ned Deily
|
e92dfbfec8
|
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
|
2013-08-02 18:02:21 -07:00 |
Antoine Pitrou
|
95db2e7b8a
|
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
|
2013-08-02 20:39:46 +02:00 |
Ned Deily
|
ffb32893a3
|
Issue #17557: merge from 3.3
|
2013-08-01 21:37:17 -07:00 |
Ned Deily
|
b5dd6d2287
|
Issue #17557: Fix os.getgroups() to work with the modified behavior of
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
|
2013-08-01 21:21:15 -07:00 |
Larry Hastings
|
2e3e593e34
|
Issue #17899: Fix rare file descriptor leak in os.listdir().
(Done as separate patch from trunk as the code has diverged quite a bit.)
|
2013-08-01 19:34:46 -07:00 |
Larry Hastings
|
4dbc95e258
|
Issue #17899: Fix rare file descriptor leak in os.listdir().
|
2013-08-01 18:18:56 -07:00 |
Antoine Pitrou
|
84f31a5676
|
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Patch by Neil Schemenauer, minimally modified.
|
2013-08-01 22:07:06 +02:00 |
Antoine Pitrou
|
932ff83682
|
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module.
|
2013-08-01 21:04:50 +02:00 |
Antoine Pitrou
|
2d350fd8af
|
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware.
|
2013-08-01 20:56:12 +02:00 |
Martin v. Löwis
|
5284f80268
|
Issue #18569: The installer now adds .py to the PATHEXT variable
when extensions are registered. Patch by Paul Moore.
|
2013-08-01 18:31:06 +02:00 |
doko@ubuntu.com
|
0df35b0a57
|
- Issue #18257: Fix readlink usage in python-config. Install the python
version again on Darwin.
|
2013-08-01 15:32:49 +02:00 |
Tim Golden
|
6b528067c5
|
Issue #9035: os.path.ismount now recognises volumes mounted below
a drive root on Windows. Original patch by Atsuo Ishimoto.
|
2013-08-01 12:44:00 +01:00 |
Antoine Pitrou
|
dcedaf6e53
|
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
|
2013-07-31 23:14:08 +02:00 |
Antoine Pitrou
|
c27cd71cd7
|
Merge
|
2013-07-31 21:54:18 +02:00 |
Antoine Pitrou
|
5c30a75722
|
Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown.
Original patch by Robin Schreiber.
|
2013-07-31 21:52:53 +02:00 |
R David Murray
|
c91d5eea10
|
#17616: wave.open now supports the 'with' statement.
Feature and tests by ClClaudiu.Popa, I added the doc changes.
|
2013-07-31 13:46:08 -04:00 |
Christian Heimes
|
49e52f9375
|
Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
"coverage-report" creates an instrumented Python build, runs unit tests
and creates a HTML. The report can be updated with "make coverage-lcov".
|
2013-07-31 00:55:18 +02:00 |
Antoine Pitrou
|
796564c27b
|
Issue #18112: PEP 442 implementation (safe object finalization).
|
2013-07-30 19:59:21 +02:00 |
Christian Heimes
|
d49a371e91
|
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
Add more tests for hashlib and hash object attributes
|
2013-07-30 15:35:54 +02:00 |
Christian Heimes
|
4fec4314cf
|
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
|
2013-07-30 15:32:57 +02:00 |