index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch [ 1118729 ] Error in representation of complex numbers(again)
Georg Brandl
2005-09-16
1
-6/+3
*
Change type on variable to silence gcc 4 warning. Call signature was found at
Brett Cannon
2005-09-16
1
-1/+1
*
patch [ 1277677 ] tkinter hello world example bug
Georg Brandl
2005-09-15
1
-1/+3
*
patch [ 1119423 ] python -c readlink()s and stat()s '-c'
Georg Brandl
2005-09-15
1
-3/+3
*
fix typo
Georg Brandl
2005-09-15
1
-1/+1
*
bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
Georg Brandl
2005-09-15
1
-0/+7
*
Clear out the regex cache when the TimeRE cache is invalidated by a locale
Brett Cannon
2005-09-15
3
-1/+6
*
*** empty log message ***
Georg Brandl
2005-09-14
1
-0/+3
*
bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames
Georg Brandl
2005-09-14
1
-1/+2
*
bug [ 1274828 ] splitunc not documented
Georg Brandl
2005-09-14
2
-0/+11
*
Complete format code support in getargs.c::skipitem(), which is called when
Georg Brandl
2005-09-14
1
-0/+3
*
Complete format code support in getargs.c::skipitem(), which is called when
Georg Brandl
2005-09-14
1
-59/+39
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
11
-51/+106
*
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Guido van Rossum
2005-09-14
4
-2/+37
*
comma nit
Georg Brandl
2005-09-14
1
-1/+1
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Gustavo Niemeyer
2005-09-14
3
-0/+10
*
Patch #1290454: Fix reload() error message when parent module is not in
Georg Brandl
2005-09-14
1
-2/+3
*
Add more links to the 'What Next?' section; rewrite to be briefer
Andrew M. Kuchling
2005-09-13
1
-17/+51
*
Speed-up escape()
Raymond Hettinger
2005-09-12
1
-1/+7
*
Better wording for integer ref entry.
Georg Brandl
2005-09-12
1
-2/+2
*
Shorten run-on sentence
Andrew M. Kuchling
2005-09-12
1
-1/+1
*
Update link
Andrew M. Kuchling
2005-09-12
1
-4/+2
*
Update link
Andrew M. Kuchling
2005-09-12
1
-1/+1
*
Add FAQ entry regarding non-expoential representation.
Raymond Hettinger
2005-09-11
1
-2/+11
*
Minor cleanup.
Raymond Hettinger
2005-09-11
1
-2/+1
*
Corrected version of 1.170
Raymond Hettinger
2005-09-10
1
-6/+3
*
Revert 1.170. Add tests.
Raymond Hettinger
2005-09-10
2
-3/+12
*
Simplify and speed-up unquote().
Raymond Hettinger
2005-09-10
1
-15/+10
*
Simplify and speed-up quote_plus().
Raymond Hettinger
2005-09-10
1
-6/+3
*
SF #1285086: urllib.quote is too slow
Raymond Hettinger
2005-09-09
1
-24/+12
*
Added _handlerList to allow shutdown to flush and close handlers in reverse o...
Vinay Sajip
2005-09-08
1
-1/+4
*
Quote docstring with r"" to keep '\r\n' in example code.
Hye-Shik Chang
2005-09-07
1
-1/+1
*
note that the return and yield statements cannot be used at the top level in
Fred Drake
2005-09-07
1
-1/+6
*
- fix typo report by email, only 1.5 years late
Fred Drake
2005-09-07
1
-7/+7
*
break sets a breakpoint rather than stopping the loop.
Neal Norwitz
2005-09-05
1
-2/+3
*
Clarify what is meant with "whole numbers".
Georg Brandl
2005-09-04
1
-1/+2
*
bug [ 1274069 ] bz2module.c compiler warning
Georg Brandl
2005-09-03
1
-5/+12
*
- Correct PyBool_FromLong's return type and its description.
Georg Brandl
2005-09-03
1
-251/+251
*
Changed _srcfile determination to support py2exe.
Vinay Sajip
2005-09-02
1
-1/+3
*
Remove statement about meaning of constants; arguably it's incorrect
Andrew M. Kuchling
2005-09-01
1
-2/+1
*
Fix rest markup and typos.
Walter Dörwald
2005-09-01
1
-2/+2
*
SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads
Walter Dörwald
2005-09-01
2
-1/+6
*
Reverting previous checkin. This breaks too much of HTMLParser to be applied
Georg Brandl
2005-09-01
1
-1/+1
*
No need to import exceptions, they are builtins
Neal Norwitz
2005-09-01
3
-7/+4
*
Remove unused import
Neal Norwitz
2005-09-01
1
-1/+0
*
Fix bug in last checkin (2.231). To match previous behavior, unicode
Neil Schemenauer
2005-08-31
1
-0/+5
*
patch [ 1242454 ] shutil.copytree() quits too soon after an error.
Georg Brandl
2005-08-31
1
-0/+4
*
Whitespace normalization.
Georg Brandl
2005-08-31
1
-7/+7
*
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Georg Brandl
2005-08-31
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2005-08-31
1
-1/+1
[next]