2006-03-20 |
Neal Norwitz | Update function name to reflect params and stop casting... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Use macro versions instead of function versions when... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Kurt B. Kaiser | Source file f.flush() after writing; trying to avoid... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Georg Brandl | Update tutorial wrt PEP 341 try-except-finally statement |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Hye-Shik Chang | Ignore *.pyc and *.pyo |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Change raise statement to PEP 8 style. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Shim for test_email_renamed.py tests. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Merge email package 4.0 from the sandbox, including... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Add tests for the C APIs PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Release codecs variable earlier. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Bug #1353433: be conciliant with spaces in redirect... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Previously, Python code had no easy way to access the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | You need at least one \item |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Write section |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | RFE #567972: Socket objects' family, type and proto... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Fix some missing checks after PyTuple_New, PyList_New... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Remove the lib-old modules from Doc/lib/libundoc.tex. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nick Coghlan | Fix bug 1441408 where a double colon didn't trigger... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | More \exception fixes. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Thomas Heller | Merge changes from the upstream version: |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Remove mention of lib-old, and list more deleted modules |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | as is on the road to keyword-hood, use a different... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Oops, copied the wrong code from keeprefs. Get the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Update/expand on comments about leaking tests. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Ignore ctypes leaks, but add a test case so we do not... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Try to find a host that responds slower from python... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Tim Peters | Introduced symbol PY_FORMAT_SIZE_T. See the new comments |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Walter Dörwald | Fix wrong argument format in PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a test that fails when libGL.so and libGLU.so are... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a leak that would happen under error conditions... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Use int 0 as default defval for LCID if nothing has... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fixes from Neal Norwitz, plus other small fixes. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Rewrite the AllocFunctionCallback function for better... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Set eol-style to native. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Trent Mick | Update test_winsound to check for a configured sound... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Make mktuple consistent with mklist to get rid of Cover... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add some versionadded info to new incremental codec... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Don't delete non-autogenerated source files when cleani... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove some more references to regex that I missed. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove regsub, reconvert, regex, regex_syntax and every... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add a news entry about the sre/re swap. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Spel compatibility write. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add back an sre.py that should be backwards compatible... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Rename sre.py -> re.py |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove re.py, in order to rename sre.py -> re.py (svn... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | The pre module has been gone for a while. Need to... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Oops! Use python_d.exe _before_ it's destroyed :-) |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Change the Windows buildbot "clean" step to remove |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Merge the tim-obmalloc branch to the trunk. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Guido van Rossum | Instead of relative imports, use (implicitly) absolute... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Document the other change from patch #1359365. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | SF patch #1359365: cStringIO.StringIO.isatty() will... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Thomas Heller | Backport from upstream version: compatibility with... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Don't try to explicitly set path in runpy package tests... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Don't let cleanup errors mask real errors in the runpy... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Vinay Sajip | Catch situations where currentframe() returns None... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Make test_runpy close all references to test modules... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew M. Kuchling | Add section |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Patch #1436130: codecs.lookup() now returns a CodecInfo... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Implement PEP 338 which has been marked as accepted... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | Revert rev 43041, which introduced the "z" format qualifier |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | CField_repr(): PyString_FromFormat() understands the |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Thomas Heller | In 'make clean', delete some files that are generated... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | SF patch #1359365: file and cStringIO raise a ValueErro... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Neal Norwitz | Move test code out of xxmodule and into _testcapimodule... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Guido van Rossum | Use relative imports in a few places where I noticed... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Tim Peters | Renamed test_hashlib_speed.py to time_hashlib.py. |
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 |
next |