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
*
Shut up a compiler warning.
Guido van Rossum
2007-12-03
1
-0/+1
*
Grammar fix
Andrew M. Kuchling
2007-12-03
1
-1/+1
*
Add examples to the xmlrpclib docs.
Georg Brandl
2007-12-03
2
-7/+167
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
6
-11/+25
*
#1548: fix apostroph placement.
Georg Brandl
2007-12-03
1
-1/+1
*
Two small fixes. Issue 1547.
Facundo Batista
2007-12-03
1
-2/+2
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
10
-10/+1944
*
Faster _fix function, and some reordering for a more elegant
Facundo Batista
2007-12-03
1
-52/+47
*
Speedup and cleaning of __str__. Thanks Mark Dickinson.
Facundo Batista
2007-12-03
1
-71/+41
*
I followed MA Lemberg's suggestion and added comments to the late initializat...
Christian Heimes
2007-12-03
1
-5/+7
*
Added comment to Misc/NEWS for r59290
Christian Heimes
2007-12-03
1
-0/+3
*
Applied my patch #1455 with some extra fixes for VS 2005
Christian Heimes
2007-12-03
5
-25/+713
*
Implement PEP 366
Nick Coghlan
2007-12-03
7
-79/+210
*
Add documentation for PySys_* functions.
Georg Brandl
2007-12-02
4
-2/+83
*
Fix a sentence I missed before. Do not merge to 3k.
Georg Brandl
2007-12-02
1
-1/+1
*
Add more entries to the glossary.
Georg Brandl
2007-12-02
21
-64/+166
*
Convert bdb.rst line endings to Unix style.
Georg Brandl
2007-12-02
1
-337/+337
*
Add example to mmap docs.
Georg Brandl
2007-12-02
1
-0/+43
*
Add "Using Python on Windows" document, by Robert Lehmann.
Georg Brandl
2007-12-01
5
-29/+333
*
Add examples to the ElementTree documentation.
Georg Brandl
2007-12-01
1
-0/+68
*
Add test suite for cmd module.
Georg Brandl
2007-12-01
2
-0/+187
*
Add a few refcount data entries.
Georg Brandl
2007-12-01
1
-0/+5
*
Document PyEval_* functions from ceval.c.
Georg Brandl
2007-12-01
5
-5/+153
*
Issue #1531: Read fileobj from the current offset, do not seek to
Lars Gustäbel
2007-12-01
3
-1/+37
*
Added one more missing versionadded tag
Christian Heimes
2007-12-01
1
-0/+2
*
Add versionadded tags missing in r59254. Do NOT merge to Py3k.
Georg Brandl
2007-12-01
1
-0/+6
*
Feature #1534
Christian Heimes
2007-12-01
7
-0/+120
*
Although pyconfig.h claims that WIN32 is obsolete it is still required for th...
Christian Heimes
2007-12-01
2
-9/+11
*
Backport of -r59242:59246 from py3k
Christian Heimes
2007-11-30
1
-2/+6
*
Move lchmod() docs to correct place, and add versionadded tags.
Georg Brandl
2007-11-30
1
-7/+13
*
Fix for feature request #1528 Add os.fchmod
Christian Heimes
2007-11-30
5
-5/+120
*
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
Amaury Forgeot d'Arc
2007-11-30
3
-7/+15
*
Add a NEWS entry for r59231
Amaury Forgeot d'Arc
2007-11-30
1
-0/+4
*
Removed or replaced some more deprecated preprocessor macros.
Christian Heimes
2007-11-30
13
-91/+116
*
Reordering of __new__ to minimize isinstance() calls to most
Facundo Batista
2007-11-30
1
-55/+56
*
Issue #1402: PyInterpreterState_Clear() may still invoke user code
Amaury Forgeot d'Arc
2007-11-29
2
-5/+39
*
Add more examples to the wsgiref docs.
Georg Brandl
2007-11-29
2
-1/+89
*
vc2008: Move python.vcproj first in the solution file, so that
Amaury Forgeot d'Arc
2007-11-29
1
-2/+2
*
Spaces vs. Tabs.
Georg Brandl
2007-11-29
1
-4/+4
*
Fix bug #1517, a segfault in lookdict().
Guido van Rossum
2007-11-29
1
-0/+4
*
Add examples to the ConfigParser documentation.
Georg Brandl
2007-11-29
2
-0/+88
*
Fix reference target.
Georg Brandl
2007-11-29
1
-1/+1
*
Added py3kwarning to the documentation of the sys module.
Christian Heimes
2007-11-28
1
-0/+6
*
I forgot to fix one occurence of new in test_descr
Christian Heimes
2007-11-27
1
-1/+1
*
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Christian Heimes
2007-11-27
5
-3/+27
*
Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of
Guido van Rossum
2007-11-27
2
-9/+28
*
Added a deprecation warning to the 'new' module.
Christian Heimes
2007-11-27
1
-0/+3
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
10
-81/+52
*
Backport of changes to PCbuild9 from the py3k branch
Christian Heimes
2007-11-27
6
-230/+166
*
Moved the errno import from inside the functions to the
Facundo Batista
2007-11-27
1
-6/+3
[next]