2006-04-18 |
Skip Montanaro | C++ compiler cleanup: proper casts |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Andrew M. Kuchling | Comment typo fix |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Martin v. Löwis | Remove types from type_list if they have no objects |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | It's probably a good idea to actually *install* setupto... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | Handle easy_install being run via -m with no __file__... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | Initial import of setuptools, with integrated tests. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Tim Peters | Finally figured out why this module did its imports... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Tim Peters | At least test_threading_local doesn't leak any more. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | test_pyclbr goes nuts when a module contains code to... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | correct function signature |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | Second phase of refactoring for runpy, pkgutil, pydoc... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: cast... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: extern "C" a couple declarations... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: migrate to modsupport.h |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: cast signed to unsigned |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | reset errno before calling confstr - use confstr()... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: bunch-o-casts, plus use of unsign... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compile cleanup: proper declaration of _Py_BuildVal... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compilation cleanup: Migrate declaration of |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Tim Peters | local.__del__(): This didn't actually do anything... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Phillip J. Eby | First phase of refactoring for runpy, pkgutil, pydoc... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Add reindent target. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Reindent. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Remove bogus character. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Use GetModuleFileNameEx instead of GetProcessImageFileName, |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Patch #790710: Add breakpoint command lists in pdb. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
George Yoshida | fix long option markup |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Ronald Oussoren | disutils checks if MACOSX_DEPLOYMENT_TARGET is consiste... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Andrew M. Kuchling | Update status of document |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Andrew M. Kuchling | Remove translated code hidden inside a comment environm... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Ronald Oussoren | This patches fixes a number of byteorder problems in... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Ronald Oussoren | Teach platform about darwin/x86 |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Revert to 45478, disable kill_python command for now. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Check whether disk space is full. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Rename binary again; increase noise; stop trying to... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Rename binaries again; increase noise. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Rename binary to avoid conflicts with hanging processes... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Try some tracing |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Martin v. Löwis | Add kill_python command. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Armin Rigo | Fix for a bug exposed by r45232: |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | No need to cast a Py_ssize_t, use %z in PyErr_Format |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | Add a comment to explain why we are calling _cleanup() |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | Try to stop the test from leaking and yet still work... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | Remove unused field |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | Add some notes about a couple of poorly behaved tests |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | test_cmd_line should not leak any more, ensure an empty... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | Get test to consistently show no leaks |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | No reason to export get_decomp_record, make static |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Neal Norwitz | moduleName can be NULL |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Tim Peters | Add missing SVN eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Thomas Wouters | Use %zd instead of %i as format character (in call... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Martin v. Löwis | Patch #1063914: Add clipboard_get. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Martin v. Löwis | Initialize structseq types only once. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Martin v. Löwis | Update instructions for EXTRA_CFLAGS: configure ignores |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andrew M. Kuchling | Describe contextlib module. (Done for today...) |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andrew M. Kuchling | Write most of the 'writing context managers' section... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Thomas Wouters | Make test_timeout not fail on systems with no dots... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Thomas Wouters | Make test_warnings play nice with regrtest -R:: now... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Thomas Wouters | Specialcase 'xs4all' (.nl/.net/.com/whatever else we... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Thomas Wouters | This test no longer leaks, and test_generators sufficie... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Neal Norwitz | Fix valgrind problem with invalid memory read |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Neal Norwitz | Fix memory leak |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Neal Norwitz | err is no longer used |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Add missing DECREF to PyErr_WriteUnraisable(). That... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | gen_del(): Looks like much this was copy/pasted from |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | Remove now-unused variables from tp_traverse and tp_cle... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Consolidate 'leak_test1' and 'refleaks_tests', since... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Add missing PyObject_GC_Track call, causing *some*... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Use Py_VISIT in all tp_traverse methods, instead of... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | - Whitespace normalization |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Heller | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Heller | Fix for FreeBSD. Fixes http://python.org/sf/1470353. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Zap ZAP. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Patch #1470875: Building Python with MS Free Compiler. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Remove partial change (don't edit, commit and think... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Re-instate backward compatibility by defining Py_CLEAR... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Use Py_CLEAR instead of in-place DECREF/XDECREF or... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Clear dummy and emptyfrozenset, so that we don't have |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Fix sys.getobjects(0): we get a reference to the |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Unlink the structseq type from the global list of |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Patch #1191700: Adjust column alignment in bdb breakpoi... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Patch #1191065: Fix preprocessor problems on systems... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Martin v. Löwis | Patch #1161914: Add python-config. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | frame_clear(): Explain why it's important to make... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | frame_traverse(): Use the standard Py_VISIT macro. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | There were no comments explaining what Py_CLEAR() did or |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Tim Peters | Changed comments to make sense now that the LazyList... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Phillip J. Eby | Fix SF#1470508: crash in generator cycle finalization... |
commit | commitdiff | tree | snapshot |
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 |
next |