summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-074-9/+69
* Add a note about the bug fixesNeal Norwitz2006-03-071-0/+2
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-076-2/+25
* Fix warnings on x86 (32-bit) and support Win64.Neal Norwitz2006-03-061-2/+15
* Fix warnings on x86 (32-bit).Neal Norwitz2006-03-061-1/+2
* Try to cleanup the error handling a bit so there aren't false positivesNeal Norwitz2006-03-061-8/+12
* Ignore leaks from the socket test too. Sigh, this list is getting long. :-(Neal Norwitz2006-03-061-1/+1
* If size is specified, try to read at least size characters.Walter Dörwald2006-03-062-6/+13
* lower-case time_t.Martin v. Löwis2006-03-061-1/+1
* Patch #1437769: notice that time_t is a 64-bit type in VS2005Martin v. Löwis2006-03-061-1/+6
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* Use devenv.com to better obtain output.Martin v. Löwis2006-03-052-6/+2
* Add buildbot support scripts.Martin v. Löwis2006-03-052-0/+10
* Add _msi.pyd.Martin v. Löwis2006-03-051-0/+6
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
* Update copyright notice.Martin v. Löwis2006-03-051-1/+1
* Import bdist_msiMartin v. Löwis2006-03-059-0/+4909
* Use %Id for size_t-ish things on Win64.Martin v. Löwis2006-03-051-1/+1
* Backout the last hack and add in this new one.Neal Norwitz2006-03-051-14/+8
* Oops, urllib may or may not already be loaded.Neal Norwitz2006-03-041-1/+4
* Fix SF #1442937, Bad Coroutine linkNeal Norwitz2006-03-041-1/+1
* Fix spurious test failure of test_socket_ssl when run in this order:Neal Norwitz2006-03-041-0/+4
* Make PyGC_Collect() use Py_ssize_t.Neal Norwitz2006-03-042-12/+12
* Oops, forgot to include this in the last checkin.Neal Norwitz2006-03-041-1/+1
* Use Py_ssize_t for _Py_RefTotal.Neal Norwitz2006-03-043-8/+14
* TabifyNeal Norwitz2006-03-041-34/+34
* Get rid of run_err_mod(). It was only used in two places.Neal Norwitz2006-03-041-14/+4
* Change some sequnce APIs to use Py_ssize_t.Neal Norwitz2006-03-042-9/+13
* Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.Neal Norwitz2006-03-042-2/+2
* Remove test for timing (already not built since commented out in setup.py).Neal Norwitz2006-03-042-21/+3
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-0418-168/+131
* Actually this file should have svn:eol-style CRLF since it's specificallyBarry Warsaw2006-03-041-45/+45
* Set eol-style to native -- doesn't appear to be any reasonTim Peters2006-03-041-45/+45
* Whitespace normalization.Tim Peters2006-03-041-3/+3
* SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport.Neal Norwitz2006-03-031-0/+1
* I think the test_logging failure on Solaris is timing related. We don'tNeal Norwitz2006-03-031-5/+14
* SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.Neal Norwitz2006-03-033-24/+24
* Fix compiler breakage related to absolute importsNeal Norwitz2006-03-031-2/+2
* Remove commented codeNeal Norwitz2006-03-031-24/+1
* Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that canNeal Norwitz2006-03-032-4/+2
* Add support for absolute/relative imports and if/else expressions:Thomas Wouters2006-03-035-19/+82
* Update for absolute/relative imports and ifelse-expressions.Thomas Wouters2006-03-031-1/+2
* Provide checkin access to Ronald and BobNeal Norwitz2006-03-031-0/+7
* Stop building timing module, it's old and deprecatedNeal Norwitz2006-03-031-1/+3
* Add test_quopri to know spurious leakersNeal Norwitz2006-03-031-1/+1
* Text moved to PEP 339.Brett Cannon2006-03-021-507/+0
* Fix minor docstring typo.Brett Cannon2006-03-021-1/+1
* Document the purpose of the struct _block members.Tim Peters2006-03-021-1/+18
* Added words about what PyArena_Malloc() does.Tim Peters2006-03-022-5/+17
* Beefed up description of what this does; new XXX.Tim Peters2006-03-021-2/+10