Benjamin Peterson
|
bb4d3527cf
|
add a test for access errors from OpenKey (closes #21871)
Patch from Vladimir Iofik.
|
2014-06-29 13:02:12 -07:00 |
Benjamin Peterson
|
4becf85d54
|
don't allow unicode into type_map on Windows (closes #21652)
Patch from Vladimir Iofik.
|
2014-06-29 12:58:16 -07:00 |
Jesus Cea
|
fd3ba7b261
|
Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris)
|
2014-06-28 18:39:01 +02:00 |
Berker Peksag
|
86af310c15
|
Fix typo pointed out by Dmitry Chaplinsky on docs@.
|
2014-06-28 03:12:37 +03:00 |
Ned Deily
|
5937f39aee
|
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
|
2014-06-26 23:38:14 -07:00 |
Benjamin Peterson
|
df71dcbef2
|
don't overwrite the error from PyObject_GetAttrString (closes #4346)
|
2014-06-26 23:27:41 -07:00 |
Berker Peksag
|
e75f527b5a
|
Issue #19897: Use python as executable instead of python3.
|
2014-06-26 23:27:26 +03:00 |
Raymond Hettinger
|
38017b3698
|
Issue #19145: Remove duplicate ACKS entry
|
2014-06-26 09:27:36 -07:00 |
Terry Jan Reedy
|
aa608fdf7e
|
Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
move two functions next to the functions that use them.
|
2014-06-26 01:40:46 -04:00 |
Ned Deily
|
c40b9039da
|
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
|
2014-06-25 13:48:46 -07:00 |
Ned Deily
|
1f70b878c4
|
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
|
2014-06-25 13:33:57 -07:00 |
Serhiy Storchaka
|
33ad0968eb
|
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
|
2014-06-25 20:37:49 +03:00 |
Jesus Cea
|
6d52ced4ce
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
|
2014-06-25 12:55:48 +02:00 |
Vinay Sajip
|
7de99717c8
|
Fixed typo in documentation.
|
2014-06-25 07:29:19 +01:00 |
Raymond Hettinger
|
58ad24512a
|
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
(Patch contributed by Vajrasky Kok.)
|
2014-06-24 21:53:45 -07:00 |
Terry Jan Reedy
|
3fecd48bde
|
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
fit in the default width of the text window (45 chars).
|
2014-06-24 22:21:36 -04:00 |
Raymond Hettinger
|
53296810f8
|
Add news entry for 21832
|
2014-06-24 18:14:53 -07:00 |
R David Murray
|
3eb76fc10b
|
#20155: use fake HTTP method names so windows doesn't hang the tests.
Windows was seeing the 'GET' generated by these tests as invalid and forcibly
closing the socket, causing the test to fail.
Patch by Jeff Allen.
|
2014-06-24 16:49:24 -04:00 |
Raymond Hettinger
|
de5170eb15
|
Issue 21832: Require named tuple inputs to be exact strings
|
2014-06-24 13:49:24 -07:00 |
Benjamin Peterson
|
b23eef5895
|
add Chris Foster
|
2014-06-23 20:14:46 -07:00 |
Benjamin Peterson
|
550b945fd6
|
avoid overflow with large buffer sizes and/or offsets (closes #21831)
|
2014-06-23 20:12:27 -07:00 |
Raymond Hettinger
|
58eb605ca3
|
Issue #11974: Add tutorial section on class and instance variables
(Based on a patch from Renee Chu.)
|
2014-06-23 18:03:21 -07:00 |
Benjamin Peterson
|
c459755df2
|
adjust zipfile tests for splitdrive improvements
|
2014-06-22 20:26:07 -07:00 |
Raymond Hettinger
|
008651c56e
|
Display the name not the group itself
|
2014-06-22 19:45:07 -07:00 |
Raymond Hettinger
|
f595a127b8
|
Issue #8343: Named group error msgs did not show the group name.
|
2014-06-22 19:33:19 -07:00 |
Benjamin Peterson
|
3bef935512
|
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
|
2014-06-22 19:07:38 -07:00 |
Benjamin Peterson
|
ecb4a1e49a
|
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
|
2014-06-22 17:59:35 -07:00 |
Terry Jan Reedy
|
ed6820d395
|
Issue #21824: Turtledemo 2.7 help menu entries now display help text instead
of help file name.
|
2014-06-22 02:32:26 -04:00 |
Terry Jan Reedy
|
122df1eda4
|
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
Add note to demohelp.txt about doing so.
|
2014-06-22 01:18:48 -04:00 |
Raymond Hettinger
|
4575010943
|
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
|
2014-06-21 11:27:36 -07:00 |
Charles-François Natali
|
94919a44a2
|
Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.
|
2014-06-20 22:57:19 +01:00 |
Charles-François Natali
|
98fbdd6829
|
Issue #21491: SocketServer: Fix a race condition in child processes reaping.
|
2014-06-20 22:03:08 +01:00 |
Terry Jan Reedy
|
729981861a
|
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.
|
2014-06-20 14:59:07 -04:00 |
Senthil Kumaran
|
454a5155d2
|
issue 20091 - index entry for __main__ in runpy docs.
|
2014-06-20 01:36:58 -07:00 |
Ezio Melotti
|
33b810d272
|
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
|
2014-06-20 00:47:11 +03:00 |
Charles-François Natali
|
e4cda6ce21
|
Merge.
|
2014-06-19 22:45:09 +01:00 |
Charles-François Natali
|
cee4f03438
|
Issue #21810: Backport mmap-based arena allocation failure check.
|
2014-06-19 22:42:51 +01:00 |
Antoine Pitrou
|
077c9564b7
|
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.
|
2014-06-18 23:07:46 -04:00 |
Terry Jan Reedy
|
fa3b9cc7c8
|
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|
2014-06-17 16:35:14 -04:00 |
Ned Deily
|
24b8209a4e
|
Issue #21789: fix broken link (reported by Jan Varho)
|
2014-06-17 12:24:53 -07:00 |
Benjamin Peterson
|
a48162a8b8
|
add Ammar Brohi for running ssllab's test on python.org and reporting a problem
|
2014-06-17 09:44:55 -07:00 |
Benjamin Peterson
|
3232384e1e
|
revert tstate_delete_common, since it's pretty much wrong
|
2014-06-17 00:34:14 -07:00 |
Benjamin Peterson
|
81669697aa
|
avoid a deadlock with the interpreter head lock and the GIL during finalization
|
2014-06-16 23:07:49 -07:00 |
Benjamin Peterson
|
1c78e6d96f
|
check if the thread is finalizing after retaking the GIL
|
2014-06-16 22:59:07 -07:00 |
Benjamin Peterson
|
c0bc4eff50
|
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
|
2014-06-16 19:39:18 -07:00 |
Terry Jan Reedy
|
1a6561e2f5
|
Add Idle news entries (plus whitespace fix from other entries).
|
2014-06-16 19:24:22 -04:00 |
Terry Jan Reedy
|
7c5318f583
|
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
Heblikar.
|
2014-06-16 19:00:54 -04:00 |
Zachary Ware
|
487a143c58
|
Fix typo reported by Jesse W on docs@
|
2014-06-16 11:13:01 -05:00 |
Jesus Cea
|
ee2cb3fa9b
|
Closes #21759: URL Typo in Documentation FAQ
|
2014-06-16 14:11:14 +02:00 |
Terry Jan Reedy
|
9f2dcd227c
|
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
arguments. Original patch by Gareth Rees.
|
2014-06-16 03:05:30 -04:00 |