2006-03-17 |
Neal Norwitz | Get rid of xreadlines() (methods). |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | More apply() cleanup |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | This gets at least test_cmd_line working again and... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Remove some old types for int based functions (Py_ssize... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Remove apply() |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Remove apply() |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Whitespace changes. Also remove apply from a few comments |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Get rid of a bunch more raw_input references |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Whoops, input *and* raw_input are slated for removal... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | raw_input() -> input(). old input behavior is history... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Remove sys.exc_type, sys.exc_value, sys.exc_traceback |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Get rid of compiler warning |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Get rid of last vestiges of BINARY_DIVIDE. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Get rid of compiler warning about with_msg and as_msg... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Guido van Rossum | Checkpoint. 218 tests are okay; 53 are failing. Done... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Guido van Rossum | Create a Python 3000 branch. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Try to avoid many of the compiler warnings when compili... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Cast an Py_ssize_t to int, to avoid a compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | For x86 Release and Debug builds, remove the /Wp64... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Integrate patch from Neal Norwitz. He writes: |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Nick Coghlan | Teach the compiler module about augmented assignment... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Neal Norwitz | Fix and test (manually w/xx module) passing NULLs to... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Georg Brandl | Fix bug found by Coverity: don't allow NULL argument... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Vinay Sajip | Added logThreads and logProcesses to allow conditional... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Tim Peters | It's necessary to do a Debug build of the bsddb project... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Tim Peters | Minor changes. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Martin v. Löwis | Fix build process of bsddb for IA64 and AMD64. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Martin v. Löwis | Initialize VS environment in external.bat as well. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Martin v. Löwis | Update to bsddb 4.4.20. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Nick Coghlan | Fix SF bug #1448804 and ad a test to ensure that all... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Martin v. Löwis | Let the buildbot make a single pass in the test suite... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Martin v. Löwis | Update to bzip2 1.0.3 |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Thomas Heller | Plug some refcount leaks when tests are run repeatedly. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Hye-Shik Chang | Bug #1448490: Fix a bug that ISO-2022 codecs could... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Thomas Heller | Remove the slightly broken test_leaks.py. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Trent Mick | Adding the /useenv means that one's PATH actually gets... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Fredrik Lundh | merged with cElementTree development trunk (1.0.6 snaps... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Martin v. Löwis | Move buildbot scripts to Tools/buildbot. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Tim Peters | Added brief comment. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Tim Peters | Added brief comments. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Thomas Wouters | - Reindent a confusingly indented piece of code (no... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Thomas Wouters | Plug the last 657 referenceleaks in test_bsddb3: a... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Thomas Wouters | Fix another leak in bsddb, and avoid use of uninitializ... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Add buildbot test script. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Tim Peters | Give the _ssl project a harmless command to perform |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Add changelog entry. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Adjust CJK Ideograph range to Unicode 4.1. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tim Peters | When the new -w option (yay! great idea) reruns a |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add regrtest -w option. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Andrew M. Kuchling | Unicode database updated; use SVN instead of CVS |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add AMD64 and Itanium configurationgs to ctypes; |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add ctypes. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Update test data to 4.1; disable PRI #29 for now. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Fix refcounting bug. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Avoid forward-declaring the methods array. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Guido van Rossum | Um, I thought I'd already checked this in. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Guido van Rossum | Fix three nits found by Coverity, adding null checks... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Update Unicode database to Unicode 4.1. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Move entry to correct section. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Patch #1446372: quit and exit can now be called from... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | NodeInfo.__gen_init(): Fiddle so that reindent.py is |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Remove the magic to run an uninstalled ctypes version... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Write a section |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Deleted the svn_mime-type application/octet-stream... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Added VC project files to build _ctypes.pyd and _ctypes... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Write a section |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Bug #1442874: handle "<!>", the empty SGML comment |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Disable the testcase that crashes solaris. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Replace the trivial ctypes test (did only an import... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Neal Norwitz | Try to be a bit more consistent on all platforms: |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Directly read working copy data to obtain list of prope... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Taught svneol to look at .c and .h files too, and |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Simple utility to add svn:eol-style to text files under |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Set auto-props |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | These text files were all missing the svn:eol-style... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Hye-Shik Chang | Remove .cvsignore and set svn:ignore for *.pyc *.pyo. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Bug #1445901: os.path.realpath() is available on Win... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Trivial test for ctypes, more to come |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Copy ctypes-0.9.9.4 Python modules from external into... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Changes to build the _ctypes extension module. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Copy ctypes-0.9.9.4 sources from external into the... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Patch #1434038: property() now uses the getter's docstr... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Fix pydoc.synopsis() so that it doesn't error out with... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Neal Norwitz | Fix logic error and DECREF reported by Coverity. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Neal Norwitz | Move version added tag from PyObject_Length/Size to... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Andrew M. Kuchling | Add section |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Wouters | Clean up _bsddb.c: add a couple dozen missing Py_DECREF... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Martin v. Löwis | Reformulate 42903 using an if statement. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tim Peters | _hotshot hotshot_profiler(): If write_header() returned |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Fix bug introduced in rev. 42884. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Andrew M. Kuchling | Some edits; add empty sections |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Guido van Rossum | Add note about PEP 357. |
commit | commitdiff | tree | snapshot |
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 |
next |