2001-01-22 |
Fredrik Lundh | removed unicodedatabase.[ch] references from Makefile... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Barry Warsaw | com_init(): My entry into the smallest patch possible... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Andrew M. Kuchling | Beginning of a "What's New in Python 2.1" article |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Tim Peters | Fixed teensy memory leak, but doesn't help test_sax... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Remove unicodedatabase.c from the unicodedata subproject. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Thomas Wouters | Move declaration of 'clnt_create()' NIS function to... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Fredrik Lundh | Unicode nits: Don't include unicodedatabase.h no more... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Fredrik Lundh | compress unicode decomposition tables (this saves anoth... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Jack Jansen | Re-generated with relative paths. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Jack Jansen | Added CarbonAccessors.o to the non-carbon targets,... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Jack Jansen | Added support for forced project building. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Jack Jansen | Added a force option (to force project generation,... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Jack Jansen | Don't generate project if the XML file already exists... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Patch #103342: Make shutil.copytree more useful under... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Patch #103343: Allow the important test_pkg to succeed... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Martin v. Löwis | In format(), consider sign only after grouping. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Patch #103344: Sort dicts from extcall for easier... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Fredrik Lundh | forgot to check in the new makeunicodedata.py script |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Neil Schemenauer | Remove a smelly export. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Martin v. Löwis | Check for None to decide when pyexpat should not be... |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Martin v. Löwis | Fix typo: MICRO instead of MINOR. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Martin v. Löwis | Merge with 1.25 of PyXML: |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Tim Peters | Bug #128475: mimetools.encode (sometimes) fails when... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | more __all__ updates |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | added some tests for urlencode |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | added __all__ lists to a number of Python modules |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | docstring typo |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Guido van Rossum | I've been using gdb a lot lately -- I'm missing 'bt... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | rewrite of robotparser.py by Bastian Kleineidam. Close... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Skip Montanaro | modify urlencode so sequences in the dict are treated... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Neil Schemenauer | Fix comment. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Fredrik Lundh | Better error message if ucnhash cannot be found (obscur... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Marc-André... | Updating NEWS to match the current state of affairs. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Barry Warsaw | Tim chastens: |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Barry Warsaw | default_3way_compare(): When comparing the pointers... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Tim Peters | SF patch #103336: Missing cast. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Tim Peters | When running the tests twice, stuck a "Press any key... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Various tweaks for Python 2.1a1. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Treat an empty kwdict argument the same as a missing... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Undefine and redefine PRAGMA_ALIGN_SUPPORTED under... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Use #if TARGET_API_MAC_CARBON to determine carbon/class... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Thomas Wouters | Make the 'time' argument to the timemodule functions... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fred Drake | Fixed a bunch of typos caught by Gilles Civario. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fred Drake | Clarify comments about returning None using a return... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Now that Marc-Andre has retracted unistr(), remove... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | A hack to augment sys.path with the build/lib.<platform... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Run tests twice by default, first time deleting .pyc... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Marc-André... | Backed out the unistr() builtin. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Use a saner test filename, to work on Windows. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Delete the bytecode from the library and tests before... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | "make test" was still broken when building in a subdire... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Moshe Zadka | OK, checking in patch 103329. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Add some regression tests of coredump bugs in funcobjec... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Application and elaboration of patch #103305 to fix... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | gethash/cmpname both looked beyond the end of the chara... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Repair "selective cut-&-paste" screwup. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Change verify() function to raise TestFailed, not Asser... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | GvR pointed out the correct way to check for statically... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Bump __version__; add authorship note for the BaseServe... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Add Jason Tishler to the ACKS file |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Patch #103220 from Jason Tishler: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Minor patch from Thomas Gellekum: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | new unicode name database (~160k) |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | improved the ucnhash test a bit |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | added "getcode" and "getname" methods to the ucnhash... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Color all word instances of "as" after "import", &... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | refactored the unicodeobject/ucnhash interface, to... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Update the example DLL instructions for 2.1. Add examp... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | urllib.py very recently changed to produce uppercase... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | test_urllib is failing on Windows. I don't know why... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Use constructor form of "raise"; normalize <wink> docst... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Jeremy's patch #103323: trivial tests of all untested... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | This still mentioned IdlePrefs.py as the place to edit... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make the output of _test() suitable for use in the... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Anonymous SF bug 129288: "The python 2.0 urllib has... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make error msg more informative when test of exec fails |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test for SyntaxError on |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | clearer error messages for apply() and "no locals" |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test of bastion and rexec to std regression test... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | This patch introduces an extra pass to the compiler... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Derivative of patch #102549, "simpler, faster(!) implem... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Revert a single line of my large change earlier today... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Checking in a slight variation of Barry's patch 103303. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Fix for the bug in complex() just reported by Ping. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #102980, by Luke Kenneth Casson Leighton:... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103188, by Donn Cave: BeOS/ar-fake support... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103185, by jlt63: Some more standard modules... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Support building this as a DLL under Cygwin. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103250, by pj99: Optimize a strspn() out... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash() of objects defining __cmp_... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: instance_hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash([]) and hash({}) raise TypeE... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: PyObject_Hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Changes to recursive-object comparisons, having to... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Since I'm about to check in a change to the recursion... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch #103313: Fixes "make test" by adding a little... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch from Barry: gets rid of two unused imports, |
commit | commitdiff | tree | snapshot |
next |