summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* #17511: merge with 3.3.Roger Serwy2013-06-111-0/+1
|\
| * #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-111-0/+1
| | | | | | | | Original patch by Sarah K.
* | #18126: merge with 3.3.Ezio Melotti2013-06-081-0/+1
|\ \ | |/
| * #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-081-0/+1
| |
* | Fixed #18150: duplicate test inside TestSingleDispatchŁukasz Langa2013-06-071-0/+1
| | | | | | | | Thanks to Vajrasky Kok for the patch
* | Issue #18084: Use sys.byteorder in wave.py.Serhiy Storchaka2013-05-291-0/+1
| | | | | | | | Original patch by Hideaki Takahashi.
* | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-291-0/+2
| | | | | | | | | | PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck.
* | Merge with 3.3Terry Jan Reedy2013-05-281-0/+1
|\ \ | |/
| * Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-281-0/+1
| | | | | | | | Preliminary patch by Rajagopalasarma Jayakrishnan.
* | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times ↵Benjamin Peterson2013-05-271-0/+1
| | | | | | | | | | | | (closes #17206) A patch from Illia Polosukhin.
* | Issue #17532: mergeNed Deily2013-05-221-0/+1
|\ \ | |/
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-221-0/+1
| | | | | | | | Patch by Guilherme Simões.
* | Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+1
|\ \ | |/ | | | | Based on report and patch by Aaron Oakley.
| * Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+1
| | | | | | | | Based on report and patch by Aaron Oakley.
* | Merge with 3.3Brian Curtin2013-05-161-0/+1
|\ \ | |/
| * Add Nick Sloan for his contribution to #17732Brian Curtin2013-05-161-0/+1
| |
* | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+1
|\ \ | |/ | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
| * Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+1
| | | | | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
| * #17841: remove missing codecs aliases from the documentation. Patch by ↵Ezio Melotti2013-05-101-0/+1
| | | | | | | | Thomas Fenzl.
* | #17809: merge with 3.3.Ezio Melotti2013-05-091-0/+1
|\ \ | |/
| * #17809: fix a test failure in test_expanduser when $HOME has a trailing /. ↵Ezio Melotti2013-05-091-0/+1
| | | | | | | | Patch by Kubilay Kocak.
* | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-0/+1
|\ \ | |/ | | | | it left off. Patch by Michael Birtwell.
| * Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-0/+1
| | | | | | | | it left off. Patch by Michael Birtwell.
* | #17871: merge with 3.3.Ezio Melotti2013-05-071-0/+1
|\ \ | |/
| * #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh ↵Ezio Melotti2013-05-071-0/+1
| | | | | | | | Chaudhari.
* | #7855: merge with 3.3.Ezio Melotti2013-05-041-0/+1
|\ \ | |/
| * #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵Ezio Melotti2013-05-041-0/+1
| | | | | | | | patch by Dino Viehland.
* | mergeRaymond Hettinger2013-05-031-0/+1
|\ \ | |/
| * Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-031-0/+1
| |
* | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are ↵R David Murray2013-04-281-0/+1
|\ \ | |/ | | | | | | | | detected. Behavior confirmation and initial patch by Jessica McKellar.
| * #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-0/+1
| | | | | | | | Behavior confirmation and initial patch by Jessica McKellar.
* | Issue #17272: Making the urllib.request's Request.full_url a descriptor. FixesSenthil Kumaran2013-04-251-0/+1
| | | | | | | | bugs with assignment to full_url. Patch by Demian Brecht.
* | Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-221-0/+1
|\ \ | |/ | | | | condition variable. Original patch by Thomas Rachel.
| * Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-221-0/+1
| | | | | | | | condition variable. Original patch by Thomas Rachel.
* | Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-0/+1
|\ \ | |/ | | | | Patch by Jonas Wagner
| * Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-0/+1
| | | | | | | | Patch by Jonas Wagner
* | #9607: Add tests for the keyword module.R David Murray2013-04-201-0/+1
| | | | | | | | Based on the testing ideas in a patch written by Greg Malcolm.
* | Merge #17413: make sure settrace funcs get passed exception instances for ↵R David Murray2013-04-191-0/+2
|\ \ | |/ | | | | | | | | 'value'. Patch by Ingrid Cheung and Brendan McLoughlin.
| * #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-191-0/+2
| | | | | | | | Patch by Ingrid Cheung and Brendan McLoughlin.
| * #13510: clarify that f.readlines() is note necessary to iterate over a file. ↵Ezio Melotti2013-04-151-0/+1
| | | | | | | | Patch by Dan Riti.
* | #11182: remove the unused and undocumented pydoc.Scanner class. Patch by ↵Ezio Melotti2013-04-181-0/+1
| | | | | | | | Martin Morrison.
* | Merge #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+1
|\ \ | |/ | | | | Patch by Jason Michalski.
| * #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+1
| | | | | | | | Patch by Jason Michalski.
* | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.Antoine Pitrou2013-04-131-0/+1
| | | | | | | | Initial patch by Daniel Riti.
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-0/+1
|\ \ | |/ | | | | in the re module. Patch by Nickolai Zeldovich.
| * Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-0/+1
| | | | | | | | in the re module. Patch by Nickolai Zeldovich.
* | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-1/+0
|\ \ | |/
| * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-1/+0
| |
* | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-0/+1
|\ \ | |/ | | | | Initial patch by Yuriy Senko.
| * Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-0/+1
| | | | | | | | Initial patch by Yuriy Senko.