summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:56:33 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:56:33 (GMT)
commit065836ec9c76ed7134562438f5a760a5e20b27e4 (patch)
tree2df759ee75082c9e2d915cb76f4f72ec155cdb97 /Python/errors.c
parent7592d0513e7fcc196a0469d0d50384eb4b8836aa (diff)
downloadcpython-065836ec9c76ed7134562438f5a760a5e20b27e4.zip
cpython-065836ec9c76ed7134562438f5a760a5e20b27e4.tar.gz
cpython-065836ec9c76ed7134562438f5a760a5e20b27e4.tar.bz2
PyUnicode_FSDecoder() ensures that the decoded string is ready
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions
alue='bug_3562640'>bug_3562640 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Added compilation of [dict create] and [dict merge].dkf2012-11-017-41/+250
* Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-307-17/+102
* Some corrections and performance tweaksdkf2012-10-301-46/+56
* Compilation of [string first] and [string range] (with constant indices).dkf2012-10-307-86/+306
* Added compilation of [regsub] (in the simplest, most restricted case).dkf2012-10-303-1/+178
* Added compilation of simplest practical case of [string map].dkf2012-10-297-13/+160
* Minor: correct a commentdkf2012-10-291-2/+3
* Compiler for some of the simpler cases of [format].dkf2012-10-293-1/+223
* merge trunkdkf2012-10-291-2/+3
|\
| * make tclTest.c compilable against version 2 filesystemsjan.nijtmans2012-10-241-2/+3
| |\
| | * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-242-2/+6
| | |\
| | | * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-242-2/+6
* | | | Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help.dkf2012-10-29