]> granicus.if.org Git - python/shortlog
python
2012-07-08 Senthil Kumaranissue 14826 - Address the buildbot failure quote of...
2012-07-08 Senthil Kumaranissue 14826 - Address the buildbot failure ( explanatio...
2012-07-08 Senthil Kumaranmerge heads
2012-07-08 Senthil KumaranFix markup for versionchanged sphinx directive.
2012-07-08 Ross Lagerwall#15284: Skip {send,recv}msg tests with disabled IPv6
2012-07-08 Nick CoghlanIssue 14814: Further error case testing coverage and...
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-07 Senthil KumaranFix 5931 - Python runtime hardcoded in wsgiref.simple_s...
2012-07-07 Antoine PitrouCheck-in compiled importlib changes (you must run ...
2012-07-07 Łukasz LangaMerge remote
2012-07-07 Łukasz LangaFixes #14590: ConfigParser doesn't strip inline comment...
2012-07-07 Ross LagerwallMerge with remote.
2012-07-07 Ross Lagerwall#15277: Fix a resource leak in support.py when IPv6...
2012-07-07 Antoine PitrouAdd a blurb about PEP 412
2012-07-07 Florent XiclunaSome cleanup in the Tools directory.
2012-07-07 Florent Xiclunatrace: remove unused imports.
2012-07-07 Florent XiclunaAdd tests to marshall double with xmlrpc.client.
2012-07-07 Florent XiclunaIssue #13248: io: Remove obsolete argument "max_buffer_...
2012-07-07 Florent XiclunaIssue #13248: argparse: Remove obsolete argument "versi...
2012-07-07 Nick CoghlanIssue 14814: Ensure ordering semantics across all 3...
2012-07-07 Nick CoghlanIssue 14814: Correctly return NotImplemented from ipadd...
2012-07-07 Jesus CeaCope with OSs lying - #10142: Support for SEEK_HOLE...
2012-07-07 Nick CoghlanIssue 14814: Further clean ups to the ipaddress tutorial
2012-07-07 Nick CoghlanIssue 14814: Explain how to get more error detail in...
2012-07-07 Mark DickinsonUse correct types for ASCII_CHAR_MASK integer constants.
2012-07-07 Nick CoghlanIssue 14814: Make the ipaddress code easier to follow...
2012-07-07 Florent XiclunaMinor refactoring in importlib._bootstrap, and fix...
2012-07-07 Florent XiclunaMinor refactoring in xml.etree.ElementTree doctype...
2012-07-07 Florent XiclunaMerge branch
2012-07-07 Florent XiclunaIssue #14990: tokenize: correctly fail with SyntaxError...
2012-07-07 Nick CoghlanIssue 14814: Provide more informative error messages...
2012-07-07 Nick CoghlanIssue 14814: %s implies coercion with str() - remove...
2012-07-07 doko@ubuntu.com- Issue #15268: Search curses.h in /usr/include/ncursesw.
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-06 Nick CoghlanIssue 14814: Eliminate bytes warnings from ipaddress...
2012-07-06 Nick CoghlanIssue 14814: Better handling of cases where octet/hexte...
2012-07-06 Richard OudkerkIssue #15261: Stop os.stat(fd) crashing on Windows...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-04 Brett CannonIssue #15210: Greatly simplify the test for supporting...
2012-07-04 Mark DickinsonFix undefined names in __all__.
2012-07-04 Raymond HettingerMake ANSI the default output style
2012-07-03 Raymond HettingerAdd examples to the module docstring
2012-07-03 Raymond HettingerFix spelling.
2012-07-03 Raymond HettingerAdd support for ANSI escape sequences
2012-07-03 Vinay SajipCloses #14902: Fixed timezone conversion of a date...
2012-07-03 Raymond HettingerRefactor to isolate HTML encoding step from the parsing...
2012-07-03 Vinay SajipCloses #15241: Added information on venv prefixes to...
2012-07-03 Vinay SajipIssue #15241: Added test for venv prefixes.
2012-07-03 Vinay SajipIssue 15241: Improved site.py documentation relating...
2012-07-03 Jesus CeaNULL MERGE: Issue #1677: Unused variable warning in...
2012-07-03 Jesus CeaIssue #1677: Unused variable warning in Non-Windows
2012-07-03 Raymond HettingerFix keyword argument
2012-07-03 Raymond HettingerMinor cleanups
2012-07-03 Raymond HettingerUse new-style string formatting for the HTML template
2012-07-02 Raymond HettingerClean-up unused variable
2012-07-02 Raymond HettingerDo HTML escaping after the tokenization step.
2012-07-02 Brett CannonIssue #15166: Re-implement imp.get_tag() using sys...
2012-07-02 Brett CannonIssue #15210: If _frozen_importlib is not found in...
2012-07-02 Brett CannonCloses #15030: Make importlib.abc.PyPycLoader respect...
2012-07-01 Stefan KrahRemove ISSUES.txt.
2012-07-01 doko@ubuntu.com- Issue #15235: Allow Berkley DB versions up to 5.3...
2012-07-01 Georg BrandlFix filename.
2012-07-01 Georg BrandlMerge with 3.2.
2012-07-01 Georg BrandlMake call of os.getppid() conditional: it is not availa...
2012-07-01 Georg BrandlFix inconsistent function name in embedding howto.
2012-07-01 Raymond HettingerLimit which operators get colorized
2012-07-01 Raymond HettingerSet title to the source filename
2012-07-01 Raymond HettingerSmall cleanups
2012-07-01 Raymond HettingerFix local variable
2012-07-01 Raymond HettingerAdd author tag
2012-06-30 Raymond HettingerAdd syntax highlighter tool
2012-06-30 doko@ubuntu.com- Issue #15194: check in the missing m4/ax_append_flag...
2012-06-30 doko@ubuntu.comnull merge
2012-06-30 doko@ubuntu.com- Issue #15194: check in the missing m4/ax_check_compil...
2012-06-30 doko@ubuntu.com- Issue #14330: Don't derive the include and library...
2012-06-30 Antoine PitrouIssue #15229: An OSError subclass whose __init__ doesn...
2012-06-30 doko@ubuntu.com- fix the OS X build failure, only try to remove the...
2012-06-30 Antoine PitrouMerge
2012-06-30 Antoine PitrouTry to fix compilation failure under OS X
2012-06-30 doko@ubuntu.comnull merge
2012-06-30 doko@ubuntu.com- Regenerate the libffi configure file
2012-06-30 doko@ubuntu.com- Issue #14330: For cross builds, don't use host python...
2012-06-30 Stefan KrahAfter 79d2eb29c755 it is no longer necessary to zero...
2012-06-30 doko@ubuntu.com- Issue #14330: For cross builds, don't use host python...
2012-06-30 doko@ubuntu.com - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks...
2012-06-30 Stefan KrahNull merge.
2012-06-30 Stefan KrahIssue #15171: Quote the variable that expands to the...
2012-06-30 Matthias Kloseprevious patch needs patch from issue #14330
2012-06-30 Matthias Klose- merge branches
2012-06-30 doko@ubuntu.com - Issue #3754: Use readelf instead of ldd for the...
2012-06-30 Stefan KrahWhitespace.
2012-06-30 Stefan KrahProactive reliability fix for broken FPUs: The base...
2012-06-30 Antoine PitrouMerge
2012-06-30 Antoine PitrouIssue #9239: add tests for modifying zipfile comments...
2012-06-30 doko@ubuntu.com- check for libtinfo as a termcap library
next