summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Keeps all-users launcher checkbox visible when the option cannot be changed.Steve Dower2015-10-121-2/+2
* | | Merge from 3.5Steve Dower2015-10-123-3/+16
|\ \ \ | |/ /
| * | Only detects features from previous version when a bundle is found.Steve Dower2015-10-123-3/+16
* | | Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-115-1/+46
|\ \ \ | |/ /
| * | Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-115-1/+46
* | | Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-114-24/+41
|\ \ \ | |/ /
| * | Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-114-24/+41
* | | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-113-0/+9
|\ \ \ | |/ /
| * | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-113-0/+9
* | | Hoist the deque->maxlen lookup out of the inner-loop.Raymond Hettinger2015-10-111-6/+10