- 10 May, 2014 10 commits
-
-
Stefan Behnel authored
fix ASCII compatibility check in __Pyx_init_sys_getdefaultencoding_params(): strncmp() stops at first NUL byte which is the first byte in this case (i.e. no comparison is done at all)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
IPython magics
-
Stefan Behnel authored
-
Stefan Behnel authored
make encoding setup code safer by not expecting sys.getdefaultencoding() to safely return a bytes object
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 May, 2014 3 commits
-
-
Stefan Behnel authored
avoid C compiler warnings for different integer types and signedness when bounds-checking index in obj.pop() optimisation
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 May, 2014 1 commit
-
-
Stefan Behnel authored
-
- 06 May, 2014 3 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
scoder authored
Expanded POSIX interface
-
- 05 May, 2014 2 commits
-
-
Martín Gaitán authored
-
Martín Gaitán authored
This reverts commit dab5ac36.
-
- 04 May, 2014 12 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Lars Buitinck authored
-
Lars Buitinck authored
-
Lars Buitinck authored
-
Stefan Behnel authored
-
scoder authored
Fix typos in the CPython module include file
-
Mark Lee authored
-
- 03 May, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 May, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-