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
*
Fix minor typo.
Senthil Kumaran
2010-05-18
1
-1/+1
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
3
-3/+18
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
2
-17/+28
*
upgraded distutils docs w.r.t. the manifest regeneration
Tarek Ziadé
2010-05-17
2
-12/+5
*
Slight style cleanup.
Florent Xicluna
2010-05-17
1
-8/+6
*
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Tarek Ziadé
2010-05-17
3
-57/+68
*
Add cross-reference to later section
Andrew M. Kuchling
2010-05-16
1
-3/+3
*
Clear the OpenSSL error queue each time an error is signalled.
Antoine Pitrou
2010-05-16
1
-0/+3
*
Document that SSL v2 is insecure.
Antoine Pitrou
2010-05-16
1
-0/+4
*
Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()
Victor Stinner
2010-05-16
1
-6/+4
*
Use 4-spaces for indentation (instead of tabs) in pgen outputs
Victor Stinner
2010-05-15
2
-1297/+1297
*
reindent _cursesmodule.c
Victor Stinner
2010-05-15
1
-1910/+1910
*
Remove unused variable, and fix a compilation warning on Windows
Amaury Forgeot d'Arc
2010-05-15
1
-1/+1
*
NEWS: strip trailing spaces
Victor Stinner
2010-05-15
1
-7/+7
*
use TestCase skip method
Benjamin Peterson
2010-05-15
1
-4/+4
*
If the timeout is exceeded, count the tests as skipped instead of just
Stefan Krah
2010-05-15
1
-6/+4
*
Fix regression introduced by r81154 (Issue #5099, subprocess destructor)
Victor Stinner
2010-05-14
1
-3/+3
*
Issue #8711: add paragraph titles to c-api/unicode.rst
Victor Stinner
2010-05-14
1
-27/+54
*
Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
Victor Stinner
2010-05-14
6
-10/+10
*
subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to
Brett Cannon
2010-05-14
2
-17/+38
*
test_site was failing under darwin for non-framework builds because a test was
Brett Cannon
2010-05-13
2
-1/+10
*
Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.
Florent Xicluna
2010-05-13
1
-17/+4
*
Improve test feedback to troubleshoot issue #8423 on OS X.
Florent Xicluna
2010-05-13
1
-4/+17
*
Better test skipping, with message in the log.
Florent Xicluna
2010-05-13
1
-8/+14
*
rip out mention of types.ListType #8703
Benjamin Peterson
2010-05-13
1
-5/+2
*
Revert the additional OS X information (r81140). Keep the endianness informa...
Florent Xicluna
2010-05-13
1
-5/+1
*
Add sensible information about the OS X platform to diagnose issue #8423:
Florent Xicluna
2010-05-13
1
-1/+6
*
Fix verb tense in skip message.
Victor Stinner
2010-05-13
1
-1/+1
*
Issue #8422, test_genericpath: skip the creation of a directory with an invalid
Victor Stinner
2010-05-13
1
-0/+4
*
Fix Issue8657 - adding git and git+ssh as know schemes.
Senthil Kumaran
2010-05-13
2
-2/+7
*
Fix unused variable in test_factorial.
Mark Dickinson
2010-05-12
1
-1/+1
*
#8696: add documentation for logging.config.dictConfig (PEP 391)
Andrew M. Kuchling
2010-05-12
1
-7/+453
*
Improve _ssl.c formatting
Antoine Pitrou
2010-05-12
1
-34/+27
*
Grammar fix
Andrew M. Kuchling
2010-05-12
1
-1/+1
*
- clarify Attr.name comment on the presence of colons in namespace mode
Fred Drake
2010-05-12
1
-3/+12
*
fix error introduced in previous commit, and the adjacent additional typo
Fred Drake
2010-05-12
1
-3/+2
*
Let's call this done
Andrew M. Kuchling
2010-05-12
1
-3/+0
*
Revision pass: lots of edits, typo fixes, rearrangements
Andrew M. Kuchling
2010-05-12
1
-191/+212
*
Removed the assertion that dispatcher.connected attribute must be False after...
Giampaolo Rodolà
2010-05-12
1
-6/+2
*
Issue #8681: Make the zlib module's error messages more informative when
Antoine Pitrou
2010-05-11
3
-4/+27
*
Issue #8672: Add a zlib test ensuring that an incomplete stream can be
Antoine Pitrou
2010-05-11
2
-0/+17
*
#8575 - Update and reorganize some _winreg contents.
Brian Curtin
2010-05-11
1
-90/+244
*
fix typo
Fred Drake
2010-05-11
1
-2/+2
*
Issue #8674: fix another bogus overflow check in audioop module.
Mark Dickinson
2010-05-11
1
-17/+8
*
Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure ...
Mark Dickinson
2010-05-11
2
-21/+7
*
Use ';' after initialization macros to avoid confusing re-indenters
Andrew M. Kuchling
2010-05-10
1
-40/+40
*
Break long line in macros
Andrew M. Kuchling
2010-05-10
1
-7/+14
*
Fix typo
Andrew M. Kuchling
2010-05-10
1
-1/+1
*
Fix typo.
Georg Brandl
2010-05-10
1
-1/+1
*
Consolidate deprecation messages.
Georg Brandl
2010-05-10
1
-2/+1
[next]