]> granicus.if.org Git - python/shortlog
python
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...
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
2011-11-05 Raymond HettingerFix whitespace
2011-11-05 Raymond HettingerMerge
2011-11-05 Raymond HettingerImprove Counter.__repr__() to not fail with unorderable...
2011-11-05 Petri LehtinenUpdate .gitignore
2011-11-05 Petri LehtinenMerge 3.2
2011-11-05 Petri LehtinenUpdate .gitignore
2011-11-05 Petri LehtinenMerge heads
2011-11-05 Petri LehtinenRemove __pycache__ directories correctly on OpenBSD
2011-11-05 Benjamin Petersonnews note about range introspection
2011-11-05 Benjamin Petersonadd introspection to range objects (closes #9896)
2011-11-05 Petri LehtinenRemove __pycache__ directories correctly on OpenBSD
2011-11-05 Éric AraujoTry to fix buildbot failures from #13193
2011-11-05 Charles-François... asyncore: POLLERR, POLLHUP and POLLNVAL are ignored...
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-04 Victor StinnerOops, really fix gdb/libpython.py for not ready Unicode...
2011-11-04 Amaury Forgeot... Issue #13343: Fix a SystemError when a lambda expressio...
2011-11-04 Amaury Forgeot... Issue #13343: Fix a SystemError when a lambda expressio...
2011-11-04 Florent XiclunaFix test_urllib2 error on Windows in relation with...
2011-11-04 Petri LehtinenMerge heads
2011-11-04 Victor StinnerAvoid the Py_UNICODE type in codecs.c
2011-11-04 Victor StinnerPyCodec_XMLCharRefReplaceError(): Remove unused variable
2011-11-04 Petri LehtinenIssue #3067: Fix the error raised by locale.setlocale()
2011-11-04 Petri LehtinenIssue #3067: Fix the error raised by locale.setlocale()
2011-11-04 Victor StinnerFix gdb/libpython.py for not ready Unicode strings
2011-11-04 Victor StinnerReplace tabs by spaces
2011-11-04 Martin v. LöwisDrop Py_UNICODE based encode exceptions.
2011-11-04 Martin v. LöwisPort code page codec to Unicode API.
2011-11-04 Martin v. LöwisFix C89 incompatibility.
2011-11-04 Martin v. LöwisPort error handlers from Py_UNICODE indexing to code...
next