2005-03-03 |
Martin v. Löwis | Patch #1046831: Use get_python_version where appropriat... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1117454: Remove code to special-case cookies... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1117339: Add cookielib special name tests. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Document quiet parameter to decode. Fixes #803413. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1112812: Make bsddb/__init__.py more friendly... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Clear internal call error in 'L' format. Fixes #723201. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1107973: tarfile.ExFileObject iterators. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Martin v. Löwis | Patch #1104111: Alter setup.py --help and --help-commands. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Brett Cannon | Silence a gcc warning about putting in parentheses... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Raymond Hettinger | Noted that the module is new in version 2.5. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Piers Lauder | Fix bug in InternalDate regexp that failed to allow... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Skip Montanaro | Improve (?) description of system dependence of access... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Martin v. Löwis | Patch #1121234: Properly cleanup _exit and tkerror... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Brett Cannon | Fix grammatical typo in a comment. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Brett Cannon | Make test__locale more fine-grained. Now test localeco... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Brett Cannon | Fix small grammatical error in a docstring. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Andrew M. Kuchling | Note various changes that need to be described |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Raymond Hettinger | SF patch #941881: PEP 309 Implementation (Partial... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Raymond Hettinger | Complete the previous effort to factor out constant... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Martin v. Löwis | Patch #1093585: raise a ValueError for negative history... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Martin v. Löwis | Patch #1049151: adding bool support to xdrlib.py. |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Raymond Hettinger | Update an example to match current output. |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Raymond Hettinger | Preserve sign of -0.0 when result is run through marshal. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Michael W.... | A few random updates to make things less horrifyingly... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Raymond Hettinger | Document missing opcodes. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Raymond Hettinger | Document how the pattern recognizer keeps all of its... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Raymond Hettinger | Fix some wording and grammar nits. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Peter Astrand | Made the module compatible with Python 2.2 again. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Raymond Hettinger | Teach the peepholer to fold unary operations on constants. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Raymond Hettinger | Teach the peepholer to fold unary operations on constants. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Raymond Hettinger | * Beef-up tests for str.count(). |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Raymond Hettinger | * Beef-up testing of str.__contains__() and str.find(). |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Guido van Rossum | The error message "can't start new thread" should not... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Ka-Ping Yee | Use getdoc(object) instead of object.__doc__ to fix... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Martin v. Löwis | Avoid using *W functions on Win95. Backported to 2.4. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Walter Dörwald | Add support for negative indices in UserString.MutableS... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Vinay Sajip | Handle errors in imports of thread, threading |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Vinay Sajip | Improved frame handling for 1.5.2, and now return func... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Vinay Sajip | Fixed documentation for SMTPHandler |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Walter Dörwald | Fix copy & paste error. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Walter Dörwald | Add tests for the methods added by UserString.MutableSt... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Martin v. Löwis | Avoid using items() in environ.update(). Fixes #1124513. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Walter Dörwald | Add a basic test for UserString.MutableString. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Michael W.... | NEWS blurb for fix of: |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Andrew MacIntyre | update version numbers |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Andrew MacIntyre | add notes about subprocess module & thread stacks,... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Andrew MacIntyre | add build machinery for the SSL socket module |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Brett Cannon | Fix name for PyDateTime_FromDateAndTime. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Raymond Hettinger | Remove dependency on order of mode flags |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Brett Cannon | spwdmodule.c should only be built when either HAVE_GETS... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Tim Peters | An instance of class PicklingError was used here simply... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Michael W.... | Test that SystemExits are handled properly by the exit... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Michael W.... | Exceedingly minor tweak. |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Peter Astrand | Added copyright notice: |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Brett Cannon | Add mention of patch #1095802 (fixing "Macintosh" refer... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Brett Cannon | Update references specifying "Macintosh" to mean OS... |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Fred Drake | fix decoding in _stringify to not depend on the default... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Brett Cannon | Modified test for tzset to not rely on tm->tm_zone... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Brett Cannon | Remove set conversion optimization test (backed out... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Fred Drake | accept datetime.datetime instances when marshalling; |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Peter Astrand | Patch from Leandro Lucarella: replaced: |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Raymond Hettinger | Remove the set conversion which didn't work with: ... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Raymond Hettinger | SF bug #1119700: list extend() accepts args besides... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Raymond Hettinger | Have set conversion replace existing constant if not... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Trent Mick | Update PSF copyright year to 2005. |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Raymond Hettinger | Convert splitlines to for-loop (handles case where... |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Walter Dörwald | Fix stupid typo: Don't read from a writer. |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Raymond Hettinger | Wholistic code cleanup / modernization: |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Fred Drake | add 2.3.5, 2.4 to the history and licensing info |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Guido van Rossum | Close the discussion in SF bug 1069160. |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Raymond Hettinger | Adopt Skip's idea to optimize lists of constants in... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Raymond Hettinger | Revert previous checkin. |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Raymond Hettinger | Reduce the usage of the types module. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Raymond Hettinger | Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Raymond Hettinger | Replace list of constants with tuples of constants. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | Code simplification -- eliminate lookup when value... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | SF patch #1028908 |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | SF patch #1116583: NameError in cookielib domain check |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Jeremy Hylton | Add NEWS item about future parser bug. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Jeremy Hylton | Fix bug that allowed future statements virtually anywhe... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Walter Dörwald | Add a test for UTF-16 reading where the byte sequence... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Recompiled after source changes. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Running a bdist_wininst installer, built with Python... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Set PYTHONHOME before loading Python, so that sys.path... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Fred Drake | fix XMLFilterBase.resolveEntity() so the caller gets... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Guido van Rossum | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Kurt B. Kaiser | Add config-main.def option to make the 'history' featur... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Steve Holden | Simplify string comparison using startswith() |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Michael W.... | More bug #1077106 stuff, sorry -- modem induced impatiece! |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Kurt B. Kaiser | Removed ability to configure tabs indent from Options... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Johannes Gijsbers | Bug #1108490: fix broken link. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Martin v. Löwis | Revert os.py 1.75, and directly implement update. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Kurt B. Kaiser | Add keybindings for del-word-left and del-word-right. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Brett Cannon | Fixed typo in verbose output. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Martin v. Löwis | Partially revert #1074011; don't try to fflush stdin. |
commit | commitdiff | tree | snapshot |
next |