2006-04-12 |
Andrew M. Kuchling | Mention access to ASTs |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | Bug #1469163: SimpleXMLRPCServer unconditionally attemp... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Armin Rigo | Off-by-one buffer overflow error. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Walter Dörwald | Patch #1463288: use a context manager to temporarily... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Neal Norwitz | wrap docstrings so they are less than 80 columns. add... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Tim Peters | gen_throw(): The caller doesn't own PyArg_ParseTuple() |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Neal Norwitz | Update comments and the skip list, maybe some of these... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Neal Norwitz | Add another little test to make sure we roundtrip multi... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Neal Norwitz | Update for new grammar |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | put in a reference to PEP 306 in a comment at the top |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Neal Norwitz | Get rid of some warnings on Mac |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | avoid C++ name mangling for the _Py.*SizeT functions |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | remove forward declarations. No constructors to move... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | Move constructors, add some casts to make C++ compiler... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | remove forward declarations, move constructor functions... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | Make symtable.c safe for C++ compilers. Changed macros... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Anthony Baxter | per Jeremy's email, remove the _WITH_CAST versions... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Thomas Wouters | Part two of the fix for SF bug #1466641: Regenerate... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Thomas Wouters | Fix SF bug #1466641: multiple adjacent 'if's in listcom... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Thomas Wouters | Fix int() and long() to repr() their argument when... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Vinay Sajip | StreamHandler now checks explicitly for None before... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | _Py_PrintReferenceAddresses,_Py_PrintReferences: |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Andrew M. Kuchling | Complete the ElementTree section |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | Some more changes to make code compile under a C++... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | more low-hanging fruit to make code compile under a... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Patch #1464444: Add --with-system-ffi. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Convert 0 to their respective enum types. Convert |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Correct casts to char*. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Remove "static forward" declaration. Move constructors |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | As discussed on python-dev, really fix the PyMem_*... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Make _kind types global for C++ compilation. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Get compiling again |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | low-hanging fruit in Python/ - g++ still hates all... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | More low-hanging fruit. Still need to re-arrange some... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | C++ already defines a perfectly good 'bool'. Use that. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Adjust whitespace. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Add whitespace after comma |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Correct test whether wchar_t is unsigned. Fixed crash |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Clear errno before calling opendir() and readdir(). |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | More C++-compliance. Note especially listobject.c ... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Bug #1467952: os.listdir() now correctly raises an... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | Fix the code in Parser/ to also compile with C++. This... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Try to repair what may be the last new test failure... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | subclasspropagation(): Squash two more bogus hash... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | More words on patch #837242, since 4 or 5 tests started |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Phillip J. Eby | Add notes to NEWS for other work today. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | specials(): squash another incorrect hash(x) == id(x) |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Phillip J. Eby | Forgot to mark up a PEP reference |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Phillip J. Eby | Updated the warnings, linecache, inspect, traceback... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Huh. This belonged with the last checkin -- no idea... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Try to repair more new buildbot failures in "x86 OpenBS... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Andrew M. Kuchling | Write part of ElementTree section |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Andrew M. Kuchling | Give SQLite examples |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Fix one of the tests that fails on the "x86 OpenBSD... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Fix one of the tests that fails on the "x86 OpenBSD... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #837242: id() for large ptr should return a long. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | DecimalContextTestCase: this permanently changed the |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | test_contextlib wasn't actually being run by regrtest... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | Minor clarity edit to contextlib per Guido's request. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | SF Patch #1463867: Improved generator finalization... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1467770: Add Popen objects to _active only in... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1441452: Add more AST nodes. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1429775: Link Python modules to libpython on... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1462222: Fix Tix.Grid. Closes #1036406. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Fix warning about ptsname not being a prototype on... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Use PyObject_* allocator since FutureFeatures is small |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | SF patch #1467512, fix double free with triple quoted... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Get rid of warnings about using chars as subscripts |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Fix some warnings on HP-UX when using cc/aCC |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | I wonder if we can be too graceful? One oughta be... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Anthony Baxter | Python on OS X 10.3 and above now uses dlopen() (via... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Georg Brandl | Patch #1466993: remove wrong comment in socket.py |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix tests so they pass in -R mode |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Get test_optparse to pass in -R mode by stop changing... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Convert test_compare to use unittest. Hopefully we... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix problem (not checking return result) reported by... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix a couple of strings that were no-ops. urllib.open_... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | glob('anything*/') would fail because isdir is in os... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Tim Peters | test_timeout(): This test was added during Bug Day... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Martin v. Löwis | Define WIN32, to get proper struct alignment in WinSock2.h. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Gregory P.... | Fix bsddb.db.DBError derived exceptions so they can... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Thomas Heller | Don't try to build ctypes when configuration of libffi... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Thomas Heller | Configure Modules/_ctypes/libffi just before building... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Andrew M. Kuchling | Fix a few XXX markers |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Martin v. Löwis | Adjust compileall -x option to Makefile.pre.in. Fixes... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Anthony Baxter | missing 'self' from TextCalendar.prweek. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Anthony Baxter | minor error in uudecode main error handling |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Martin v. Löwis | Patch #1462080: Conditionalize some NETLINK defines. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Thomas Heller | Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctyp... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Andrew M. Kuchling | Fix unfinished paragraph; markup fix |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Andrew M. Kuchling | Expand the PEP 353 section; various smaller changes |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1464658: make clear that PyList_GetItem doesn... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1465619: rot13 codec decodes to a Unicode string. |
commit | commitdiff | tree | snapshot |
next |