summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* There's no %A in Python 2.x!Walter Dörwald2009-05-031-1/+1
* Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): CallWalter Dörwald2009-05-032-48/+37
* Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.Mark Dickinson2009-05-031-3/+16
* Eliminate some locale-dependent calls to isspace and tolower.Mark Dickinson2009-05-033-11/+11
* Remove unnecessary uses of context in PyGetSetDef. See issue #5880.Mark Dickinson2009-05-031-10/+15
* docstring update.Gregory P. Smith2009-05-031-0/+3
* Optimization: move RFC defined network constant construction out ofGregory P. Smith2009-05-031-14/+33
* Issue 5379 - applies patch supplied by philipp hagemeister to fixGregory P. Smith2009-05-032-77/+64
* Further development of issue5559, handle Windows filesKurt B. Kaiser2009-05-031-2/+4
* idle.py modified and simplified to better supportKurt B. Kaiser2009-05-032-21/+14
* (no commit message)Michael Foord2009-05-025-38/+256
* Isue #5084: unpickling now interns the attribute names of pickled objects,Antoine Pitrou2009-05-024-2/+36
* add myselfBenjamin Peterson2009-05-021-0/+1
* Add addCleanup and doCleanups to unittest.TestCase.Michael Foord2009-05-024-24/+195
* #1607951: Make mailbox.Maildir re-read the directories less frequently.Andrew M. Kuchling2009-05-022-4/+55
* Convert test method names to PEP8 style.Gregory P. Smith2009-05-021-46/+47
* Remove unnecessary use of context for long getters.Mark Dickinson2009-05-021-10/+15
* revert unrelated changeBenjamin Peterson2009-05-021-3/+1
* remove py3k compat codeBenjamin Peterson2009-05-023-64/+10
* Add itemsAndrew M. Kuchling2009-05-021-4/+37
* don't let sys.argv be used in the testsBenjamin Peterson2009-05-021-2/+5
* Adds an exit parameter to unittest.main(). If False main no longerMichael Foord2009-05-024-12/+98
* Keep py3k and trunk code in sync.Eric Smith2009-05-021-0/+4
* Fix directive name.Georg Brandl2009-05-011-21/+21
* Review ipaddr docs and add them in the TOC under "Internet protocols".Georg Brandl2009-05-012-77/+80
* Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker...Antoine Pitrou2009-05-012-0/+6
* Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise anAntoine Pitrou2009-05-013-4/+53
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-014-0/+2262
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-0111-66/+71
* #5889: remove comma at the end of a list that some C compilers don't like.Georg Brandl2009-05-011-1/+1
* Fix for Issue1648102, based on the MSDN spec: If this parameter specifies theSenthil Kumaran2009-05-011-10/+3
* Make the turtle.rst doctests pass. I have a feeling there should beR. David Murray2009-04-301-350/+683
* Issue #1588: Add complex.__format__.Eric Smith2009-04-307-58/+449
* prevent ref cycles by removing bound method on close()Benjamin Peterson2009-04-301-0/+2
* make sure to close fileBenjamin Peterson2009-04-301-1/+1
* make sure mode is removable while cleaning up test droppingsBenjamin Peterson2009-04-291-0/+5
* #5878: fix repr of re object.Georg Brandl2009-04-291-1/+1
* fix test_shutil on ZFS #5676Benjamin Peterson2009-04-291-2/+16
* Backport some of the float formatting tests from py3k.Mark Dickinson2009-04-292-0/+375
* Remove format_float and use _PyOS_double_to_string instead.Mark Dickinson2009-04-292-82/+27
* Issue #5864: format(1234.5, '.4') gives misleading resultMark Dickinson2009-04-293-11/+112
* run autoconfBenjamin Peterson2009-04-291-1/+32
* More aifc tests.R. David Murray2009-04-291-7/+53
* - configure.in: Don't error, when no --with-dbmliborder option is presentMatthias Klose2009-04-291-4/+2
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-292-5/+6
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-294-33/+88
* Now that we've got a test_aifc, add a few tests.R. David Murray2009-04-291-0/+30
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-296-8/+28
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-292-1/+4
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-285-24/+28