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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sqlite on Windows:
Tim Peters
2006-04-04
2
-2/+1
*
SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same
Anthony Baxter
2006-04-04
1
-2/+6
*
update to correct version of pysqlite
Anthony Baxter
2006-04-04
1
-4/+4
*
Generate line number table entries for except handlers.
Jeremy Hylton
2006-04-04
2
-25/+39
*
cygwin's curses support isn't up to scratch to run the tests.
Anthony Baxter
2006-04-04
1
-0/+3
*
Remove debugging prints.
Jeremy Hylton
2006-04-04
1
-4/+0
*
aargh. Don't make last minute re-organisations before checkin!
Anthony Baxter
2006-04-04
1
-1/+1
*
Fix Debug, Itanium, AMD64 configurations
Martin v. Löwis
2006-04-04
1
-3/+6
*
PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics.
Anthony Baxter
2006-04-04
1
-0/+12
*
Make path calculation platform independent
Jeremy Hylton
2006-04-04
1
-1/+1
*
Fix a couple of memory issues
Neal Norwitz
2006-04-04
1
-3/+3
*
Add sqlite3 to the Windows build process.
Martin v. Löwis
2006-04-04
5
-1/+318
*
Disable .DLL as an extension for extension modules.
Martin v. Löwis
2006-04-04
1
-0/+6
*
Update to pysqlite 2.2.0
Anthony Baxter
2006-04-04
17
-131/+589
*
Revert 43615, fixing it properly through quadrigraphs.
Martin v. Löwis
2006-04-04
2
-17/+9
*
Comment out the prints. These appear to be only for debugging purposes.
Neal Norwitz
2006-04-04
1
-2/+4
*
Martin's change 43604 broke the Mac builds apparently due to an autoconf
Neal Norwitz
2006-04-04
2
-9/+17
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
6
-41/+84
*
added another example of Unicode CSV parsing; reworked the example text a bit...
David Goodger
2006-04-04
1
-9/+48
*
Properly support empty woperation in win32_startfile;
Martin v. Löwis
2006-04-03
1
-9/+12
*
Fix typos; enhance comments on patch for SF #1462485.
Phillip J. Eby
2006-04-03
1
-2/+3
*
Try to fix the build on Mac OS X 10.3. The 'live_support' segment
Thomas Heller
2006-04-03
1
-1/+1
*
ctypes.macholib is needed.
Thomas Heller
2006-04-03
1
-1/+1
*
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
Phillip J. Eby
2006-04-03
2
-1/+59
*
Looks like someone renamed (or something) md5c.c to md5.c.
Tim Peters
2006-04-03
1
-1/+1
*
Set "not found" value for svnversion to not-found. Fixes #1463559.
Martin v. Löwis
2006-04-03
2
-4/+5
*
- add missing chunk for patch #1117961
Matthias Klose
2006-04-03
1
-2/+2
*
Make needs to be told to install sqlite
Skip Montanaro
2006-04-03
1
-0/+1
*
- correct patch number
Matthias Klose
2006-04-03
1
-1/+1
*
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
Matthias Klose
2006-04-03
7
-366/+513
*
Try to fix the tests on OpenBSD. Apparently OpenBSD passes
Thomas Heller
2006-04-03
1
-2/+2
*
For backwards compatibility reasons the global function
Walter Dörwald
2006-04-03
1
-3/+9
*
Always return firstweekday % 7 instead of complaining
Walter Dörwald
2006-04-03
1
-3/+1
*
Turn firstweekday into a property.
Walter Dörwald
2006-04-03
1
-8/+11
*
preparation for 2.5a1
Anthony Baxter
2006-04-03
9
-13/+20
*
added sqlite3 section
Anthony Baxter
2006-04-03
1
-317/+328
*
Add sections for new modules; will write tutorial later
Andrew M. Kuchling
2006-04-03
1
-10/+50
*
Bug #1451503: allow unicode filenames in os.startfile().
Georg Brandl
2006-04-03
1
-0/+35
*
Add check_soundcard.vbs. Will backport
Martin v. Löwis
2006-04-03
1
-1/+2
*
Allow long integers in PySlice_GetIndices.
Martin v. Löwis
2006-04-03
1
-3/+3
*
Add test case for #43581.
Martin v. Löwis
2006-04-03
1
-0/+5
*
Bug #1421664: Set sys.stderr.encoding
Martin v. Löwis
2006-04-03
3
-0/+18
*
Deal with openbsd's different style of default /etc/hosts by forcing the fqdn
Anthony Baxter
2006-04-03
1
-1/+1
*
The email module's parsedate_tz function now sets the daylight savings
Anthony Baxter
2006-04-03
5
-5/+11
*
I could have sworn this was part of the change to not abbreviate ABSOLUTE
Neal Norwitz
2006-04-03
1
-1/+1
*
Get ctypes loader working on OSF1 (Tru64)
Neal Norwitz
2006-04-03
2
-2/+5
*
Don't abbreviate ABS, use long name ABSOLUTE.
Neal Norwitz
2006-04-03
6
-8/+8
*
Patch #1462700: Make _ctypes_test depend on _ctypes.
Martin v. Löwis
2006-04-03
2
-1/+2
*
Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets
Neal Norwitz
2006-04-03
1
-5/+23
*
Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things
Neal Norwitz
2006-04-03
1
-5/+11
[next]