summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update topicsv2.7.5Benjamin Peterson2013-05-121-9/+9
|
* bump version to 2.7.5Benjamin Peterson2013-05-126-7/+7
|
* prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-122-0/+7
|
* backout 214d8909513d for regressions (#1159051)Benjamin Peterson2013-05-114-71/+36
|
* -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-113-2/+5
|
* #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.Ezio Melotti2013-05-101-3/+3
|
* #14878: add cross-reference to the yield statement.Andrew Kuchling2013-05-101-0/+3
| | | | (Backported from 3.x by Jan Duzinkiewicz.)
* Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-094-5/+19
| | | | it left off. Patch by Michael Birtwell.
* Issue 16584: in filecomp._cmp, catch IOError as well as os.error.Terry Jan Reedy2013-05-093-1/+5
| | | | Patch by Till Maas.
* Issue #17656: Skip test_extract_unicode_filenames if the FS encodingSerhiy Storchaka2013-05-081-1/+9
| | | | doesn't support non-ASCII filenames.
* #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-082-21/+40
|
* Fix NEWS orderAntoine Pitrou2013-05-081-8/+8
|
* Issue #17928: Fix test_structmembers on 64-bit big-endian machines.Antoine Pitrou2013-05-082-1/+3
| | | | (_testcapi isn't Py_ssize_t-clean, the "s#" code should use an int for length)
* Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.Antoine Pitrou2013-05-072-3/+7
|
* #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
|
* #17833: add debug output to investigate buildbot failure.Ezio Melotti2013-05-071-4/+14
|
* Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
|
* Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on ↵Antoine Pitrou2013-05-062-11/+19
| | | | | | the new socket, the socket would linger indefinitely. Thanks to Peter Saveliev for reporting.
* Issue #17289: The readline module now plays nicer with external modules or ↵Antoine Pitrou2013-05-062-8/+23
| | | | | | applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle.
* Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-062-7/+31
| | | | platforms. Patch by Federico Schwindt.
* Issue #17805: Add AsyncResult alias for ApplyResultRichard Oudkerk2013-05-061-0/+2
|
* Issue17883: Update to assertIn to see why test fails on one buildbot.Terry Jan Reedy2013-05-061-1/+1
|
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
| | | | | | | Putting *n* after the *iterable* matches the signature of other itertools and recipes. Also, it reads better. Suggested by Ezio Melotti.
* #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.Ezio Melotti2013-05-052-2/+5
|
* Issue #14173: Avoid crashing when reading a signal handler during ↵Antoine Pitrou2013-05-042-3/+14
| | | | interpreter shutdown.
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-1/+5
|
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵Ezio Melotti2013-05-045-1/+53
| | | | patch by Dino Viehland.
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-043-0/+6
|
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-034-6/+5
|
* # 1722 - Add a note on urllib helper functions like splittype, splithost etc.Senthil Kumaran2013-05-021-0/+7
|
* #16518: fix links in glossary entry.Ezio Melotti2013-05-011-2/+2
|
* Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-302-22/+26
|
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
|
* move the NEWS entry to the right section and mention ctypes.Gregory P. Smith2013-04-301-3/+3
|
* NEWS entryGregory P. Smith2013-04-301-0/+3
|
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
| | | | | libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream)
* #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.Ezio Melotti2013-04-291-0/+2
|
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
|
* Add missing NEWS entry for issue #17843.Nadeem Vawda2013-04-281-0/+3
|
* Issue #17843: Remove bz2 test data that triggers antivirus warnings.Nadeem Vawda2013-04-282-7/+6
|
* Reflow paragraph.R David Murray2013-04-281-4/+4
|
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-283-9/+15
| | | | Behavior confirmation and initial patch by Jessica McKellar.
* Issue #17842. Added base64 module tests with bytearray arguments.Serhiy Storchaka2013-04-281-0/+26
|
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-284-7/+10
| | | | | | | such as was shipped with Centos 5 and Mac OS X 10.4. This bug was already fixed in issue14572 for 2.7 only and then it was backported back from 3.3 in issue17073.
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger ↵Antoine Pitrou2013-04-243-2/+14
| | | | than one million bytes.
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-233-2/+16
| | | | | | | Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
|
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
|
* Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-223-22/+24
| | | | condition variable. Original patch by Thomas Rachel.
* Issue #17795: Reverted backwards-incompatible change in SysLogHandler with ↵Vinay Sajip2013-04-222-6/+32
| | | | Unix domain sockets.