2006-03-07 |
Guido van Rossum | Checking in the code for PEP 357. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Guido van Rossum | Address an coverity issue. Coverity was complaining... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Hye-Shik Chang | SF #1444030: Fix several potential defects found by... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Add additional missing checks for return vals of PyTupl... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Fix gcc 4.0.x warning about use of uninitialized value. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity found bug: test result of PyTuple_New() agains... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity found refleak: need to free 'v' after calling... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Bug #1440831: fix csv UnicodeWriter example |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity-found bug: don't use temp->next *before* check... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Bug #1432525: os.listdir now releases the GIL while... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Martin v. Löwis | Change int to Py_ssize_t in several places. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Don't DECREF a borrowed reference. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Barry Warsaw | SF patch #1443865; gc.get_count() added and optional... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Neal Norwitz | Add a note about the bug fixes |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Neal Norwitz | Thanks to Coverity, these were all reported by their... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Fix warnings on x86 (32-bit) and support Win64. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Fix warnings on x86 (32-bit). |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Try to cleanup the error handling a bit so there aren... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Ignore leaks from the socket test too. Sigh, this... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Walter Dörwald | If size is specified, try to read at least size characters. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Martin v. Löwis | lower-case time_t. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Martin v. Löwis | Patch #1437769: notice that time_t is a 64-bit type... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Hye-Shik Chang | Check NULL if Py_InitModule fails. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Use devenv.com to better obtain output. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Add buildbot support scripts. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Add _msi.pyd. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Open dll file in binary. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Update copyright notice. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Import bdist_msi |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Use %Id for size_t-ish things on Win64. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Neal Norwitz | Backout the last hack and add in this new one. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Oops, urllib may or may not already be loaded. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Fix SF #1442937, Bad Coroutine link |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Fix spurious test failure of test_socket_ssl when run... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Make PyGC_Collect() use Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Oops, forgot to include this in the last checkin. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Use Py_ssize_t for _Py_RefTotal. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Tabify |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Get rid of run_err_mod(). It was only used in two... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Change some sequnce APIs to use Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Use Py_ssize_t for PySet_Size() like all the other... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Remove test for timing (already not built since comment... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Hye-Shik Chang | - Modernize code to use Py_ssize_t more intensively. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Barry Warsaw | Actually this file should have svn:eol-style CRLF since... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tim Peters | Set eol-style to native -- doesn't appear to be any... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | SF #1442767, docs for os.statvfs miss f_bsize parameter... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | I think the test_logging failure on Solaris is timing... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | SF bug 1442442: LIST_APPEND optimization got lost in... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Fix compiler breakage related to absolute imports |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Remove commented code |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Hopefully this removes all vestiges of CO_GENERATOR_ALL... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Thomas Wouters | Add support for absolute/relative imports and if/else... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Thomas Wouters | Update for absolute/relative imports and ifelse-express... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Provide checkin access to Ronald and Bob |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Stop building timing module, it's old and deprecated |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neal Norwitz | Add test_quopri to know spurious leakers |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Text moved to PEP 339. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Fix minor docstring typo. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tim Peters | Document the purpose of the struct _block members. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tim Peters | Added words about what PyArena_Malloc() does. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tim Peters | Beefed up description of what this does; new XXX. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tim Peters | New XXX pointing out errors in the description of |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Thomas Wouters | Fix crashing bug in tokenizer, when tokenizing files... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Fix refleak in PyErr_Display(). |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Thomas Wouters | Explain why we use the unsigned int format for a signed... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Fix mismatch opening and closing quotes on a string. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Neal Norwitz | Fix refleak if from __future__ import was not first |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Neal Norwitz | Use Py_ssize_t since we are working with list size... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Neal Norwitz | Spell threading write, not thraeading |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Thomas Wouters | Properly fix Py_SAFE_DOWNCAST-triggerd bugs. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Thomas Wouters | Py_SAFE_DOWNCAST isn't quite doing the right thing... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Add a missing Py_DECREF to BaseException__unicode__ . |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Guido van Rossum | Fix failure of test_compiler.py when compiling test_con... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Neal Norwitz | Update known issues to reflect reality |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Neal Norwitz | Remove duplicate entry |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brett Cannon | Fix latex typos as spotted by George Yoshida. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Martin v. Löwis | Fix memory leak on attributes. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Thomas Wouters | Make Py_ssize_t-clean |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Make Py_ssize_t clean. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Reformat the exception message by going through a list. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Remove UNLESS. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Use Py_ssize_t for arithmetic on Py_ssize_t's, instead... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix gcc (4.0.x) warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Patch #1440601: Add col_offset attribute to AST nodes. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Rework channelnumber/samplesize detetion code's output... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix incompatible assignment warning from previous checkin. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix gcc (4.0.x) warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Silence gcc (4.0.x) warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | Document PEP 352 changes. Also added GeneratorExit. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix uninitialized value. (Why are we using bools instea... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix brainfart. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Remove gcc (4.0.x) warning about uninitialized value... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Make Py_ssize_t-clean. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Make Py_ssize_t-clean. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Fix more memory leaks. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix C99-ism, and add XXX to comment |
commit | commitdiff | tree | snapshot |
next |