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
...
*
Add Jeroen.
Georg Brandl
2008-04-12
1
-0/+3
*
#2615: small consistency update by Jeroen Ruigrok van der Werven.
Georg Brandl
2008-04-12
1
-4/+4
*
Use absolute path in sys.path.
Georg Brandl
2008-04-12
1
-1/+1
*
Applied patch #2617 from Frank Wierzbicki wit some extras from me
Christian Heimes
2008-04-12
3
-2/+20
*
Performance improvements.
Thomas Heller
2008-04-11
1
-3/+3
*
Move backwards compatibility macro to the correct place;
Thomas Heller
2008-04-11
1
-1/+1
*
Use issue directive
Andrew M. Kuchling
2008-04-10
1
-181/+106
*
Add punctuation
Andrew M. Kuchling
2008-04-10
1
-1/+1
*
Remove forward-looking statement
Andrew M. Kuchling
2008-04-10
1
-3/+3
*
get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.
Gregory P. Smith
2008-04-10
3
-3/+0
*
Remove the test file before writing it in case there is no write permission.
Neal Norwitz
2008-04-10
4
-5/+7
*
Merged revisions 62080-62262 via svnmerge from
Martin v. Löwis
2008-04-10
6
-13/+119
*
Raise SystemError when size < 0 is passed into PyString_FromStringAndSize,
Gregory P. Smith
2008-04-09
3
-0/+18
*
better diagnostics
Gregory P. Smith
2008-04-09
1
-2/+2
*
Try out the new issue role. Thanks, Georg!
Andrew M. Kuchling
2008-04-09
1
-1/+1
*
Package wininst*.exe from distutils/command.
Martin v. Löwis
2008-04-09
1
-4/+1
*
Add a note about the zlib.decompressobj().flush() fix.
Gregory P. Smith
2008-04-09
1
-0/+3
*
Add :issue: directive for easy linking to bugs.python.org.
Georg Brandl
2008-04-09
2
-1/+25
*
#2585: initialize code attribute of HTTPError.
Georg Brandl
2008-04-09
1
-1/+1
*
Changed test so it no longer runs as a side effect of importing.
Jerry Seutter
2008-04-09
1
-110/+115
*
Add items
Andrew M. Kuchling
2008-04-09
1
-3/+13
*
Fix typo with regards to self.PORT shadowing class variables with the same name.
Trent Nelson
2008-04-09
2
-7/+8
*
Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.
Gregory P. Smith
2008-04-09
2
-0/+9
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
13
-651/+716
*
Add a NEWS entry for previous checkin
Amaury Forgeot d'Arc
2008-04-08
1
-0/+4
*
Issue 2408: remove the _types module
Amaury Forgeot d'Arc
2008-04-08
10
-136/+13
*
Prevent an error when inspect.isabstract() is called with something else than...
Amaury Forgeot d'Arc
2008-04-08
1
-1/+1
*
Issue2564: Prevent a hang in "import test.autotest", which runs the entire test
Amaury Forgeot d'Arc
2008-04-08
2
-5/+3
*
Add items
Andrew M. Kuchling
2008-04-08
1
-2/+65
*
Suppress compilation of py3_ files upon installation.
Martin v. Löwis
2008-04-08
1
-1/+1
*
Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit
Andrew M. Kuchling
2008-04-08
1
-4/+4
*
Typo fix
Andrew M. Kuchling
2008-04-07
1
-2/+2
*
Write PEP 3127 section; add items
Andrew M. Kuchling
2008-04-07
1
-8/+82
*
#2525: update timezone info examples in the docs.
Georg Brandl
2008-04-07
1
-8/+38
*
Make the "private CRT" case work, by editing the
Martin v. Löwis
2008-04-07
1
-5/+17
*
Drop support for 7.1 CRT.
Martin v. Löwis
2008-04-07
1
-38/+5
*
Make private_crt feature object a global variable.
Martin v. Löwis
2008-04-07
1
-1/+1
*
Delete ALLUSERS property merged from CRT merge module, so that per-user insta...
Martin v. Löwis
2008-04-07
1
-0/+5
*
changed "2500 components" to "several thousand" since the number keeps
Mark Summerfield
2008-04-07
1
-2/+3
*
Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly
Gregory P. Smith
2008-04-07
2
-0/+19
*
Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.
Martin v. Löwis
2008-04-07
3
-6/+25
*
correct heading underline for new "Cross-compiling on Windows" section
Mark Hammond
2008-04-07
1
-1/+1
*
Issue #2513: enable 64bit cross compilation on windows.
Mark Hammond
2008-04-07
16
-65/+323
*
Make file objects as thread safe as the underlying libc FILE* implementation.
Gregory P. Smith
2008-04-06
5
-83/+373
*
Add enough debugging information to diagnose failures where the
Jeffrey Yasskin
2008-04-06
1
-5/+14
*
Don't run kill_python as part of the build process. Change the buildbots so ...
Trent Nelson
2008-04-06
4
-24/+18
*
type
Skip Montanaro
2008-04-06
1
-1/+1
*
From issue 1753245 - better _winreg support for x64.
Mark Hammond
2008-04-06
1
-0/+133
*
Fix test_distutils to not fail when running 'make test' from a Python build
Thomas Wouters
2008-04-05
2
-1/+23
*
Declare inittimezone static.
Skip Montanaro
2008-04-05
1
-2/+3
[prev]
[next]