2001-04-25 |
Tim Peters | SF bug 418615: regular expression bug in pipes.py. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tim Peters | SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Andrew M. Kuchling | Fix typo in docstring |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Andrew M. Kuchling | Bump version # for final release |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Marc-André... | This patch originated from an idea by Martin v. Loewis... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Guido van Rossum | Mondo changes to the iterator stuff, without changing... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Guido van Rossum | At the suggestion of Peter Funk, document 'key in dict... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Fred Drake | Update publish-to-SourceForge scripts to automatically... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Fred Drake | Only document <file>.xreadlines() once; added version... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Neil Schemenauer | Process Setup* files with makesetup in the same order... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Guido van Rossum | Add test suite for iterators. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Guido van Rossum | Oops, forgot to merge this from the iter-branch to... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Tim Peters | Give UserDict new __contains__ and __iter__ methods. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Fred Drake | encode(): Handle Latin-1 input characters better. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Fred Drake | Add support for <memberline/> (needs markup improvement!). |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Fred Drake | Fix a number of minor markup errors. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Fred Drake | The (fairly recent) \textasciicircum is not supported... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Tim Peters | SF bug #417508: 'hypot' not found with Borland C++Build. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Tim Peters | SF but #417587: compiler warnings compiling 2.1. |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Tim Peters | Teach Windows about new iterobject.c. |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Guido van Rossum | Adding iterobject.[ch], which were accidentally not... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Guido van Rossum | Iterators phase 1. This comprises: |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Jeremy Hylton | dispatcher.__repr__() was unprepared to handle the... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Guido van Rossum | Oops. Removed dictiter_new decl that wasn't supposed... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Guido van Rossum | Implement, test and document "key in dict" and "key... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Tim Peters | CVS patch 416248: 2.1c1 unicodeobject: unused vrbl... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Jeremy Hylton | Revert previous checkin, which caused test_unicodedata... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Fred Drake | Weak*Dictionary: Added docstrings to the classes. |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Fred Drake | Add versioning notes: many of the signatures changed... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Tim Peters | Move Windows stuff to 2.2, so CVS builds won't interfer... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Cut-&-paste-o noted by Wolfgang Teschner: decompressob... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Remove BrowserControl module; this had been left in... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Remove legacy support for the BrowserControl module... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Suggestion from Keith Briggs: refer to RE objects... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Martin v. Löwis | Patch #416953: Cache ASCII characters to speed up ASCII... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Sync version number with the current CVS version. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Add description of the "explanation" optional parameter... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Make a number of small clarifications and correct a... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Sync version number with the current CVS version. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Guido van Rossum | Bump the version number in more places |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Guido van Rossum | Change the version to 2.2a0. This may look strange... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | update_yourself(): Removed unused local variable report... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | __init__(): Removed unused local variable reported... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | StripWidget.__init__(), update_yourself(): Removed... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | Helpwin.__init__(): Removed an unused local variable... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | Bump the version to 1.1 |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Barry Warsaw | There have been a few new Python releases <wink> in... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Add note about the version in which GetoptError was... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | Added support for optional explanation parameter to... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Fred Drake | \versionadded: Add support for including an explanator... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Jeremy Hylton | Fix compileall.py so that it fails on SyntaxErrors |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Jeremy Hylton | Fix compileall.py so that it fails on SyntaxErrors |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Eric S. Raymond | Unused variable (caught by PyChecker) removed. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.1 |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Noted what's new in 2.1 (final). |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Jeremy Hylton | Fix three PyChecker-detected gotchas. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Jeremy Hylton | Export three optimization (fast locals) flags |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Tim Peters | Update Windows installer & buildno for 2.1 final. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | In walk(), don't die when os.lstat() raises os.error... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Update the version to 2.1final (again :-). |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Fred Drake | Add a test case for Weak*Dictionary.update() that would... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Fred Drake | Weak*Dictionary.update(): Fix calls to [].append(... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Implement Mark Favas's suggestion. There's a clear... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Andrew M. Kuchling | Update document for the actual 2.1rc1 |
commit | commitdiff | tree | snapshot |
2001-04-16 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.1c2 |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | This is (hopefully) last checkin before releasing 2... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Added news for 2.1c2. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Tim Peters | Update Windows installer & build number to 2.1c2 release. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | We need another release candidate after so many "small... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Change the test data to ask for class C from module... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Reverting Moshe's EGD patch *and* Martin's patch to... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Guido van Rossum | Tim pointed out a remaining vulnerability in popitem... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Tentative fix for a problem that Tim discovered at... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | SF bug reporters. |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix SF bug [ #416231 ] urllib.basejoin fails to apply... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Fredrik Lundh | SRE: made "copyright" string static, to avoid potential... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Patch by Mark Favas to ensure that the zlib we find... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Get rid of the seek() method on the _Mailbox class... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | In order to make this test work on Windows, the test... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix typo (missing "req." prefix on error_302_dict)... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix typo in exception name (UnimplementedError should be |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix typo in exception name (SGMLParserError should... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix typo in attribute name (file should be filename... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Fix typo in attribute name (chunk_size should be chunks... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Steve Purcell | - Typo in message for TestCase.failIfEqual() |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Guido van Rossum | Set the SO_REUSEADDR socket option in the server thread... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Fred Drake | Bump version number and set date. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Remove shared libraries as part of "make clean" rather... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Make one more private symbol static. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Make some private symbols static. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Mark Favas points out that there's an 'self.fp.flush... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Another ACK. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Pete Shinners discovered that zipfile.ZipFile() is... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Eric S. Raymond | Should resolve [ #416039 ] pstats browser crashes. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Add "import thread" at the top of the module; this... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Guido van Rossum | Add more general warning against the SGI optimizer. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Fred Drake | If the sunaudiodev module is available but we cannot... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Eric S. Raymond | Import readline when possible to make the commaninterpr... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.1c1 |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Guido van Rossum | Tim convinced me to augment the PSF license with a... |
commit | commitdiff | tree | snapshot |
next |