2006-04-21 |
Skip Montanaro | This is a long-ago patch I submitted to SF (1100924... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Jack Jansen | - tp_init shouldn't call base class tp_init by default |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andrew M. Kuchling | Change a footnote to a parenthetical (in two senses... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andrew M. Kuchling | Argh, make another markup fix |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andrew M. Kuchling | Add some items; add "New module" consistently; make... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Neal Norwitz | Address issues brought up by MvL on python-checkins. |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Neal Norwitz | Whitespace, fix indentation |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Martin v. Löwis | Document r43622. |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Skip Montanaro | Correct implementation and documentation of os.confstr... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Marc-André... | Add news item for pybench addition. |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Thomas Wouters | Make s.replace() work with explicit counts exceeding... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Marc-André... | Adding pybench 1.3 to the Tools/ directory. |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Thomas Wouters | Teach Python/ceval.c's inlining of 'str += str' about... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Thomas Wouters | Use Py_ssize_t to hold the 'width' argument to the... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Andrew M. Kuchling | Write datetime.strptime() item; show use of @contextman... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Armin Rigo | SF Patch #1062014: AF_UNIX sockets under Linux have... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Brett Cannon | Added a pycremoval rule. Called by clean, it removes... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Thomas Wouters | Add proper svn magic to ignore .pyc/.pyo files in Lib... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Thomas Heller | Rename remaining StgDictObject's ffi_type fields to... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: the typical few casts, and .... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: a cast here, a cast there...... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Skip Montanaro | C++ compiler cleanup: "typename" is a C++ keyword |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Thomas Heller | Change those parts of the Python-api that were function... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Tim Peters | Whilespace normalization (reindint.py). |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | add info re: pydoc, pkgutil, and setuptools additions |
commit | commitdiff | tree | snapshot |
2006-04-18 |
George Yoshida | fix typo |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Phillip J. Eby | Split ``get_platform()`` into ``get_supported_platform... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Thomas Heller | Fix refcounting. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Jeremy Hylton | Refactor: Move code that uses co_lnotab from ceval... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Armin Rigo | A dictresize() attack. If oldtable == mp->ma_smalltabl... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Michael W.... | add a very old crasher from the 2.1 -> 2.2 round of... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
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 |
next |