2006-04-14 |
Thomas Wouters | Coverity-found bug: datetime_strptime() failed to check... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Add an item; better crediting; fix error in SQL example... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Walter Dörwald | Add a BufferedIncrementalEncoder class that can be... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Walter Dörwald | Make error message less misleading for u"a..b".encode... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Walter Dörwald | Fix wrong attribute name. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Walter Dörwald | Make raise statements PEP 8 compatible. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Patch #1045620: Prepend Modules/ before Setup in stdout. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Patch #1470300: Port _hotshot to QNX4.25 port. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Patch #1355883: Build Python-ast.c and Python-ast.h |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Armin Rigo | Show case: reference cycles involving only the ob_type... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Patch #1324762: Change --with-cxx to --with-cxx-main. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Walter Dörwald | Call encode()/decode() with final==True as the last... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Add more items |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Andrew M. Kuchling | Add an item and a reminder |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Martin v. Löwis | Make Py_BuildValue, PyObject_CallFunction and |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | Copy note from leakers README here too. We want to... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | Restore test tee with some modifications. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | Move the old test_generator_cycle.py which leaked but... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | Update notes to address cyclic garbage and what should... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | SF Bug #1454485, array.array('u') could crash the inter... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tim Peters | Added George Yoshida. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Neal Norwitz | ALIGNMENT_SHIFT is not used |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tim Peters | When using -R, lots of "*** DocTestRunner.merge:" nuisa... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Gregory P.... | raise the minimum supported BerkeleyDB version to 3... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Force 8-alignment of memory blocks, as needed on |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Fix type errors. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | [Bug #1464571] Mention that generator's .gi_frame can... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Introduce asdl_int_seq, to hold cmpop_ty. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Include more detail on Coverity results and add a link... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Describe sys.subversion, Py_GetBuildInfo() |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Add missing word |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Skip Montanaro | revert - breaks build of Python/ast.c w/ gcc |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Skip Montanaro | Use union to discriminate pointer types from enum/int... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Change more occurrences of maxsplit to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Change maxsplit types to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Thomas Heller | Allocate the 0x1D1A0000 base adress for the _ctypes... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Georg Brandl | Add two entries about how to actually clear a list. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Georg Brandl | Add a test for Py_ssize_t. Correct typo in getargs.c. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Replace INT_MAX with PY_SSIZE_T_MAX. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Replace INT_MAX with PY_SSIZE_T_MAX where string length |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Replace INT_MAX with PY_SSIZE_T_MAX. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Georg Brandl | Add PY_SSIZE_T_MIN/MAX to _testcapi. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Stop claiming that Py_Finalize releases all memory. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Remove another INT_MAX limitation |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Replace most INT_MAX with PY_SSIZE_T_MAX. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | C++ compiler changes. casts, rename variables with... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Support NFD of very long strings. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Neal Norwitz | test_compile can be really long if we are using -u... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Change more ints to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Martin v. Löwis | Revert 34153: Py_UNICODE should not be signed. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | whoops. missed one in an auto-generated file. another... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Neal Norwitz | Remove tests that no longer leak. There is still one... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Neal Norwitz | Fix {} mismatch spotted by George Yoshida. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tim Peters | tty isn't supported on all boxes. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Fix typography of Martin's name |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | spread the extern "C" { } magic pixie dust around.... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew M. Kuchling | Write some ctypes examples |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Skip Montanaro | If compiling with g++ don't use -Wstrict-prototpes. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | reverting r45321: Patch #860326: traceback.format_excep... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | casting nastiness to make C++ compiler happy |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Anthony Baxter | Add a cast to make code compile with a C++ compiler. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Georg Brandl | Patch #860326: traceback.format_exception_only() now... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Gregory P.... | Fixes bug #1117761 |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Gregory P.... | Closes bug #1149413 |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Thomas Heller | Fix for a bug found by Armin Rigo, plus test. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Phillip J. Eby | Don't set gi_frame to Py_None, use NULL instead, elimin... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Andrew M. Kuchling | Mention ASCII as default encoding; update TODO list... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Andrew M. Kuchling | Bump version number; rearrange introduction a bit |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Armin Rigo | Ignore the references to the dummy objects used as... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Georg Brandl | Patch #1468808: don't complain if Tkinter is already... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Andrew M. Kuchling | Add PEP 243 section |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Georg Brandl | Update test_sundry. Many modules have now tests, but |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Andrew M. Kuchling | Note C API incompatibilities |
commit | commitdiff | tree | snapshot |
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 |
next |