index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
11
-32
/
+57
*
Don't DECREF a borrowed reference.
Thomas Wouters
2006-03-07
1
-1
/
+0
*
SF patch #1443865; gc.get_count() added and optional argument 'generation'
Barry Warsaw
2006-03-07
4
-9
/
+69
*
Add a note about the bug fixes
Neal Norwitz
2006-03-07
1
-0
/
+2
*
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz
2006-03-07
6
-2
/
+25
*
Fix warnings on x86 (32-bit) and support Win64.
Neal Norwitz
2006-03-06
1
-2
/
+15
*
Fix warnings on x86 (32-bit).
Neal Norwitz
2006-03-06
1
-1
/
+2
*
Try to cleanup the error handling a bit so there aren't false positives
Neal Norwitz
2006-03-06
1
-8
/
+12
*
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
Neal Norwitz
2006-03-06
1
-1
/
+1
*
If size is specified, try to read at least size characters.
Walter Dörwald
2006-03-06
2
-6
/
+13
*
lower-case time_t.
Martin v. Löwis
2006-03-06
1
-1
/
+1
*
Patch #1437769: notice that time_t is a 64-bit type in VS2005
Martin v. Löwis
2006-03-06
1
-1
/
+6
*
Check NULL if Py_InitModule fails.
Hye-Shik Chang
2006-03-06
1
-1
/
+2
*
Use devenv.com to better obtain output.
Martin v. Löwis
2006-03-05
2
-6
/
+2
*
Add buildbot support scripts.
Martin v. Löwis
2006-03-05
2
-0
/
+10
*
Add _msi.pyd.
Martin v. Löwis
2006-03-05
1
-0
/
+6
*
Open dll file in binary.
Martin v. Löwis
2006-03-05
1
-3
/
+3
*
Update copyright notice.
Martin v. Löwis
2006-03-05
1
-1
/
+1
*
Import bdist_msi
Martin v. Löwis
2006-03-05
9
-0
/
+4909
*
Use %Id for size_t-ish things on Win64.
Martin v. Löwis
2006-03-05
1
-1
/
+1
*
Backout the last hack and add in this new one.
Neal Norwitz
2006-03-05
1
-14
/
+8
*
Oops, urllib may or may not already be loaded.
Neal Norwitz
2006-03-04
1
-1
/
+4
*
Fix SF #1442937, Bad Coroutine link
Neal Norwitz
2006-03-04
1
-1
/
+1
*
Fix spurious test failure of test_socket_ssl when run in this order:
Neal Norwitz
2006-03-04
1
-0
/
+4
*
Make PyGC_Collect() use Py_ssize_t.
Neal Norwitz
2006-03-04
2
-12
/
+12
*
Oops, forgot to include this in the last checkin.
Neal Norwitz
2006-03-04
1
-1
/
+1
*
Use Py_ssize_t for _Py_RefTotal.
Neal Norwitz
2006-03-04
3
-8
/
+14
*
Tabify
Neal Norwitz
2006-03-04
1
-34
/
+34
*
Get rid of run_err_mod(). It was only used in two places.
Neal Norwitz
2006-03-04
1
-14
/
+4
*
Change some sequnce APIs to use Py_ssize_t.
Neal Norwitz
2006-03-04
2
-9
/
+13
*
Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.
Neal Norwitz
2006-03-04
2
-2
/
+2
*
Remove test for timing (already not built since commented out in setup.py).
Neal Norwitz
2006-03-04
2
-21
/
+3
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
18
-168
/
+131
*
Actually this file should have svn:eol-style CRLF since it's specifically
Barry Warsaw
2006-03-04
1
-45
/
+45
*
Set eol-style to native -- doesn't appear to be any reason
Tim Peters
2006-03-04
1
-45
/
+45
*
Whitespace normalization.
Tim Peters
2006-03-04
1
-3
/
+3
*
SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport.
Neal Norwitz
2006-03-03
1
-0
/
+1
*
I think the test_logging failure on Solaris is timing related. We don't
Neal Norwitz
2006-03-03
1
-5
/
+14
*
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz
2006-03-03
3
-24
/
+24
*
Fix compiler breakage related to absolute imports
Neal Norwitz
2006-03-03
1
-2
/
+2
*
Remove commented code
Neal Norwitz
2006-03-03
1
-24
/
+1
*
Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can
Neal Norwitz
2006-03-03
2
-4
/
+2
*
Add support for absolute/relative imports and if/else expressions:
Thomas Wouters
2006-03-03
5
-19
/
+82
*
Update for absolute/relative imports and ifelse-expressions.
Thomas Wouters
2006-03-03
1
-1
/
+2
*
Provide checkin access to Ronald and Bob
Neal Norwitz
2006-03-03
1
-0
/
+7
*
Stop building timing module, it's old and deprecated
Neal Norwitz
2006-03-03
1
-1
/
+3
*
Add test_quopri to know spurious leakers
Neal Norwitz
2006-03-03
1
-1
/
+1
*
Text moved to PEP 339.
Brett Cannon
2006-03-02
1
-507
/
+0
*
Fix minor docstring typo.
Brett Cannon
2006-03-02
1
-1
/
+1
*
Document the purpose of the struct _block members.
Tim Peters
2006-03-02
1
-1
/
+18
[next]