log mercurial/dirs.c @ 30775:513d68a90398

age author description
Thu, 13 Oct 2016 13:14:14 +0200 Gregory Szorc dirs: use PyVarObject_HEAD_INIT
Sat, 08 Oct 2016 17:07:43 +0200 Gregory Szorc dirs: document Py_SIZE weirdness
Thu, 13 Oct 2016 10:59:29 +0200 Gregory Szorc dirs: add comment about _PyBytes_Resize
Sat, 08 Oct 2016 16:51:18 +0200 Gregory Szorc dirs: document performance reasons for bypassing Python C API
Sat, 08 Oct 2016 16:20:21 +0200 Gregory Szorc dirs: port PyInt code to work on Python 3
Sat, 08 Oct 2016 14:31:59 +0200 Gregory Szorc dirs: convert PyString to PyBytes
Sat, 08 Oct 2016 16:02:51 +0200 Gregory Szorc dirs: inline string macros
Fri, 08 May 2015 14:13:12 -0700 Martin von Zweigbergk dirs.c: pass C string, not Python string, to _finddir()
Fri, 08 May 2015 14:11:00 -0700 Martin von Zweigbergk dirs.c: extract 'cpath' variable in _delpath() to match _addpath()
Fri, 08 May 2015 15:04:14 -0700 Martin von Zweigbergk dirs: speed up by storing number of direct children per dir
Fri, 08 May 2015 15:09:28 -0700 Martin von Zweigbergk dirs: back out forward-searching in finddirs()
Tue, 07 Apr 2015 20:43:04 -0700 Siddharth Agarwal dirs._addpath: reinstate use of Py_CLEAR
Mon, 06 Apr 2015 10:46:44 -0700 Siddharth Agarwal dirs._addpath: don't mutate Python strings after exposing them (issue4589)
Fri, 27 Mar 2015 01:03:06 -0700 Siddharth Agarwal dirs.addpath: rework algorithm to search forward
Tue, 27 Jan 2015 10:10:04 -0500 Augie Fackler dirs: fix leak of iterator in dirs_fromiter stable