2007-03-13 |
Georg Brandl | Patch #1603688: ConfigParser.SafeConfigParser now check... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Lars Gustäbel | Quick fix for tests that fail on systems with an encodi... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Bug #1622896: fix a rare corner case where the bz2... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Lars Gustäbel | This is the implementation of POSIX.1-2001 (pax) format... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Martin v. Löwis | Patch #1449244: Support Unicode strings in |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1569798: fix a bug in distutils when building... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1542681: add entries for "with", "as" and "CONTE... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1555098: use str.join() instead of repeated... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1635454: the csv.DictWriter class now includes... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1668100: urllib2 now correctly raises URLError... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1642844: comments to clarify the complexobject... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1679379: add documentation for fnmatch.translate(). |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Typo and grammar fixes. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Neal Norwitz | Fix some style nits: |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Neal Norwitz | Add some other acks for recent checkins: |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Neal Norwitz | Add Jerry Seutter for a bunch of his recent patches... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Brett Cannon | Fix a typo where the variable name was not updated. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Brett Cannon | Add test.test_support.transient_internet . Returns... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Tim Peters | Set missing svn:eol-style property on text files. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Patch #1670993: Refactor test_threadedtempfile.py to... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Bug #742342: make Python stop segfaulting on infinitely... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Patch #1678088: convert test_operations to use unittest... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Georg Brandl | Bug #1678647: write a newline after printing an excepti... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Georg Brandl | Backport from Py3k branch: |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Martin v. Löwis | Patch #1677862: Require a space or tab after import... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Martin v. Löwis | Bug #1675511: Use -Kpic instead of -xcode=pic32 on... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Skip Montanaro | Sane humans would call these invalid tests, but Andrew... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Barry Warsaw | Tokio Kikuchi's fix for SF bug #1629369; folding whites... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Patch #1678662: ftp.python.org does not exist. So the... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vinay Sajip | Fix resource leak reported in SF #1516995. |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Collin Winter | Patch #1192590: Fix pdb's "ignore" and "condition"... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Žiga Seilnacht | Patch #1675981: remove unreachable code from type.__new... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Georg Brandl | Add missing "return" statements in exception handler. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Patch #1599845: Add an option to disable the implicit... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Convert an assert to a raise so it works even in the... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Georg Brandl | Typos. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Add proper attribution for a bug fix. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Neal Norwitz | Simplify a little by handling the TCP case first. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Bug #1531963: Make SocketServer.TCPServer's server_addr... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | * Unlink test files before and after each test; hopeful... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Collin Winter | Hashing simplification pointed out by Thomas Wouters. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Thomas Heller | Bug #1651235: When a tuple was passed to a ctypes funct... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Collin Winter | Patch #1491866: change the complex() constructor to... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Martin v. Löwis | Add Ziga Seilnacht. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Thomas Heller | Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Collin Winter | Bug #1629566: clarify the docs on the return values... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Martin v. Löwis | Patch #957003: Implement smtplib.LMTP. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Georg Brandl | Typo. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Neal Norwitz | Fix SF #1676971, Complex OverflowError has a typo |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Collin Winter | Add NEWS item for patch #1481079 (r54234). |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Collin Winter | Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brett Cannon | Introduce test.test_support.TransientResource. It... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Collin Winter | Patch #1668482: don't use '-' in mkstemp |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Raymond Hettinger | SF #1637850: make_table in difflib did not work with... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Collin Winter | Backported r54226 from p3yk: Move test_unittest, test_d... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Raymond Hettinger | SF 1676321: empty() returned wrong result |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Georg Brandl | Add a NEWS entry for rev. 54207,8. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Georg Brandl | Fix #1676656: \em is different from \emph... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Martin v. Löwis | Add missing ) in parenthical remark. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Guido van Rossum | Windows doesn't support negative timestamps. Skip... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Add some sanity checks to unittest.TestSuite's addTest... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #1675471: convert test_pty to unittest. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Martin v. Löwis | Bug #1115886: os.path.splitext('.cshrc') gives now... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #1669331: clarify shutil.copyfileobj() behavior... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #787789: allow to pass custom TestRunner instance... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patches #1550273, #1550272: fix a few bugs in unittest... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #1001604: glob.glob() now returns unicode filenam... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #812285: allow multiple auth schemes in AbstractB... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
George Yoshida | add versionadded info |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #703779: unset __file__ in __main__ after running... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Variant of patch #697613: don't exit the interpreter... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Document change to curses. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Patch for bug #1633621: if curses.resizeterm() or |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1654417: make operator.{get,set,del}slice use... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1673121: update README wrt. OSX default shell. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1638879: don't accept strings with embedded... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1602128: clarify that richcmp methods can return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Small nit, found by Neal. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Fix cmp vs. key argument for list.sort. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Guido van Rossum | Patch #1646728: datetime.fromtimestamp fails with negative |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Skip Montanaro | patch 1673619 - identify extension modules which cannot... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Martin v. Löwis | Patch #912410: Replace HTML entity references for attri... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1663234: you can now run doctest on test files... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the defaultdict KeyError bug. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Fix another reincarnation of bug #1576657 in defaultdict. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Bug #1674503: close the file opened by execfile() in... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1672481: fix bug in idlelib.MultiCall. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the fix in #1674228. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Martin v. Löwis | Patch #1121142: Implement ZipFile.open. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1671450: add a section about subclassing builtin... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Nit: a struct field is set to GenericAlloc, not Generic... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Georg Brandl | Patch #1674228: when assigning a slice (old-style)... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Facundo Batista | Minor corrections to docs, and an explanation comentary |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Neal Norwitz | Added Pete for 3101 too |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Skip Montanaro | note MacPorts/BerkDB change in setup.py |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Skip Montanaro | Teach setup.py how to find Berkeley DB on Macs using... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Georg Brandl | Fix a bug in test_dict and test_userdict, found at... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Georg Brandl | Bugs #1668032, #1668036, #1669304: clarify behavior... |
commit | commitdiff | tree | snapshot |
next |