index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test for Py_ssize_t. Correct typo in getargs.c.
Georg Brandl
2006-04-13
1
-11/+21
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-1/+1
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-3/+3
*
Add PY_SSIZE_T_MIN/MAX to _testcapi.
Georg Brandl
2006-04-13
1
-0/+2
*
C++ compiler changes. casts, rename variables with reserved names.
Anthony Baxter
2006-04-13
3
-32/+32
*
Support NFD of very long strings.
Martin v. Löwis
2006-04-13
1
-3/+3
*
whoops. missed one in an auto-generated file. another extern "C" {} for C++ c...
Anthony Baxter
2006-04-13
1
-0/+10
*
spread the extern "C" { } magic pixie dust around. Python itself builds now
Anthony Baxter
2006-04-13
3
-0/+29
*
Fix for a bug found by Armin Rigo, plus test.
Thomas Heller
2006-04-12
1
-1/+1
*
Off-by-one buffer overflow error.
Armin Rigo
2006-04-12
1
-1/+1
*
Update for new grammar
Neal Norwitz
2006-04-12
1
-4/+4
*
remove forward declarations. No constructors to move for these files. Makes
Anthony Baxter
2006-04-12
2
-6/+1
*
Move constructors, add some casts to make C++ compiler happy. Still a problem
Anthony Baxter
2006-04-12
1
-202/+201
*
remove forward declarations, move constructor functions. makes code C++ safe.
Anthony Baxter
2006-04-12
1
-43/+42
*
Some more changes to make code compile under a C++ compiler.
Anthony Baxter
2006-04-11
4
-9/+10
*
Clear errno before calling opendir() and readdir().
Georg Brandl
2006-04-11
1
-0/+1
*
Bug #1467952: os.listdir() now correctly raises an error if readdir()
Georg Brandl
2006-04-11
1
-0/+6
*
SF Patch #1463867: Improved generator finalization to allow generators
Phillip J. Eby
2006-04-10
1
-1/+5
*
Fix warning about ptsname not being a prototype on Solaris. Is this prototyp...
Neal Norwitz
2006-04-10
1
-1/+1
*
Get rid of warnings about using chars as subscripts
Neal Norwitz
2006-04-10
2
-3/+3
*
Fix some warnings on HP-UX when using cc/aCC
Neal Norwitz
2006-04-10
3
-6/+4
*
Fix problem (not checking return result) reported by Coverity
Neal Norwitz
2006-04-09
1
-1/+4
*
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
Gregory P. Smith
2006-04-08
1
-6/+22
*
Patch #1462080: Conditionalize some NETLINK defines.
Martin v. Löwis
2006-04-06
1
-0/+11
*
Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.
Thomas Heller
2006-04-06
1
-2/+12
*
Replace a few more 'char' types with 'signed char', to fix test failures
Thomas Heller
2006-04-06
1
-5/+5
*
This change shouldn't have any functional effect. Coverity was
Neal Norwitz
2006-04-06
1
-1/+1
*
Fix unchecked return result from Coverity.
Neal Norwitz
2006-04-06
1
-0/+2
*
Handle ssize_t
Neal Norwitz
2006-04-06
1
-2/+2
*
Handle error conditions from PyString_ConcatAndDel().
Neal Norwitz
2006-04-06
1
-1/+6
*
Handle ssize_t
Neal Norwitz
2006-04-06
1
-3/+4
*
Explicitely use 'signed char', to avoid problems on platforms with unsigned c...
Thomas Heller
2006-04-05
1
-26/+26
*
Explicitely use 'signed char', to avoid problems on platforms with unsigned c...
Thomas Heller
2006-04-05
1
-2/+2
*
upgrade to final version of pysqlite 2.2.0
Anthony Baxter
2006-04-05
9
-30/+23
*
docstring tweak
Fredrik Lundh
2006-04-04
1
-1/+1
*
SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same
Anthony Baxter
2006-04-04
1
-2/+6
*
Fix a couple of memory issues
Neal Norwitz
2006-04-04
1
-3/+3
*
Update to pysqlite 2.2.0
Anthony Baxter
2006-04-04
12
-129/+416
*
Properly support empty woperation in win32_startfile;
Martin v. Löwis
2006-04-03
1
-9/+12
*
Try to fix the build on Mac OS X 10.3. The 'live_support' segment
Thomas Heller
2006-04-03
1
-1/+1
*
- add missing chunk for patch #1117961
Matthias Klose
2006-04-03
1
-2/+2
*
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
Matthias Klose
2006-04-03
4
-344/+465
*
Try to fix the tests on OpenBSD. Apparently OpenBSD passes
Thomas Heller
2006-04-03
1
-2/+2
*
Bug #1451503: allow unicode filenames in os.startfile().
Georg Brandl
2006-04-03
1
-0/+35
*
Whitespace: break long line
Neal Norwitz
2006-04-03
1
-1/+2
*
Make ssize_t clean
Neal Norwitz
2006-04-01
4
-6/+6
*
backport r243 from the pysqlite2 svn repository - lowers the required version
Anthony Baxter
2006-04-01
3
-126/+151
*
Patch #1459631: documnent zlib.Decompress.flush() length parameter.
Georg Brandl
2006-04-01
1
-1/+3
*
Bug #1460564: document that socket.fromfd() duplicates the given
Georg Brandl
2006-04-01
1
-2/+3
*
merged the sqlite-integration branch.
Anthony Baxter
2006-04-01
22
-0/+4142
[next]