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 |
2005-01-26 |
Raymond Hettinger | SF bug #1108303: fix .split() maxsplit doc |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Raymond Hettinger | Do not fold a constant if a large sequence will result. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Anthony Baxter | happy new year! (on the trunk) |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Raymond Hettinger | SF bug #1105286: Undocumented implicit strip() in... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Neal Norwitz | Put docstring for getspall into same #ifdef block as... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Fred Drake | include each row in the package table, even if there... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Fred Drake | add missing word |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Johannes Gijsbers | shutil.copytree: move copystat call for the directory... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Flush std{in,out,err} before closing it. Fixes #1074011. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Patch #579435: Shadow Password Support Module |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Truncate st_?time before comparing it with ST_?TIME... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Walter Dörwald | Add a slice test with high < low. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Thomas Heller | distutils/command/install.py change. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Thomas Heller | Fix [ 1103844 ] fix distutils.install.dump_dirs() with... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | fix typeset of vertical bar for PDF format |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | install distutils.tests on Unix (contributed patch) |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | documentation for the zipimport module using contribute... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | Description of args to IMAP4.store() in imaplib |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | Clean up discussion of new C thread idiom |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | fix a bunch of spelling errors |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | remove spurious line from widget variables example |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Kurt B. Kaiser | 1. Polish tabbing code. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | Change the name of the macro used by --with-tsc builds... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | tweaks, small updates |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | -X died some time ago; remove a tiny bit of associated... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Kurt B. Kaiser | If an extension can't be loaded, print warning and... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Andrew MacIntyre | make thread stack size compile-time tunable on OS/2... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Andrew MacIntyre | make thread stack size compile-time tunable on OS/2 |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Skip Montanaro | Document the reconvert module. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Skip Montanaro | allow triple-quoted string output from reconvert.quote() |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Johannes Gijsbers | Patch #1100140: improved smtp connect debugging |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Martin v. Löwis | Default stat_float_times to true. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Martin v. Löwis | Added SEEK_* constants. Fixes #711830. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use descriptors. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use decorators. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use decorators. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Tim Peters | Gave the new datetime.strptime() a versionadded blurb. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Andrew McNamara | Moved reader \r and \n processing from the iterator... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Vinay Sajip | Improved SysLogHandler error recovery (patch by Erik... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Skip Montanaro | Add strptime() constructor to datetime class. Thanks... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Fred Drake | remove unused variable |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Many updates to csv module doco. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Improve wording of parser error message. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add counting of source iterator lines to the reader... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | When quoting=QUOTE_NONNUMERIC, the reader now casts... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Fix logic problem in quoting=csv.QUOTE_ALL, quotechar... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | When using QUOTE_NONNUMERIC, we now test for "numericne... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Rename csv.set_field_limit to csv.field_size_limit... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add news about csv module updates. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Improve test coverage fractionally. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add belt and braces check of PyString_AsString return. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Kurt B. Kaiser | Improve error handling when .idlerc can't be created. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Raymond Hettinger | Add duck-typing to the glossary. |
commit | commitdiff | tree | snapshot |
next |