]> granicus.if.org Git - python/shortlog
python
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.
2015-10-12 Raymond HettingerRefactor the deque trim logic to eliminate the two...
2015-10-12 Terry Jan ReedyMerge with 3.5
2015-10-12 Terry Jan ReedyMerge with 3.4
2015-10-12 Terry Jan ReedyIssue #22726: Re-activate config dialog help button...
2015-10-12 Steve DowerMerge from 3.5
2015-10-12 Steve DowerKeeps all-users launcher checkbox visible when the...
2015-10-12 Steve DowerMerge from 3.5
2015-10-12 Steve DowerOnly detects features from previous version when a...
2015-10-11 Steve DowerIssue #25143: Improves installer error messages for...
2015-10-11 Steve DowerIssue #25143: Improves installer error messages for...
2015-10-11 Steve DowerIssue #25163: Display correct directory in installer...
2015-10-11 Steve DowerIssue #25163: Display correct directory in installer...
2015-10-11 Steve DowerIssue #25361: Disables use of SSE2 instructions in...
2015-10-11 Steve DowerIssue #25361: Disables use of SSE2 instructions in...
2015-10-11 Raymond HettingerHoist the deque->maxlen lookup out of the inner-loop.
2015-10-11 Serhiy StorchakaIssue #24164: Fixed test_descr: __getnewargs_ex__ now...
2015-10-11 Serhiy StorchakaNo longer skip tests for classes with __getnewargs_ex__...
2015-10-11 Serhiy StorchakaNo longer skip tests for classes with __getnewargs_ex__...
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Victor StinnerIssue #25357: Add an optional newline paramer to binasc...
2015-10-11 Victor StinnerMerge 3.5 (test_coroutines)
2015-10-11 Victor StinnerClose #25367: Fix test_coroutines()
2015-10-11 Victor StinnerNull merge 3.5
2015-10-11 Victor Stinnerlose #25373: Fix regrtest --slow with interrupted test
2015-10-11 Victor StinnerClose #25373: Fix regrtest --slow with interrupted...
2015-10-11 Victor StinnerMerge 3.5 (test_coroutines, issue #25367)
2015-10-11 Victor StinnerClose #25367: Fix test_coroutines with no thread support
2015-10-11 Victor Stinnertest_regrtest: catch stderr in test_nowindows()
2015-10-11 Victor StinnerClose #25369: Fix test_regrtest without thread support
2015-10-11 Victor StinnerClose #24784: Fix compilation without thread support
2015-10-11 Victor StinnerClose #24784: Fix compilation without thread support
2015-10-11 Victor StinnerClose #25368: Fix test_eintr when Python is compiled...
2015-10-11 Benjamin Petersonmerge 3.5 (#25375)
2015-10-11 Benjamin Petersonmerge 3.4
2015-10-11 Benjamin Petersondon't mention Python 2.2 (closes #25375)
2015-10-11 Raymond HettingerMinor tweak. Make the maxlen comparisons a little...
2015-10-11 Benjamin Petersonmerge 3.5 (#25362)
2015-10-11 Benjamin Petersonmerge 3.4 (#25362)
2015-10-11 Benjamin Petersonuse the with statement for locking the internal conditi...
2015-10-11 Benjamin Petersonmerge 3.5 (#25371)
2015-10-11 Benjamin Petersonmerge 3.4 (#25371)
2015-10-11 Benjamin Petersonadd a missing comma (closes #25371)
2015-10-10 Serhiy StorchakaIssue #24164: Objects that need calling ``__new__`...
2015-10-10 Serhiy StorchakaNull merge
2015-10-10 Serhiy StorchakaNull merge
2015-10-10 Serhiy StorchakaCorrect Misc/NEWS.
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25364: zipfile now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25364: zipfile now works in threads disabled...
2015-10-10 Martin PanterIssue #25322: Merge contextlib.suppress test fix from 3.5
2015-10-10 Martin PanterIssue #25322: Merge contextlib.suppress test fix from...
2015-10-10 Martin PanterIssue #25322: Fix test for nested contextlib.suppress
2015-10-10 Martin PanterIssue #25161: Merge full stops from 3.5
2015-10-10 Martin PanterIssue #25161: Merge full stops from 3.4 into 3.5
2015-10-10 Martin PanterIssue #25161: Add full stops in documentation; patch...
next