projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-07-06
Mark Dickinson
Style nit.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Vinay Sajip
Minor improvements to logging documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Mark Dickinson
Indentation and PEP 7 fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Matthias Klose
- sysmodule.c (get_hash_info): Define as static function.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Senthil Kumaran
Change 'lowered' to 'lowercased'
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Brett Cannon
Fix test_xmlrpc_net to no longer fail since there are...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Alexander Belopolsky
"Modernized" the demo a little.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Victor Stinner
#9158: Fix y* format of PyArg_Parse*() functions docume...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Mark Dickinson
Post-detabification cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Georg Brandl
Update Vec class constructor, remove indirection via...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Georg Brandl
Remove Dbm.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Benjamin Peterson
untabify
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Alexander Belopolsky
Added two more test cases for datetime
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Georg Brandl
#9166: NotImplemented is not an exception.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Benjamin Peterson
looking up on the type is correct, so this isn't an XXX
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Alexander Belopolsky
Added more tests for utctimetuple()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Benjamin Peterson
cleanup basicsize logic #3268
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Benjamin Peterson
pydoc still has a silly encoding
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Senthil Kumaran
Fix the docstrings of the capitalize method.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Senthil Kumaran
Fix: Issue9091 Minor documentation clarification.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Brett Cannon
Do some basic refactoring. Along the way also list...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Andrew M. Kuchling
Add brief explanation; remove no-longer-working link
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Revert -r82559; it's not clear that this is the right...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Re-encode shlex.py in UTF-8, and remove coding cookie.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Remove coding cookie from heapq.py.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Make Demo/parser/test_parser.py run.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Issue #9130: Validate ellipsis tokens in relative imports.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Fix symbol numbers in test_parser test.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Issue #9130: Fix validation of relative imports in...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Alexander Belopolsky
Fixed the test
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Alexander Belopolsky
Fixed doctests
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Alexander Belopolsky
Issue #9118: help(None) will now return NoneType doc...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Benjamin Peterson
Merged revisions 81478,82530-82531 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Benjamin Peterson
Initialized merge tracking via "svnmerge" with revision...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Benjamin Peterson
Removed merge tracking for "svnmerge" for
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Benjamin Peterson
Initialized merge tracking via "svnmerge" with revision...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Issue #9128: Fix validation of class decorators in...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Benjamin Peterson
Removed merge tracking for "svnmerge" for
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Alexander Belopolsky
Issue #9152: Removed dead code in datetime module
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Mark Dickinson
Fix refleak in Modules/audioop.c.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-04
Georg Brandl
Remove old and unsafe Dbm demo class.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Alexander Belopolsky
Made minimal modifications to pass included tests
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Make importlib.abc.SourceLoader the primary mechanism...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Make importlib.abc.SourceLoader the primary mechanism...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Alexander Belopolsky
Issue #9151: Demo/classes/Dates.py does not work in...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Fix a spelling mistake in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Trailing whitespace is bad for .rst files.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Make importlib.abc.SourceLoader the primary mechanism...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Alexander Belopolsky
Issue #9151: Demo/classes/Dates.py does not work in 3.x
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Ignore __pycache__.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Mark Dickinson
Remove nonexistent tools from Tools README.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Alexander Belopolsky
Issue #9094: Make python -m pickletools disassemble...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Senthil Kumaran
Fix Issue5468 - urlencode to handle bytes and other...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Benjamin Peterson
Removed merge tracking for "svnmerge" for
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Victor Stinner
Merged revisions 82492 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Remove the need for a "()" empty argument list after...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Fix markup.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Merged revisions 82483 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Recorded merge of revisions 82474 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Use the right role.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Georg Brandl
Wrap and use the correct directive.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Mark Dickinson
Merged revisions 82476 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Nick Coghlan
Issue 6507: missing patch submitter from NEWS entry...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Nick Coghlan
Issue 6507: accept source strings directly in dis.dis...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Ezio Melotti
Update comment about surrogates.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Alexander Belopolsky
Merged revisions 82466 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Brett Cannon
Make test_import a little bit more robust for cleaning...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Benjamin Peterson
Merged revisions 82461 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Ezio Melotti
Merged revisions 82455,82457,82459 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Brett Cannon
Some people have mistaken Python bytecode as being...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Mark Dickinson
Merged revisions 82446 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Benjamin Peterson
Merged revisions 82447 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Nick Coghlan
Merged revisions 82441 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Mark Dickinson
Style/consistency nit: make math_floor and math_ceil...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Nick Coghlan
Merged revisions 82439 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Benjamin Peterson
fix lookup of __ceil__
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Benjamin Peterson
account for different ref counting semantics of _PyObje...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-02
Georg Brandl
Merged revisions 82433 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-01
Benjamin Peterson
Blocked revisions 82429 via svnmerge
commit
|
commitdiff
|
tree
|
snapshot
2010-07-01
Benjamin Peterson
Merged revisions 82420 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-07-01
Benjamin Peterson
correctly lookup __trunc__ and __floor__
commit
|
commitdiff
|
tree
|
snapshot
2010-07-01
Benjamin Peterson
Blocked revisions 82415 via svnmerge
commit
|
commitdiff
|
tree
|
snapshot
2010-07-01
Ezio Melotti
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Benjamin Peterson
Merged revisions 82409 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Giampaolo Rodolà
Merged revisions 82404 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Benjamin Peterson
Merged revisions 82403 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Blocked revisions 82399-82400 via svnmerge
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Michael Foord
Issue 9110. Adding ContextDecorator to contextlib....
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Unparse infinite imaginary literals correctly. Add...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Revert accidental extra changes included in r82391.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Issue #9011: Tests for Python 3.2's treatment of negat...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Remove backtick syntax for repr.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Better solution for attribute access on integer literals.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Output try-except-finally statements where appropriate.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Mark Dickinson
Collapse else: if: ... into elif:
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
Mark Dickinson
Merged revisions 82379 via svnmerge from
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
Mark Dickinson
Fix typo in unparsing of a class definition.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
Benjamin Peterson
update for nonlocal keyword
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
Brett Cannon
Make a sentence a little less awkward.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
Benjamin Peterson
note that byte strings can be raw, too #9114
commit
|
commitdiff
|
tree
|
snapshot
next