2003-05-01 |
Martin v. Löwis | Convert tcl objects to strings in getvar/setvar. Fixes... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Martin v. Löwis | Patch #729300: Disable error message if Python is not... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Martin v. Löwis | Patch #725942: Always rename emulation functions. |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Martin v. Löwis | Patch #727805: Remove extra line ending from CGI responses. |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Guido van Rossum | Mark CVS as 2.3b1+. |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Fred Drake | At the site of an indexed reference to print, point... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Fred Drake | work around mostly-minor formatting problems; the encod... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Fred Drake | - comment out \moduleauthor that broke formatting until... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Andrew M. Kuchling | Allow _sre.c to compile with Python 2.2 |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Michael W.... | Delete comment my last checkin rendered obsolete. |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Brett Cannon | Change from a threading.Condition object to a threading... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Brett Cannon | Make time.sleep calls go to 0 for common testing. |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Brett Cannon | Flesh out test_support docs. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Piers Lauder | improved CRLF regex for previous fix |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Piers Lauder | added code to canonicalise line endings in data sent... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Fred Drake | Allow "@" in unquoted attribute values. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Jack Jansen | Added a note about Stefan Deibels list of contacts. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Jack Jansen | The new bundlebuilder-generated applets contain an... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Jack Jansen | By default be verbose. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Walter Dörwald | Port test_richcmp.py to PyUnit. From SF patch #662807... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Skip Montanaro | document socket speed reclamation. Patch 729293. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Walter Dörwald | Use the new htmlentitydefs.codepoint2name for test_xmlc... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Raymond Hettinger | Add doctest for example in the library reference. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Fred Drake | Extract the errno value to use from the errno module... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Guido van Rossum | When an unhandled exception happens, report the repr... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Skip Montanaro | Regain throughput lost with the _socketobject wrapper... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Michael W.... | Use Tim's suggestion to fix |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Michael W.... | Armin Rigo's fix & test for |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Gustavo Niemeyer | Applying patch #728656, by logistix, fixing opening... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Guido van Rossum | Remove file that was moved to ../Include |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Fred Drake | - clean up some extra punctuation hidden in indexing... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Fred Drake | Clarify that the timeout argument to read_until() is... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Guido van Rossum | Removing new files accidentally checked in on the trunk... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Guido van Rossum | Add back files that were accidentally deleted on the... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Guido van Rossum | Checking in IDLEFORK exactly as it appears in the idlef... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Brett Cannon | Added tests for urlretrieve. Also made sure urlopen... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Raymond Hettinger | SF bug #729096: getopt online documentation example... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Brett Cannon | Add comment that urlopen opens local files without... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tim Peters | Reworded fabs() for consistency with the others. Noted... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Brett Cannon | Raise a ValueError when there is data that was not... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tim Peters | walk() docs: Emphasize that the recursive-delete examp... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tim Peters | SF bug 728097: tmpnam problems on windows 2.3b, breaks... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tim Peters | walk() docs: Worked "walking" into the description... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Brett Cannon | Make tests clean up after themselves better. This... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Gustavo Niemeyer | - Included detailed documentation in _sre.c explaining... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Gustavo Niemeyer | Fix for part of the problem mentioned in #725149 by... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Gustavo Niemeyer | Applied patch #725106, by Greg Chapman, fixing capturin... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Raymond Hettinger | Factor out common boilerplate for test_support |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Gustavo Niemeyer | Applying patch #726869 by Andrew I MacIntyre, reducing... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Gustavo Niemeyer | Applying patch by Neal Norwitz: |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Tim Peters | Clarified new text about math exceptions. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Tim Peters | A start on news for 2.3b2. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Tim Peters | Rewrote. As reported on c.l.py, when the test suite... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Skip Montanaro | Add note about platform-specific behavior arising from... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Tim Peters | Use os.walk() to find files to delete. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Fred Drake | Version updates for Python 2.3. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Guido van Rossum | Merge back from r23b1-branch |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Update version number and release date. |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | New feature: when saving a file, keep the eol conventio... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | organizational and markup cleansing |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Kurt B. Kaiser | Update for release into Python |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | Updated information on package metadata to reflect... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Kurt B. Kaiser | Update for 2.3b1 |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | - add availability statements for some of the new APIs |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | final bit of tests converted from test_sre |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | test_sre is dead! long live test_re! |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | deleted more tests which were either already in test_re... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | more tests converted from test_sre |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | Add modified versions of the examples from Sean Reifsch... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Fix a copy-paste error: the paragraph about inet_ntop... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | Remove tests which were migrated to test_re.py. There... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | reflect csv's change back to a module. Document the... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | Use a simpler \note instead of a "See also" section... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Skip testing inet_ntop() an inet_pton() if they aren... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Fix the tests on Windows, by writing the test data... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Neal Norwitz | Add versionadded for has_ipv6 attribute |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Neal Norwitz | Fix markup |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | markup adjustments |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | rework Sniffer api significantly |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | some sniffer tests |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | more tests from test_sre |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Fred Drake | Attempt to deal with some obvious errors in the code... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | New version from Vinaj, should solve the threading... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Skip Montanaro | copy a few tests from test_sre |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Walter Dörwald | Port test_bool.py to PyUnit. From SF patch #662807. |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Brett Cannon | Complete rewrite of module. Only has tests using tempo... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Tim Peters | New generator os.walk() does a bit more than os.path... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Move socket news to 2.3b1 section! And mention has_ipv6. |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Patch by Jp Calderone: |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | test_re is no longer needed |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Guido van Rossum | Fix test_limitations(). The match there is *expected... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Andrew M. Kuchling | [Patch #628208] Document the allow_none argument |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Andrew M. Kuchling | [Patch #628208] Test the 'nil' extension |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Andrew M. Kuchling | [Patch #628208] Add optional support for the 'nil'... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Tim Peters | Try to recover from changes in the structure of the... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Tim Peters | Squashed new compiler wngs about trying to compare... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Skip Montanaro | csv is a module again |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Skip Montanaro | cvs is going to be a module again |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Raymond Hettinger | SF bug 557704: netrc module can't handle all passwords |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Skip Montanaro | move imports in Binary class to top level to avoid... |
commit | commitdiff | tree | snapshot |
next |