]> granicus.if.org Git - python/shortlog
python
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...
2011-11-07 Brian Curtinbranch merge.
2011-11-07 Brian CurtinFix #13327. utimensat now has the atime and mtime argum...
2011-11-07 Florent XiclunaCloses #13366: fix test_pep277 failure on Windows.
2011-11-07 Brian CurtinForgot to apply the futimesat change.
2011-11-07 Brian Curtinbranch merge
2011-11-07 Brian CurtinFix 13327. Remove explicit None arguments from futimes...
2011-11-07 Florent XiclunaMore assertions in test_unicode_file, to chase issue...
2011-11-07 Florent Xiclunafileinput: replace this last occurence of codecs.open...
2011-11-07 Florent Xiclunalogging: replace codecs.open with builtins.open, remove...
2011-11-07 Éric AraujoMerge 3.2
2011-11-07 Éric AraujoBranch merge
2011-11-07 Brian CurtinAdjust None handling to be a bit more clean. Thanks...
2011-11-07 Vinay SajipCloses #13361: Merge fix from 3.2.
2011-11-07 Vinay SajipCloses #13361: Raise correct exception type.
2011-11-07 Vinay SajipMerged fix for #13361 from 3.2.
2011-11-07 Vinay SajipCloses #13661: Check added for type of logger name.
2011-11-07 Éric AraujoRemove unnecessary version check
2011-11-07 Philip Jenveyquote the type name for improved readability
2011-11-06 Brian CurtinOops. Update a placeholder comment with the issue number.
2011-11-06 Brian CurtinFix #13327. Remove the need for an explicit None as...
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Amaury Forgeot... Issue #13350: Replace most usages of PyUnicode_Format...
2011-11-06 Éric AraujoUse more standard name for one option of packaging...
2011-11-06 Éric AraujoRemove redundant __main__ blocks from packaging modules.
2011-11-06 Éric AraujoClean up mocking of stdout and stdin in packaging tests.
2011-11-06 Éric AraujoMinor tweak to packaging tests.
2011-11-06 Petri Lehtinencurses.tparm() is expecting a byte string, not curses...
2011-11-06 Petri Lehtinencurses.tparm() is expecting a byte string, not curses...
2011-11-06 Éric AraujoUndo potentially confusing name change in packaging.
2011-11-06 Éric AraujoMake sure packaging tests that register custom commands...
2011-11-06 Ned DeilyIssue #13300: Fix IDLE Restart Shell command failure...
2011-11-06 Éric AraujoRemove obsolete/duplicate entries
2011-11-06 Antoine PitrouSkip early if stdin and stdout are not ttys
2011-11-06 Antoine PitrouSkip early if stdin and stdout are not ttys
2011-11-06 Antoine PitrouNull merge
2011-11-06 Antoine PitrouBackport robustness fix for test_builtin
2011-11-06 Antoine PitrouTry to make the tty input() tests more robust
2011-11-05 Antoine PitrouIssue #13342: input() used to ignore sys.stdin's and...
2011-11-05 Antoine PitrouIssue #13342: input() used to ignore sys.stdin's and...
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
next