2005-06-13 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Michael W.... | Remove extraneous format character from PyArg_ParseTupl... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Raymond Hettinger | SF bug #1219361 Fix typo |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Kurt B. Kaiser | 1. Clarify "tab/space" Error Dialog and "Tab Width... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Kurt B. Kaiser | 1. Patch 1196895 Jeff Shute: |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Gregory P.... | fix typo. \var vs \variable |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Georg Brandl | Clarify docs about os.popen[234]. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Georg Brandl | Patch #1171150: add a newline to py_compile error output |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Armin Rigo | The functions audioop.lin2adpcm3() and audioop.adpcm32l... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Raymond Hettinger | Add untokenize() function to allow full round-trip... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Jack Jansen | Minor tweaks, to allow some (out-of-tree, until success... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | [Bug #1200134] Fix buffer overflow by constraining... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | [Bug #1079134] Mention change to date comparisons;... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | [Patch #1002763] Allow long ints as terminator values... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | Convert asynchat test to unittest; exercise the client... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | [Bug #1074261, patch #1074381] Restrict the size of... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Andrew M. Kuchling | Convert gzip test suite to use unittest |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Gregory P.... | fix import to work with either module name. |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Andrew M. Kuchling | [Patch #1171487, bug #1170331] Fix error in base64... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Andrew M. Kuchling | [Bug #1149413] 'psize' argument should be 'pgsize' |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Anthony Baxter | fix broken (unexecuted) test |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Anthony Baxter | Tools/scripts/reindent.py _is_ your friend |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Skip Montanaro | Tweak note about using os.open to lock files if O_SHLOC... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Andrew M. Kuchling | [Bug #1172763] dumbdbm uses eval() on lines, so it... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Raymond Hettinger | Minor namespace clean-up. |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Andrew M. Kuchling | [Bug #1170422] Use correct option name |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Raymond Hettinger | Add a decimal FAQ |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | fix more Errors (not Failures) when run using BerkeleyD... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | fix Errors (not Failures) in test cases when running... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | change set_bt_compare() callback comparison function... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | make the tests that expect uncatchable exceptions from... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | additional sanity check. secondaryDB cannot be closed. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | test case for pybsddb SF bug id 1215432 |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | fixes pybsddb SF bug id 1215432. DB.associate() would... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Gregory P.... | test DB.associate using transactions. somewhat related... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Vinay Sajip | Documentation clarified re. config socket listener... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Georg Brandl | Bug #1184380: extending&embedding example broken |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Skip Montanaro | Fix missing assignments of marshal.load() values. ... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Georg Brandl | Bug #1210001: typo in email doc |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Georg Brandl | Bug #1196315: fix weakref.WeakValueDictionary constructor. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Hye-Shik Chang | Correct URL to the official UnicodeData 3.2.0 resource... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Gregory P.... | pybsddb 4.3.2: |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Georg Brandl | Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Michael W.... | Fix a couple of crashing-on-malformed data marshal... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Anthony Baxter | [ 1197218 ] test_locale fix on modern linux |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Michael W.... | This is my patch: |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Georg Brandl | Bug #1213894: os.path.realpath didn't resolve symlinks... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Anthony Baxter | fix object.__divmod__.__doc__ |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Michael W.... | M-x untabify |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Raymond Hettinger | Update permissions for Birkenfeld. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Gregory P.... | pybsddb 4.3.1, adds support for DB.set_bt_compare datab... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | Delete some vestigial code; execution will never reach... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | [Bug #1209880] Describe only the True/False return... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | [Bug #1193001] Make the notation section use the same... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | [Bug #1177831] Exercise (?(id)yes|no) for a group other... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | [Bug #1177831] Fix generation of code for GROUPREF_EXIS... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Hye-Shik Chang | Patch #1212117: Add optional attribute st_flags to... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Neil Schemenauer | Fix compiler.ast.flatten function so that it works... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Andrew M. Kuchling | [Bug #1152762] Ensure _end_of_line() returns an x-coord... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Piers Lauder | added GET/SETANNOTATION methods |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Andrew M. Kuchling | [Bug #1105706] Use correct name for constant |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Andrew M. Kuchling | [Bug #1123268] Fix typo |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Andrew M. Kuchling | [Bug #1181939] Remove incorrect text about __init__... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Andrew M. Kuchling | [Bug #1194249] Fix duplicate assignment in example... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Michael W.... | NEWS entry for the patch I checked in last week. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Raymond Hettinger | SF bug #1209411: divmod documentation shd reference... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Raymond Hettinger | SF bug #1202395: Description of string.lstrip() needs... |
commit | commitdiff | tree | snapshot |
2005-05-28 |
Raymond Hettinger | Add permissions for Reinhold Birkenfeld. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Michael W.... | This is my patch: |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Michael W.... | Fix test_site to not call open('...', 'wU'), as that... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Raymond Hettinger | SF bug #1209671: dict.popitem documentation should... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Michael W.... | Fix: |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Fred Drake | fix description of the input range of unichr() |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Fred Drake | update documentation on what constitutes a line in... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Skip Montanaro | Disallow opening files with modes 'aU' or 'wU' as speci... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Jason Tishler | Patch #1197318: Cygwin case-sensitive import patch |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Skip Montanaro | Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Armin Rigo | Fixed a quite misleading comment: a "not" should not... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Armin Rigo | This test relied on short-circuiting details of dictobj... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Skip Montanaro | Add better datetime support to xmlrpclib module. Close... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Raymond Hettinger | SF patch #1200051: Small optimization for PyDict_Merge() |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Raymond Hettinger | SF bug #1201807: Glossary listing bug |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Skip Montanaro | credit source of idea for recent doc changes |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Skip Montanaro | Incorporate a lightly edited version of the SocketServe... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Kurt B. Kaiser | Improve subprocess link error notification |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Raymond Hettinger | SF bug #1193890: calendar.weekheader not found in... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kurt B. Kaiser | Use Queue's blocking feature instead of sleeping in... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Michael W.... | Don't use 'is not' to compare strings. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Raymond Hettinger | Update Paul Prescod's permissions. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Raymond Hettinger | SF patch #1191489: Simplify logic in random.py |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Brett Cannon | Fix error in a docstring where a single quote started... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Guido van Rossum | Fixed a typo in docstring I happened upon. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Raymond Hettinger | SF bug #1190451: 6.9 First sentence is confusing |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Brett Cannon | Make subclasses of int, long, complex, float, and unico... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Martin v. Löwis | Make parse_makefile fallback to environment variables... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Brett Cannon | Introduced EXTRA_CFLAGS as an environment variable... |
commit | commitdiff | tree | snapshot |
next |