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 |
2005-04-21 |
Walter Dörwald | Update test to the current readline() behaviour. |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Walter Dörwald | Fix comment. |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Walter Dörwald | If the data read from the bytestream in readline()... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Brett Cannon | Clarify usage of OPT by noting that if it is set the... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Barry Warsaw | Fix tests dependent on the exception raised by non... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Barry Warsaw | As per discussion on python-dev, descriptors defined... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Brett Cannon | Add a line explaining what env var to use to set the... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Raymond Hettinger | Correct swapped descriptions of empty string splits. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael W.... | Fix: |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Jack Jansen | Updated to work with current Python docs setup, and... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Brett Cannon | Fix building of spwd; was incorrectly checking for... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Raymond Hettinger | SF bug #1183742: PyDict_Copy() can return non-NULL... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Anthony Baxter | typo fix, thanks Jeremy Sanders |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Walter Dörwald | SF patch #1180062 by George Yoshida: |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Raymond Hettinger | Update permissions for Finn Bock. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Fred Drake | get_method() returns a method name, not take it as... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Hye-Shik Chang | Fix HTTP method handler example so that method names... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Raymond Hettinger | Update permissions for Eric Price. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Raymond Hettinger | SF bug #1180392: StringIO's docs should mention overwri... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Raymond Hettinger | SF bug #1179957: Missing def'n of equality for set... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Raymond Hettinger | Update status for Irme de Jong. |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Raymond Hettinger | SF patch 1179503: Fix typos in rpc.py |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Andrew M. Kuchling | Fill out one section |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Andrew M. Kuchling | Add more text |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Raymond Hettinger | * Fix error in definition of Im() which returned self... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Martin v. Löwis | Patch #1177597: Fix various bugs in Demo/classes/Comple... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Martin v. Löwis | Patch #1177597: Correct various bugs, add comments. |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Brett Cannon | Add grammar change for allowing ``class B(): pass`... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Brett Cannon | Flush out support for ``class B(): pass`` syntax by... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Brett Cannon | Add test for ``class B1(): pass``. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Raymond Hettinger | Record removal of permissions for Charles Waldman. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tim Peters | Add ESR info. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Raymond Hettinger | Record a drop request by Ken Manheimer. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Raymond Hettinger | Record a drop request by Moshe Zadka. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tim Peters | test_default_encoding_issues(): Fully restore sys... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tim Peters | Info about Eric Price. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Raymond Hettinger | Update permissions log for Reedy, Holden, Haring, and... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Michael W.... | In a threads-disabled build, typing Ctrl-C into a raw_i... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Raymond Hettinger | SF bug #1178269 Clarify when isMappingType/isSequenceTy... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Raymond Hettinger | SF bug #1178255: 256 should read 255 in operator module... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Michael W.... | Make that a C, not a C++, comment. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Michael W.... | Add a comment explaining the import of longintrepr.h. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Tim Peters | By popular demand from Linux-heads(!), renamed develope... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Raymond Hettinger | Begin a log of developer permissions. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Raymond Hettinger | SF bug #1168983: ftplib.py string index out of range |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Walter Dörwald | Fix for SF bug #1175396: readline() will now read one... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Hye-Shik Chang | Fill docstrings for module and functions, extracted... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Hye-Shik Chang | Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Hye-Shik Chang | Fix testcase for 64bit BSD systems: long is 8 bytes... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Vinay Sajip | Added threadName to LogRecord |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Vinay Sajip | Added threadName and now using re-entrant lock |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Walter Dörwald | Since PyPI only accepts UTF-8 encoded data now, make... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Michael W.... | NEWS entries for the bugs I fixed yesterday. |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | I suppose a bug report or even a fix would be a better... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | Fix for rather inaccurately titled bug |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | Minor wording fix. |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | Fixes for |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | Be a bit more accurate. |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Michael W.... | I don't think it's particularly accurate to say Guido... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Fred Drake | add 2.4.1 to the release history |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Anthony Baxter | merge from branch |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Bob Ippolito | Update NEWS for patch 1171735 (Darwin 8 build fixes) |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Anthony Baxter | Move exception finalisation later in the shutdown proce... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Tim Peters | SF patch 1167316: doctest.py fails self-test if run... |
commit | commitdiff | tree | snapshot |
next |