]> granicus.if.org Git - python/shortlog
python
2011-11-14 Éric AraujoAdapt test and example after e39d1b6f0856.
2011-11-14 Éric AraujoFix a few typos
2011-11-14 Éric AraujoAdd entries for distutils2 contributors (their patches...
2011-11-14 Éric AraujoRemove NEWS entries for packaging test suite fixes.
2011-11-14 Éric AraujoClean up byte-compilation code in packaging (#11254...
2011-11-14 Ezio Melotti#1745761, #755670, #13357, #12629, #1200313: merge...
2011-11-14 Ezio Melotti#1745761, #755670, #13357, #12629, #1200313: improve...
2011-11-14 Ezio MelottiGroup tests about attributes in a separate class.
2011-11-13 Eli BenderskyClarify the existence of the <> operator in Grammar...
2011-11-13 Eli BenderskyClarify the existence of the <> operator in Grammar...
2011-11-13 Antoine PitrouIssue #13217: add missing header dependencies in the...
2011-11-13 Antoine PitrouRestore performance of special casings for utf-16 and...
2011-11-13 Antoine PitrouIn text I/O, optimize scanning for new lines with 1...
2011-11-13 Antoine PitrouFix memory leak with FLUFL-related syntax errors (!)
2011-11-13 Antoine PitrouFix memory leak with FLUFL-related syntax errors (!)
2011-11-12 Antoine PitrouFix memory leak in io.StringIO
2011-11-12 Antoine PitrouUse the small object allocator for small bytearrays
2011-11-12 Antoine PitrouNull merge
2011-11-12 Antoine PitrouMerge
2011-11-12 Antoine PitrouRestore smtpd.DEBUGSTREAM at the end of test_smtpd.
2011-11-12 Antoine PitrouRestore smtpd.DEBUGSTREAM at the end of test_smtpd.
2011-11-12 Petri LehtinenMerge heads
2011-11-12 Petri LehtinenMerge heads
2011-11-12 Petri LehtinenMerge branch 3.2
2011-11-12 Petri LehtinenUpdate mailbox.Maildir tests
2011-11-12 Eli BenderskyIssue 12767: document the argument of threading.Conditi...
2011-11-12 Eli BenderskyIssue #12767: documenting threading.Condition.notify
2011-11-12 Antoine PitrouSanitize reference management in the utf-8 encoder
2011-11-12 Antoine PitrouPlug some (unlikely) refleaks.
2011-11-12 Antoine PitrouIssue #13193: Fix distutils.filelist.FileList and
2011-11-12 Antoine PitrouAdd NEWS entry for #13193
2011-11-12 Antoine PitrouIssue #13193: fix distutils.filelist.FileList under...
2011-11-11 Florent XiclunaRemove unused or redundant imports in concurrent.future...
2011-11-11 Florent XiclunaMerge 3.2, doc typos.
2011-11-11 Florent XiclunaReformat paragraphs.
2011-11-11 Florent XiclunaFew typos in the documentation.
2011-11-11 Florent XiclunaMerge 3.2, fix typos.
2011-11-11 Florent XiclunaFix few typos.
2011-11-11 Florent XiclunaMerge 3.2. Remove duplicate ACKS and reorder slightly...
2011-11-11 Florent XiclunaRemove duplicate ACKS.
2011-11-11 Florent XiclunaUse unittest.skipUnless to skip the test related to...
2011-11-11 Brian CurtinMerge 3.2
2011-11-11 Brian CurtinFix #13384. Remove __future__ import in 3.x code.
2011-11-11 Ezio MelottiFix range in test.
2011-11-11 Eli BenderskyIssue #13161: fix doc strings of __i*__ operators....
2011-11-11 Eli BenderskyIssue #13161: fix doc strings of __i*__ operators
2011-11-11 Antoine PitrouMake test more inclusive
2011-11-11 Antoine PitrouEnable commented out test
2011-11-11 Antoine PitrouFix regression on 2-byte wchar_t systems (Windows)
2011-11-11 Eli BenderskyIssue #13191: typo in argparse docs
2011-11-11 Eli BenderskyIssue #13191: typo in argparse docs
2011-11-11 Eli BenderskyIssue #13365: correct an error in the documentation...
2011-11-11 Eli BenderskyIssue #13365: correct an error in the documentation...
2011-11-11 Antoine PitrouAvoid a glibc bug in test_time (issue #13309)
2011-11-11 Antoine PitrouAvoid crashing because of an unaligned word access
2011-11-10 Antoine PitrouSpeed up IDNA for the common case
2011-11-10 Antoine PitrouIssue #13149: Speed up append-only StringIO objects.
2011-11-10 Victor StinnerFix and deprecated the unicode_internal codec
2011-11-10 Charles-François... Fix test_socket when built whithout threads.
2011-11-10 Victor StinnerPrefer Py_UCS4 or wchar_t over Py_UNICODE
2011-11-10 Victor StinnerPyUnicode_DecodeCharmap() uses the new Unicode API
2011-11-10 Victor StinnerAvoid PyUnicode_AS_UNICODE in the UTF-8 encoder
2011-11-10 Victor StinnerFix "unicode_escape" encoder
2011-11-10 Victor StinnerFix UTF-7 encoder on Windows
2011-11-10 Victor StinnerFix build on Windows
2011-11-10 Charles-François... Issue #7777: socket: Add Reliable Datagram Sockets...
2011-11-10 Charles-François... Issue #13303: Fix bytecode file default permission.
2011-11-10 Martin v. LöwisPort encoders from Py_UNICODE API to unicode object...
2011-11-10 Ezio Melotti#13379: merge with 3.2.
2011-11-10 Ezio Melotti#13379: update Unicode version in unicodedata docstring...
2011-11-09 Antoine PitrouIssue #13373: multiprocessing.Queue.get() could sometim...
2011-11-09 Antoine PitrouIssue #13373: multiprocessing.Queue.get() could sometim...
2011-11-09 Victor StinnerIssue #12442: nt._getdiskusage() is now using the Windo...
2011-11-09 Victor StinnerIssue #13374: Use Unicode filenames instead of bytes...
2011-11-08 Victor StinnerStrip trailing spaces
2011-11-08 Victor StinnerFix a compiler warning: use unsiged for maxchar in...
2011-11-08 Victor StinnerFix the code page decoder
2011-11-08 Ezio MelottiRefactor functions signatures in the doc.
2011-11-08 Brian CurtinBacked out changeset 60ae7979fec8
2011-11-08 Brian CurtinRemove the old style [...] to denote optional args...
2011-11-08 Charles-François... Back out changeset b6336ba796d4 until fix for #13303.
2011-11-08 Charles-François... test_import: test_execute_bit_not_copied() was actually...
2011-11-08 Charles-François... test_import: test_execute_bit_not_copied() was actually...
2011-11-08 Antoine PitrouFix BytesWarnings in fnmatch
2011-11-08 Antoine PitrouFix missing goto
2011-11-08 Jesus CeaPartial patch for issue #11812: Take care of test_telne...
2011-11-08 Jesus CeaSolved a potential deadlock in test_telnetlib.py. Relat...
2011-11-08 Nick CoghlanIssue #13237: Fix formatting error - the legacy shell...
2011-11-08 Nick CoghlanIssue #13237: Remove duplicate data value descriptions...
2011-11-08 Nick CoghlanIssue #13237: Forward port subprocess module updates...
2011-11-07 Éric AraujoDon’t interpret backslashes in ASCII diagram in a docstring
2011-11-07 Éric AraujoDocument that shutil.make_archive does not typecheck...
2011-11-07 Martin v. LöwisMake _PyUnicode_FromId return borrowed references.
2011-11-08 Martin v. LöwisChange decoders to use Unicode API instead of Py_UNICODE.
2011-11-08 Jesus CeaCommit 59dca1e2363d for issue #13327 introduced a compi...
2011-11-08 Jesus CeaMERGE: Partial patch for issue #11812: Take care of...
2011-11-08 Jesus CeaMERGE: Solved a potential deadlock in test_telnetlib...
2011-11-08 Nick CoghlanIssue #13237: Forward port from 3.2 of subprocess docum...
2011-11-07 Brian CurtinNews updates for #13327.
2011-11-07 Florent XiclunaSome win32 platforms raise NotADirectoryError, others...
next