summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor binascii.rledecode_hqx()Victor Stinner2015-10-141-28/+25
* Issue #25384: Fix binascii.rledecode_hqx()Victor Stinner2015-10-142-5/+22
* Use _PyBytesWriter in _PyBytes_FromIterator()Victor Stinner2015-10-141-19/+18
* Add _PyBytesWriter_Resize() functionVictor Stinner2015-10-142-19/+48
* Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macroVictor Stinner2015-10-141-54/+35
* Split PyBytes_FromObject() into subfunctionsVictor Stinner2015-10-141-71/+114
* Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPIVictor Stinner2015-10-142-59/+75
* Fix compiler warnings (uninitialized variables), false alarms in factVictor Stinner2015-10-141-4/+2
* _PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode toVictor Stinner2015-10-141-1/+13
* Issue #25401: Remove now unused hex_digit_to_int() functionVictor Stinner2015-10-141-16/+0
* Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-147-95/+101
* Document latest optimizations using _PyBytesWriterVictor Stinner2015-10-142-4/+17
* Optimize bytearray % argsVictor Stinner2015-10-143-36/+33
* Add use_bytearray attribute to _PyBytesWriterVictor Stinner2015-10-142-32/+73
* Fix long_format_binary()Victor Stinner2015-10-141-1/+1
* Merge with 3.5Terry Jan Reedy2015-10-141-1/+1
|\
| * Merge with 3.4Terry Jan Reedy2015-10-141-1/+1
| |\
| | * Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
* | | Merge with 3.5Terry Jan Reedy2015-10-146-208/+154
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-146-208/+154
| |\ \ | | |/
| | * Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-146-208/+154
* | | Fix test_bytes on WindowsVictor Stinner2015-10-141-4/+7
* | | Rewrite PyBytes_FromFormatV() using _PyBytesWriter APIVictor Stinner2015-10-132-183/+245
* | | Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.Serhiy Storchaka2015-10-131-6/+13
* | | Issue #25382: pickletools.dis() now outputs implicit memo index for theSerhiy Storchaka2015-10-132-0/+4
* | | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-132-1/+4
|\ \ \ | |/ /
| * | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-132-1/+4
| |\ \ | | |/
| | * Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-132-1/+4
* | | Issue #25384: Use _PyBytesWriter API in binasciiVictor Stinner2015-10-131-111/+83
* | | Closes #25093: Merge with 3.5Zachary Ware2015-10-131-4/+4
|\ \ \ | |/ /
| * | Issue #25093: Merge with 3.4Zachary Ware2015-10-131-4/+4
| |\ \ | | |/
| | * Issue #25093: Fix test_tcl's testloadWithUNC for paths with spacesZachary Ware2015-10-131-4/+4
* | | Merge 3.5 (sys.setrecursionlimit)Victor Stinner2015-10-126-16/+102
|\ \ \ | |/ /
| * | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-126-13/+102
* | | Merge 3.5 (test_eintr)Victor Stinner2015-10-121-5/+5
|\ \ \ | |/ /
| * | Issue #25277: Use a longer sleep in test_eintr to reduce the risk of raceVictor Stinner2015-10-121-5/+5
* | | Issue #25353: Optimize unicode escape and raw unicode escape encoders to useVictor Stinner2015-10-122-64/+93
* | | Issue #24164: Fix test_pyclbrVictor Stinner2015-10-121-1/+1
* | | Fix compilation error in _PyBytesWriter_WriteBytes() on WindowsVictor Stinner2015-10-121-1/+3
* | | Writer APIs: use empty string singletonsVictor Stinner2015-10-122-18/+32
* | | Relax _PyBytesWriter APIVictor Stinner2015-10-122-15/+14
* | | merge 3.5Benjamin Peterson2015-10-121-2/+2
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-10-121-2/+2
| |\ \ | | |/
| | * actually link to the version attributes documentationBenjamin Peterson2015-10-121-2/+2
* | | Minor fixup. maxlen is already known.Raymond Hettinger2015-10-121-2/+2
* | | Refactor the deque trim logic to eliminate the two separate trim functions.Raymond Hettinger2015-10-121-25/+14
* | | Merge with 3.5Terry Jan Reedy2015-10-122-20/+33
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-122-20/+33
| |\ \ | | |/
| | * Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-122-20/+33
* | | Merge from 3.5Steve Dower2015-10-121-2/+2
|\ \ \ | |/ /