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
*
Disabled one test that is failing on Unix
Christian Heimes
2007-12-06
1
-1/+2
*
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconf...
Christian Heimes
2007-12-06
1
-1/+1
*
Fixed get_config_h_filename for Windows. Without the patch it can't find the ...
Christian Heimes
2007-12-06
2
-8/+50
*
Better re.split examples.
Georg Brandl
2007-12-06
1
-11/+17
*
Diverse markup fixes.
Georg Brandl
2007-12-06
6
-6/+7
*
Fix Issue 1045.
Raymond Hettinger
2007-12-06
5
-84/+46
*
Add another GHOP student to ACKS.
Georg Brandl
2007-12-06
2
-2/+3
*
The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008...
Christian Heimes
2007-12-05
10
-22/+48
*
Add Ross Light, a GHOP student, to ACKs.
Georg Brandl
2007-12-05
1
-0/+1
*
Fixed bug #1557 by using popen.communicate() before popen.wait()
Christian Heimes
2007-12-05
1
-2/+5
*
This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard
Ronald Oussoren
2007-12-05
1
-336/+0
*
Another markup fix.
Georg Brandl
2007-12-05
1
-2/+2
*
Updated documentation and build_tkinter.py script
Christian Heimes
2007-12-05
2
-21/+28
*
Fix markup.
Georg Brandl
2007-12-05
1
-1/+1
*
Add examples to re docs. Written for GHOP by Dan Finnie.
Georg Brandl
2007-12-05
2
-17/+286
*
Error checking was too aggressive (reported by Chris Tismer)
Raymond Hettinger
2007-12-05
2
-2/+3
*
Add examples to csv, pprint and traceback docs.
Georg Brandl
2007-12-05
3
-24/+189
*
Spelling fix
Andrew M. Kuchling
2007-12-05
1
-1/+1
*
Added msg to Misc/NEWS
Christian Heimes
2007-12-05
1
-0/+3
*
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ ...
Christian Heimes
2007-12-05
2
-4/+6
*
Fixed error in regrtest. I must have missed the spot.
Christian Heimes
2007-12-05
1
-1/+1
*
Fixed quoting and paths in the sqlite project file
Christian Heimes
2007-12-05
1
-8/+8
*
Fix typo.
Georg Brandl
2007-12-05
1
-1/+1
*
These optimizations create smaller and a bit faster code on my machine. I've ...
Christian Heimes
2007-12-04
1
-4/+4
*
Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".
Georg Brandl
2007-12-04
1
-11/+594
*
Fix duplicate label and a typo.
Georg Brandl
2007-12-04
1
-4/+5
*
Added warning that make install may overwrite or masquerade the default pytho...
Christian Heimes
2007-12-04
1
-0/+5
*
fma speedup by avoiding to create a Context. Thanks Mark Dickinson.
Facundo Batista
2007-12-04
1
-16/+31
*
Add "Python on Unix" document, mostly written for GHOP
Georg Brandl
2007-12-04
3
-2/+147
*
Added VS 2005 and VS 2008 to the search path for cabarc.exe
Christian Heimes
2007-12-04
1
-5/+10
*
Added self generated UUID for msvcr90.dll to msi.py
Christian Heimes
2007-12-04
1
-23/+66
*
Move nt.access change into the right section.
Martin v. Löwis
2007-12-04
1
-2/+2
*
Fix chflags issue on Tru64, from #1490190.
Martin v. Löwis
2007-12-04
2
-7/+175
*
Forward-port r59310:
Martin v. Löwis
2007-12-03
2
-2/+7
*
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
[next]