summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-141-0/+1
* Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'R. David Murray2009-05-131-0/+2
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-071-0/+1
* Add Nick Barnes to ACKS.Antoine Pitrou2009-05-041-0/+1
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-291-0/+2
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-271-0/+1
* Add Maksim, who worked on several issues at the sprint.Georg Brandl2009-04-011-0/+1
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-011-0/+2
* #5228: add pickle support to functools.partialJack Diederich2009-03-311-0/+1
* Issue 5619: Pass MS CRT debug flags into subprocessesJesse Noller2009-03-311-0/+1
* missed the news/acks for netbsd patchJesse Noller2009-03-311-0/+1
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-1/+1
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-021-0/+1
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-171-0/+1
* Added Ross Light to ACKS, for bug 4285 (r69331).Eric Smith2009-02-161-0/+1
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-0/+1
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-101-1/+2
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-081-0/+1
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-0/+1
* Add ACKS entries for some of the patches I've been committing.Antoine Pitrou2009-01-101-0/+6
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-171-0/+1
* #4048 make the parser module accept relative imports as validBenjamin Peterson2008-11-031-0/+1
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-0/+1
* Keep sorted.Georg Brandl2008-07-161-3/+3
* Add Victor Stinner, he provided the patch for issue #3313.Thomas Heller2008-07-151-0/+1
* #1778443 robotparser fixes from Aristotelis MikropoulosBenjamin Peterson2008-07-121-0/+1
* Add missing NEWS and ACK entries for r64791Nick Coghlan2008-07-081-0/+1
* Add Jean Brouwers for his work on math.sumMark Dickinson2008-06-271-0/+1
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-131-0/+1
* update ACKS and NEWs for multiprocessingBenjamin Peterson2008-06-111-0/+2
* Add Arnaud for his efforts on multi-arg set operations.Raymond Hettinger2008-06-101-0/+1
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-101-0/+1
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-0/+1
* Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.Brett Cannon2008-05-221-0/+1
* Add GHOP students.Georg Brandl2008-05-181-0/+3
* Add the "until" command to pdbBenjamin Peterson2008-05-111-0/+1
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-111-0/+1
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-101-1/+0
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-101-0/+1
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-0/+1
* add commas for introductory clausesBenjamin Peterson2008-03-271-2/+2
* Opps! I merged the revisions, but forgot to addBenjamin Peterson2008-03-251-0/+11
* Merged the ACKS from py3kBenjamin Peterson2008-03-251-62/+58
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-241-0/+1
* Added my name to ACKSDavid Wolever2008-03-191-0/+1
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-0/+1
* - Issue #2371: Add a Py3k warning when catching an exception thatGuido van Rossum2008-03-181-0/+1
* Move test_gdbm to use unittest.Brett Cannon2008-03-131-0/+1
* Convert test_contains, test_crypt, and test_select to unittest.Brett Cannon2008-03-131-0/+1
* Move test_tokenize to doctest.Brett Cannon2008-03-131-0/+1