summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-148-6/+44
* Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...Jesus Cea2011-11-147-7/+561
* #1745761, #755670, #13357, #12629, #1200313: merge with 3.2.Ezio Melotti2011-11-143-81/+167
|\
| * #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-143-23/+106
| * Group tests about attributes in a separate class.Ezio Melotti2011-11-141-59/+62
* | Clarify the existence of the <> operator in Grammar/Grammar with a comment. C...Eli Bendersky2011-11-131-0/+2
|\ \ | |/
| * Clarify the existence of the <> operator in Grammar/Grammar with a comment, f...Eli Bendersky2011-11-131-0/+2
* | Issue #13217: add missing header dependencies in the Makefile for unicodeobje...Antoine Pitrou2011-11-131-3/+11
* | Restore performance of special casings for utf-16 and utf-32 in TextIOWrapperAntoine Pitrou2011-11-131-18/+12
* | In text I/O, optimize scanning for new lines with 1-byte unicode charsAntoine Pitrou2011-11-131-12/+20
* | Fix memory leak with FLUFL-related syntax errors (!)Antoine Pitrou2011-11-131-0/+2
|\ \ | |/
| * Fix memory leak with FLUFL-related syntax errors (!)Antoine Pitrou2011-11-131-0/+2
* | Fix memory leak in io.StringIOAntoine Pitrou2011-11-121-0/+1
* | Use the small object allocator for small bytearraysAntoine Pitrou2011-11-121-5/+5
* | Null mergeAntoine Pitrou2011-11-120-0/+0
|\ \ | |/
| * Restore smtpd.DEBUGSTREAM at the end of test_smtpd.Antoine Pitrou2011-11-121-0/+2
| * Merge headsPetri Lehtinen2011-11-121-9/+10
| |\
* | \ MergeAntoine Pitrou2011-11-121-3/+9
|\ \ \
| * \ \ Merge headsPetri Lehtinen2011-11-121-9/+10
| |\ \ \
| * \ \ \ Merge branch 3.2Petri Lehtinen2011-11-121-3/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update mailbox.Maildir testsPetri Lehtinen2011-11-121-3/+9
* | | | | Restore smtpd.DEBUGSTREAM at the end of test_smtpd.Antoine Pitrou2011-11-121-0/+2
| |_|/ / |/| | |
* | | | Issue 12767: document the argument of threading.Condition.notifyEli Bendersky2011-11-121-9/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #12767: documenting threading.Condition.notifyEli Bendersky2011-11-121-9/+10
| |/
* | Sanitize reference management in the utf-8 encoderAntoine Pitrou2011-11-121-5/+4
* | Plug some (unlikely) refleaks.Antoine Pitrou2011-11-121-15/+45
* | Issue #13193: Fix distutils.filelist.FileList andAntoine Pitrou2011-11-123-2/+12
|\ \ | |/
| * Add NEWS entry for #13193Antoine Pitrou2011-11-121-0/+3
| * Issue #13193: fix distutils.filelist.FileList under WindowsAntoine Pitrou2011-11-121-1/+4
* | Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-1112-28/+7
* | Merge 3.2, doc typos.Florent Xicluna2011-11-116-19/+20
|\ \ | |/
| * Reformat paragraphs.Florent Xicluna2011-11-111-12/+13
| * Few typos in the documentation.Florent Xicluna2011-11-112-2/+2
* | Merge 3.2, fix typos.Florent Xicluna2011-11-118-8/+8
|\ \ | |/
| * Fix few typos.Florent Xicluna2011-11-114-4/+4
* | Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups.Florent Xicluna2011-11-111-41/+38
|\ \ | |/
| * Remove duplicate ACKS.Florent Xicluna2011-11-111-2/+0
* | Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309.Florent Xicluna2011-11-111-12/+13
* | Merge 3.2Brian Curtin2011-11-112-1/+2
|\ \ | |/
| * Fix #13384. Remove __future__ import in 3.x code.Brian Curtin2011-11-112-1/+2
* | Fix range in test.Ezio Melotti2011-11-111-1/+1
* | Issue #13161: fix doc strings of __i*__ operators. Closes #13161Eli Bendersky2011-11-111-10/+10
|\ \ | |/
| * Issue #13161: fix doc strings of __i*__ operatorsEli Bendersky2011-11-111-10/+10
* | Make test more inclusiveAntoine Pitrou2011-11-111-6/+4
* | Enable commented out testAntoine Pitrou2011-11-111-1/+1
* | Fix regression on 2-byte wchar_t systems (Windows)Antoine Pitrou2011-11-111-7/+12
* | Issue #13191: typo in argparse docsEli Bendersky2011-11-112-1/+2
|\ \ | |/
| * Issue #13191: typo in argparse docsEli Bendersky2011-11-112-1/+2
* | Issue #13365: correct an error in the documentation of str.expandtabs. Patch ...Eli Bendersky2011-11-112-1/+2
|\ \ | |/
| * Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-112-1/+2