]> granicus.if.org Git - python/shortlog
python
2015-10-20 Terry Jan ReedyMerge with 3.5
2015-10-20 Terry Jan ReedyMerge with 3.4
2015-10-20 Terry Jan ReedyIssue #24782: Don't try to run now-removed extension...
2015-10-20 Terry Jan ReedyRemove double 'error'.
2015-10-20 Berker PeksagSilence a "unused rule" warning
2015-10-20 Berker PeksagSilence a "unused rule" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-19 Guido van RossumIssue #25390: typing: Don't crash on Union[str, Pattern...
2015-10-19 Guido van RossumIssue #25390: typing: Don't crash on Union[str, Pattern].
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-18 Berker PeksagFix another typo noticed by SilentGhost
2015-10-18 Berker PeksagFix another typo noticed by SilentGhost
2015-10-18 Berker PeksagIssue #25434: Fix typo in whatsnew/3.5rst
2015-10-18 Berker PeksagIssue #25434: Fix typo in whatsnew/3.5rst
2015-10-18 Serhiy StorchakaIssue #25410: Cleaned up and fixed minor bugs in C...
2015-10-18 Serhiy StorchakaIssue #25410: Cleaned up and fixed minor bugs in C...
2015-10-17 Vinay SajipCloses #25411: Merged fix from 3.5.
2015-10-17 Vinay SajipCloses #25411: Merged fix from 3.4.
2015-10-17 Vinay SajipCloses #25411: Improved Unicode support in SMTPHandler.
2015-10-17 Vinay SajipMerged cookbook update from 3.5.
2015-10-17 Vinay SajipMerged cookbook update from 3.4.
2015-10-17 Vinay SajipAdded entry to logging cookbook.
2015-10-17 Raymond HettingerIssue #25414: Remove unnecessary tests that can never...
2015-10-17 Eric V. SmithIssue 25422: Add tests for multi-line string tokenizati...
2015-10-16 Brett CannonIssue #25154: Deprecate the pyvenv script.
2015-10-16 Brett CannonUpgrade the imp module's deprecation to DeprecationWarning.
2015-10-16 Brett CannonMerge for issue #25407
2015-10-16 Brett CannonIssue #25407: Drop the mention of the formatter module...
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-16 Raymond HettingerRemove old Todo entry that isn't going to happen.
2015-10-15 Raymond HettingerRewrap comment.
2015-10-15 Raymond HettingerUse unsigned division
2015-10-15 Raymond HettingerImprove variable names and constant expressions
2015-10-14 Steve DowerMerge from 3.5
2015-10-14 Steve DowerEnabled --pgo option for building 64-bit PGO enabled...
2015-10-14 Steve DowerIssue #25164: Changes default all-users install directo...
2015-10-14 Victor StinnerIssue #25210: Change error message of do_richcompare()
2015-10-14 Serhiy StorchakaIssue #25406: Fixed a bug in C implementation of Ordere...
2015-10-14 Serhiy StorchakaIssue #25406: Fixed a bug in C implementation of Ordere...
2015-10-14 Victor Stinnertest_bytes: new try to fix test on '%p' formatter on...
2015-10-14 Victor StinnerRefactor binascii.rledecode_hqx()
2015-10-14 Victor StinnerIssue #25384: Fix binascii.rledecode_hqx()
2015-10-14 Victor StinnerUse _PyBytesWriter in _PyBytes_FromIterator()
2015-10-14 Victor StinnerAdd _PyBytesWriter_Resize() function
2015-10-14 Victor StinnerFactorize _PyBytes_FromList() and _PyBytes_FromTuple...
2015-10-14 Victor StinnerSplit PyBytes_FromObject() into subfunctions
2015-10-14 Victor StinnerModify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
2015-10-14 Victor StinnerFix compiler warnings (uninitialized variables), false...
2015-10-14 Victor Stinner_PyBytesWriter_Alloc(): only use 10 bytes of the small...
2015-10-14 Victor StinnerIssue #25401: Remove now unused hex_digit_to_int()...
2015-10-14 Victor StinnerOptimize bytes.fromhex() and bytearray.fromhex()
2015-10-14 Victor StinnerDocument latest optimizations using _PyBytesWriter
2015-10-14 Victor StinnerOptimize bytearray % args
2015-10-14 Victor StinnerAdd use_bytearray attribute to _PyBytesWriter
2015-10-14 Victor StinnerFix long_format_binary()
2015-10-14 Terry Jan ReedyMerge with 3.5
2015-10-14 Terry Jan ReedyMerge with 3.4
2015-10-14 Terry Jan ReedyIssue #24782: whitespace
2015-10-14 Terry Jan ReedyMerge with 3.5
2015-10-14 Terry Jan ReedyMerge with 3.4
2015-10-14 Terry Jan ReedyIssue #24782: Finish converting the Configure Extension...
2015-10-14 Victor StinnerFix test_bytes on Windows
2015-10-13 Victor StinnerRewrite PyBytes_FromFormatV() using _PyBytesWriter API
2015-10-13 Serhiy StorchakaIssue #24164: Document changes to __getnewargs__ and...
2015-10-13 Serhiy StorchakaIssue #25382: pickletools.dis() now outputs implicit...
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Victor StinnerIssue #25384: Use _PyBytesWriter API in binascii
2015-10-13 Zachary WareCloses #25093: Merge with 3.5
2015-10-13 Zachary WareIssue #25093: Merge with 3.4
2015-10-13 Zachary WareIssue #25093: Fix test_tcl's testloadWithUNC for paths...
2015-10-12 Victor StinnerMerge 3.5 (sys.setrecursionlimit)
2015-10-12 Victor Stinnersys.setrecursionlimit() now raises RecursionError
2015-10-12 Victor StinnerMerge 3.5 (test_eintr)
2015-10-12 Victor StinnerIssue #25277: Use a longer sleep in test_eintr to reduc...
2015-10-12 Victor StinnerIssue #25353: Optimize unicode escape and raw unicode...
2015-10-12 Victor StinnerIssue #24164: Fix test_pyclbr
2015-10-12 Victor StinnerFix compilation error in _PyBytesWriter_WriteBytes...
2015-10-12 Victor StinnerWriter APIs: use empty string singletons
2015-10-12 Victor StinnerRelax _PyBytesWriter API
2015-10-12 Benjamin Petersonmerge 3.5
2015-10-12 Benjamin Petersonmerge 3.4
2015-10-12 Benjamin Petersonactually link to the version attributes documentation
2015-10-12 Raymond HettingerMinor fixup. maxlen is already known.
next