projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-12-03
Victor Stinner
import: use PyUnicode_FSConverter to support bytes...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Victor Stinner
#6780: fix complex() constructor TypeError message
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Łukasz Langa
Issue 10499: Modular interpolation in configparser
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Nick Coghlan
Handle Windows paths and don't double up on HTML header...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Markup consistency fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Nick Coghlan
Add missing CSS file from r86962
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Nick Coghlan
Issue 2690: Add support for slicing and negative indice...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Vinay Sajip
logging: tidied up some docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Factor out common code from lib/test/__main__.py and...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Vinay Sajip
logging: Added getLogRecordFactory/setLogRecordFactory...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Fix lib/test/__main__.py to work even outside a Python...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Adding lib/test/__main__.py for running tests with...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
#10549: fix interface of docclass() for text documenter.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Add a line with the actual changes.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Nick Coghlan
Improve Pydoc interactive browsing (#2001). Patch...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Rewrap NEWS (Builbot test commit.)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
#10360: catch TypeError in WeakSet.__contains__, just...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Remove redundant check for PyBytes in unicode_encode.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Use booleans.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
#940286: pydoc.Helper.help() ignores input/output init...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Nick Coghlan
Partially revert r78719 - it removed a check that is...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
#1745035: add limits for command and data size to smtpd...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Georg Brandl
Move entries from "core" section to where they belong.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
R. David Murray
Add missing versionchanged, correct 'throw' wording...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
R. David Murray
#1486713: Add a tolerant mode to HTMLParser.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Brian Curtin
Fix #10554. Added context manager support to Popen...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Raymond Hettinger
Update the itertools.accumulate() docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Remove test/__main__.py until runpy tests can be fixed
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Raymond Hettinger
Simplify the signature for itertools.accumulate() to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Set test.regrtest.TEMPDIR correctly when run with ...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Benjamin Peterson
code style
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Initial implementation of Lib/test/__main__.py so we...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Michael Foord
Issue 7911: unittest.TestCase.longMessage defaults...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Georg Brandl
Re-add accidentally removed line.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Éric Araujo
Fix wrong test code in test_csv (#10602)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Daniel Stutzbach
Issue9915: speeding up sorting with a key
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
R. David Murray
#8989: add 'domain' keyword to make_msgid.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Brian Curtin
Fix #9333. Expose os.symlink on Windows only when usable.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Georg Brandl
#7475: add (un)transform method to bytes/bytearray...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Georg Brandl
#10597: fix Py_SetPythonHome docs by pointing to where...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
David Malcolm
Fix spelling of Jamie Zawinski's surname in urllib...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Georg Brandl
Fix-up documentation of makedirs().
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Terry Reedy
Issue 9299 Add exist_ok parameter to os.makedirs to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Raymond Hettinger
Neaten-up random module docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Nick Coghlan
Issue #9573: os.fork now works when triggered as a...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
R. David Murray
#10464: fix netrc handling of lines with embedded ...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Raymond Hettinger
Add an example to the random docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Raymond Hettinger
Fix markup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Alexander Belopolsky
Issue4335: Added a test for inspect.getsourcelines...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Alexander Belopolsky
With Raymond's approval added a paragraph describing...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Clean-up last update (missing comma, unnecessary spacin...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Add itertools.accumulate().
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Add itertools.accumulate().
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Alexander Belopolsky
Reverted unintended change from r86916
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Alexander Belopolsky
Issue #4113: Added custom __repr__ method to functools...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Georg Brandl
Fix some markup and style in the unittest docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Georg Brandl
#10594: fix parameter names in PyList API docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Georg Brandl
Add missing word, and add a better reference to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Add recipe to itertools doc.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Issue 10593: Adopt Nick's suggestion for an lru_cache...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Ezio Melotti
#10273: Rename assertRegexpMatches and assertRaisesRege...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Ezio Melotti
Fix test failure in debug builds and add NEWS entry...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Ezio Melotti
#10535: Enable silenced warnings in unittest by default
commit
|
commitdiff
|
tree
|
snapshot
2010-12-01
Raymond Hettinger
Doc and docstring nits.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Brian Curtin
Fix #10591. Fix test_os for refleak runs.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Antoine Pitrou
Issue #8685: Speed up set difference `a - b` when sourc...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Add link to specification.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Documentation nits.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Add example, tighten text, and minor clean-ups.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Daniel Stutzbach
Fix typo: "ofbytes" should be "of bytes"
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Add some internal links.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Alexander Belopolsky
Issue #9598: untabify.py will now respect encoding...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Éric Araujo
Let’s keep “throw” for the generator method and use...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Alexander Belopolsky
Issue #10552: Partially fixed a sort error in Tools...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Brian Curtin
Actually fix what I attempted to fix in r86888...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Nick Coghlan
Issue 9873: the URL parsing functions now accept ASCII...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Brian Curtin
Try to fix failures on platforms that can't encode...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Georg Brandl
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Georg Brandl
Remove redundant includes of headers that are already...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Georg Brandl
Include structseq.h in Python.h, and remove now-redunda...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Georg Brandl
Fix input type for zlib.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Georg Brandl
#10584: fix bad links.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Neaten-up a bit.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Nick Coghlan
Issue 10220: switch to using string constants rather...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Nick Coghlan
Issue 10586: change the new functools.lru_cache impleme...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Alexander Belopolsky
Issue #10572: Moved json tests to Lib/test/json_tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Raymond Hettinger
Issue #10323: Predictable final state for slice().
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Georg Brandl
Use booleans where applicable.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Georg Brandl
Code style cleanup in bdb.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Georg Brandl
Fix heading style inconsistencies.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Georg Brandl
Fix indentation bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Senthil Kumaran
Remove the comment used while testing.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Senthil Kumaran
Fix #10561 - Fix pdb behavior. Delete the breakpoints...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Raymond Hettinger
Issue #10565: Iterator ABC should require both __next_...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Ezio Melotti
Use assertCountEqual instead of assertItemsEqual
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Raymond Hettinger
Do not add an obsolete unittest name to Py3.2.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Brian Curtin
Fix for #8879.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Ezio Melotti
Add callable() to the built-in functions table.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Benjamin Peterson
there's now a setup.py switch for this
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Stefan Krah
Windows: fix leak in posix_listdir.
commit
|
commitdiff
|
tree
|
snapshot
next