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
*
Lose references to knee (no longer exists) and pyclbr (has its own
Guido van Rossum
2002-12-03
1
-2/+0
*
Get rid of 1.5.2 compatibility hack. :-)
Guido van Rossum
2002-12-03
2
-16/+0
*
Adding Python <= 2.2 support back in.
Marc-André Lemburg
2002-12-03
1
-3/+10
*
Add more sophistication to the comparison between pyclbr output and
Guido van Rossum
2002-12-03
1
-42/+36
*
Another big update, fixing all known bugs related to nesting functions
Guido van Rossum
2002-12-03
1
-50/+80
*
Ensure the ssl temp directory exists!
Mark Hammond
2002-12-03
1
-0/+1
*
_ssl.pyd added for Windows.
Mark Hammond
2002-12-03
1
-0/+3
*
_ssl.pyd available for Windows.
Mark Hammond
2002-12-03
1
-0/+3
*
Add _ssl.pyd to the list of files to be installed by Wise.
Mark Hammond
2002-12-03
1
-0/+5
*
Add _ssl build process for Windows.
Mark Hammond
2002-12-03
5
-0/+303
*
My MSVC seems to like writing the project names in quotes. Letting it do
Mark Hammond
2002-12-03
1
-19/+19
*
Avoid semicolon usage in echo.
Martin v. Löwis
2002-12-02
2
-5/+5
*
Add compile-time errors for unsupported systems.
Martin v. Löwis
2002-12-02
4
-4/+73
*
In class bsdTableDB, add class variables db and env (set to None) to
Guido van Rossum
2002-12-02
1
-0/+5
*
Fix typo in except clause (_db should be _bsddb).
Guido van Rossum
2002-12-02
1
-1/+1
*
Add XXX note about Sleepycat's BSDDB.
Guido van Rossum
2002-12-02
1
-0/+3
*
Moderately heavy reorganization of pyclbr to fix package-related bugs.
Guido van Rossum
2002-12-02
2
-67/+99
*
Add a better columnizer to print_topics().
Guido van Rossum
2002-12-02
1
-7/+58
*
Require 'largefile' resource for Mac OSX as well.
Guido van Rossum
2002-12-02
1
-5/+5
*
On Max OSX, try increasing the stack limit to 2048 so test_re and
Guido van Rossum
2002-12-02
1
-0/+16
*
Remove dead code in get_stack().
Kurt B. Kaiser
2002-12-02
1
-31/+23
*
Fix SF # 646578, Documentation Typo
Neal Norwitz
2002-12-02
1
-1/+1
*
Fix beep.
Kurt B. Kaiser
2002-12-02
1
-16/+3
*
Remove unused variable
Neal Norwitz
2002-12-02
1
-1/+1
*
correct wording of comments about old bsddb (now bsddb185) module
Skip Montanaro
2002-12-02
1
-6/+4
*
- reworked the object unpacking code, now supports new-style objects more
Just van Rossum
2002-12-01
1
-34/+46
*
The new imp.[gs]et_frozenmodules() will be utterly redundant if the
Just van Rossum
2002-12-01
1
-1/+2
*
Add ossaudiodev; fix typo
Andrew M. Kuchling
2002-12-01
1
-1/+7
*
Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!
Greg Ward
2002-11-30
1
-7/+7
*
Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').
Greg Ward
2002-11-30
1
-25/+25
*
Added mode 'rw' for full-duplex (play and record at the same time) mode.
Greg Ward
2002-11-30
1
-21/+97
*
* Don't put the device in non-blocking mode at open() time; this makes
Greg Ward
2002-11-30
1
-46/+184
*
ossaudiodev -- Python interface to the OSS (Open Sound System) API.
Greg Ward
2002-11-30
1
-0/+524
*
- found a case where sys.path[0] isn't set to Contents/Resources,
Just van Rossum
2002-11-30
1
-2/+8
*
Cleanup:
Neal Norwitz
2002-11-30
1
-9/+5
*
Remove unused import
Neal Norwitz
2002-11-30
1
-5/+6
*
Convert string exceptions to classes, string exceptions are deprecated
Neal Norwitz
2002-11-30
2
-8/+16
*
Convert some more 1/0 to True/False
Neal Norwitz
2002-11-30
2
-14/+14
*
Add missing self for method call
Neal Norwitz
2002-11-30
1
-2/+2
*
Port Martin von Loewis checkin from Python:
Neal Norwitz
2002-11-30
1
-5/+24
*
Port Martin von Loewis checkin from python: Support sdist.
Neal Norwitz
2002-11-30
1
-0/+4
*
M PyShell.py
Kurt B. Kaiser
2002-11-30
2
-17/+20
*
getdoc():
Ka-Ping Yee
2002-11-30
2
-7/+15
*
Lots of minor tweaks for the pep252 checkins, mainly because Qd
Jack Jansen
2002-11-30
25
-61/+60
*
Build _AE too.
Jack Jansen
2002-11-29
1
-0/+4
*
Converted the Carbon modules to use PEP252-style objects, with
Jack Jansen
2002-11-29
48
-2507/+2447
*
Correct an error introduced at Rev 1.30. The keyword arg is necessary
Kurt B. Kaiser
2002-11-29
1
-6/+8
*
Forgot to do os.path.basename() on mainprogram: a nonworking app was built if...
Just van Rossum
2002-11-29
1
-7/+6
*
Slightly improved version of patch #642578: "Expose PyImport_FrozenModules
Just van Rossum
2002-11-29
3
-0/+167
*
added Thomas H's LOADER code for importing extension (sub)modules; little tweaks
Just van Rossum
2002-11-29
1
-21/+27
[next]